We are live on YouTube in 15 minutes. Join us and be part of the show with @mkennedy and Martin Donath. #python #podcast
Topic: Zensical - a modern static site generator
https://www.youtube.com/watch?v=V1BvvIPUzes
@zauberlaus Ich habe heute diese Colormap genutzt:
Zweck: Ein Diagramm soll die Textähnlichkeit zwischen PDFs darstellen:

🚀 Munquet — Convert, merge, rename & validate tabular data into Parquet, fully offline & batch-ready.
GitLab: https://gitlab.com/zulfian1732/munquet
Featured in: @severo 's Awesome Parquet: https://github.com/severo/awesome-parquet 🙏
#Parquet #OpenSource #Python #GNOME #GTK4 #Adwaita #PyArrow
Did you know that #PEP425 ("Compatibility Tags for Built Distributions") said:
> Why isn’t there a . in the Python version number?
>
> CPython has lasted 20+ years without a 3-digit major release. This should continue for some time. Other implementations may use _ as a delimiter, since both - and . delimit the surrounding filename.
This didn't age well.
DevBcn, the developer's conference in Barcelona
# #agile #ai #angular #cloud #conference #devops #frontend #java #javascript #jvm #kubernetes #python #typescript #vm #wasm
https://foojay.io/today/devbcn-2026/
AshutoshShrivastava (@ai_for_success)
새로운 셀프호스팅 개인 AI 에이전트 플랫폼 'PocketPaw'가 공개되었습니다. 100% 오픈소스이며 'pip install pocketpaw'로 설치해 60초 이내에 에이전트를 운영할 수 있습니다. WhatsApp, Slack, Discord 및 로컬 웹 대시보드에 연결되며 웹 브라우징 등 관리 기능을 제공합니다.
https://x.com/ai_for_success/status/2023433469536411702
#pocketpaw #opensource #aiagent #selfhosted #python
BenoitC again! "Hornbeam lets you run standard #Python web frameworks (Flask, FastAPI, Django, Starlette) while leveraging #Erlang’s concurrency, distribution, and fault tolerance."
https://erlangforums.com/t/hornbeam-1-0-0-wsgi-asgi-server-for-running-python-web-apps-on-the-beam/5436
All she wants is to stay in a hotel with a #Pokemon GO pokestop near it. Is that so much?
This should be an easy problem. There are multiple Poke #map out there. Obviously it's easy to find hotels on other maps.
There's no way to combine them that I can find, at least without getting the Niantic #gis data on the #darkweb or something.
Niantic themselves use #openstreetmap data, but nobody feeds the actual gym locations back in. (The pokemaps are user-updated, but only into their own dbs. Thanks, guys.)
I did find one pokemap that not only uses #osm for display, it has a very similar URL format, which gave me an idea: Use #python #selenium to sync two browsers
As I translate and zoom in #osm (or google maps), send the pokemap to the same view.
I got that running in like 20m.
However, looking for hotels in the "raw" osm interface isn't easy. So now I want an overpass query to get all the hotels in a certain travel corridor and send both browsers to those locations to check it out...
🔒 Python security just got stronger! The PSRT now has official governance (PEP 811) and a clear process for growing the team. Interested in joining? Learn more in this blog post from PSF Security Developer in Residence @sethmlarson https://pyfound.blogspot.com/2026/02/join-the-python-security-response-team.html
I am looking for the canonical #python documentation on how to write a shebang in a python program.
I'm not looking for the answer. I'm looking for the official documentation that gives the answer.
python.org -> Documentation -> Beginners Guide -> 404
Mentioned it on libera #pydotorg but there are only two other people there.