If you think you know a lot about f-strings, try this quiz made by @mitsuhiko I scored 11 and learned that you can do many cool things with f-strings. I hope you have fun & learning too!

If you think you know a lot about f-strings, try this quiz made by @mitsuhiko I scored 11 and learned that you can do many cool things with f-strings. I hope you have fun & learning too!
Django News - DjangoCon US 2025 Talks Announced - Jul 25th 2025
Just recovered from the intensively fun #EuroPython last week, and every time it gave me warmth from the #Python #community and kept me motivated to contribute. Here is a short recap from my perspective: https://cheuk.dev/posts/2025-07-24-europython25-recap/
https://cheuk.dev/posts/2025-07-24-europython25-recap/
Get ready Pythonistas... our PyCon UK 2025 keynote speaker lineup is about to drop!
Next week, we’re announcing our three amazing keynote speakers Expect inspiration, insight, and some incredibly interesting stories and experiences!
Who will take the stage?
What stories will they share?
What conversations will they spark?
Watch this space!
Pues aquí os dejo con un vídeo de #Towercraft para que oigáis los efectos de sonido y la música de fondo, la cual aumenta 2 veces su tempo, la primera cuando el tamaño de los pisos es menor que la mitad que el original, y la más rápida cuando es menor de una cuarta parte.
Yo creo que me está quedando un minijuego bastante chulo
OMG! I just used yield for the first time in #python. It's like return but it keeps a state and come back there later. It's a concept I never saw in any language. I could probably simulate it with goto on C. It's just useful in really rare cases.
Code at: https://github.com/villares/sketch-a-day/tree/main/2025/sketch_2025_07_24
More sketch-a-day: https://abav.lugaralgum.com/sketch-a-day
If you like this, support my work:
https://www.paypal.com/donate/?hosted_button_id=5B4MZ78C9J724
https://liberapay.com/Villares
https://wise.com/pay/me/alexandrev562
#shapely #Processing #Python #py5 #CreativeCoding
From: blenderdumbass . org
The multiplayer, or the lack there of, at the moment is so utterly broken and so lacking of being properly made that for a long time, I was just not bothering with it. Seeing it as something unnecessary. Something that does not need to be touched, because other things, like the...
Read or listen: https://blenderdumbass.org/articles/a_rant_about_making_a_multiplayer_game
GitHub - felixnext/python-time-helper: 各專案跨平臺時間函式支援庫
➤ 輕鬆處理日期和時間的 Python 函式庫
✤ https://github.com/felixnext/python-time-helper
此為一個輕量級的Python函式庫,旨在簡化 datetime 的處理,包含時區支援。它提供了一組完整的工具,用於解析、轉換和操作日期和時間,並具有簡單直觀的API,以及針對 Pandas 和 NumPy 的整合支援。
+ 這個函式庫看起來很方便,特別是對於需要處理不同時區的專案來說。
+ 支援 Pandas 和 NumPy 真是太好了,可以方便地應用在資料分析的場景中。
#Python 函式庫 #時間處理 #時區支援
#guix forging #python with a team
https://codeberg.org/guix/guix/milestone/20775
One build system to build them all
#NumPy 2 and friends refresh as a bonus
GitHub - pomponchik/transfunctions:告別 Python 同步與非同步的程式碼片段化
➤ 透過模板消除 Python 程式碼的同步與非同步片段化。
✤ https://github.com/pomponchik/transfunctions
這個函式庫旨在解決 Python 程式設計中一個重要的問題,即程式碼在同步與非同步模式下被分割成不同的陣營,導致大量的程式碼重複。它透過使用模板來消除這種重複,允許開發者從單一模板產生同步、非同步和生成器函式,簡化程式碼並提高可維護性。
+ 終於有解決方案可以避免在 Python 中為了同步和非同步而重複撰寫相同的程式碼了!這個函式庫看起來非常方便。
+ 這個想法很棒!使用模板來處理同步和非同步的差異,可以大大減少程式碼量並提高可讀性。期待看到更多這樣的工具。
#程式開發 #Python #非同步程式設計
Superfunctions: A universal solution against sync/async fragmentation in Python
#statstab #394 Difference-in-Differences Estimation
Thoughts: A bit of love for the python coders. DiD with lots of examples and estimators.
Graafwerkzaamheden naast #StationDeOost achter de #Python #ZomerEfteling #Efteling
Say goodbye to the container testing headache! Learn how #pytest_container + test infra make testing apps inside #containers smooth and scalable (all in #Python) from this #oSC25 talk. #pytest #DevOps #openSUSE https://youtu.be/kU9NS1FpfY8?si=qyjoR5zfMWI7qpY3
When talking about Python code, if I say "we changed X", there are two different things that I might mean.
Read more https://trey.io/h6y0n9
I finally tried using a #Quarto doc with #Python in #PositronIDE .
Y'all. It's so good. It's so flippin nice. I even added a snippet to easily add a python code cell by pressing `p + tab`.
It finds my `uv` virtualenv, I can just add more code and hit `Ctrl + Enter` and it goes to the console, and everything behaves *mostly* like it does when I'm writing #RStats .