Code at: https://github.com/villares/sketch-a-day/tree/main/2025/sketch_2025_08_21
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
#trimesh #shapely #Processing #Python #py5 #CreativeCoding

How the heck would you accomplish something like follow #python but filter all posts about some tool “disrupting” things and all ML and now AI content.
So I guess people working with python and or language news.
I’m assuming it’s not possible with mobile clients as the exclusions are fairly subjective and would need to be classified in some way.
@phildini vmprof
https://vmprof.readthedocs.io/en/latest/
#python
Hey #python folks -- what's everyone's favorite python profiling tools these days? My goal is to capture data during a run so I can shove it in a flamegraph and identify where the actual bottlenecks are.
Thanks!
🎉 We had an incredible time at PyCon AU last year — from the fun lucky draws, awesome prizes, and exclusive merch to the amazing speakers and all the knowledge we soaked up! ✨
And this year? We’ve got even MORE in store for you.
🎟️ Buy now: 2025.pycon.org.au/attend?ref=fv

Playing with tkinter layouts, in #Python. I've been a command line person since the first time I [tried to] use a computer.🕶️ There's something poetic about typing in a magic spell, and having your little imp in a box do your evil bidding! I live happily in IDLE. I rarely need anything more.
But- for my knock-off RPN calculator simulators, I kind of need a GUI. So I've been working on a layout like the MK-61. It's klunky, but mildly satisfying.

Advanced Conformal Prediction:Practical Uncertainty Quantification for Real-World ML by Valery Manokhin is on sale on Leanpub! Its suggested price is $44.95; get it for $31.96 with this coupon: https://leanpub.com/sh/r7itvsfg #Python #MachineLearning #DataScience
Python people, would you ever use imports like this?
I'm using Card and Deck often, and wanted to use them without needing a prefix. I'm using a handful of other functions from card_models, but don't want to import those explicitly.
However, it feels like I might be creating some potential bugs that are hard to track down by importing from the same module in two different ways.

Crimes with Python's Pattern Matching (2022)
Link: https://www.hillelwayne.com/post/python-abc/
Discussion: https://news.ycombinator.com/item?id=44977189
🌘 uv 實驗性引入程式碼格式化功能
➤ 簡化 Python 開發流程:uv 實驗性整合 Ruff 程式碼格式化
✤ https://pydevtools.com/blog/uv-format-code-formatting-comes-to-uv-experimentally/
本文介紹了 Python 開發工具 uv 實驗性新增的 `uv format` 功能,該功能整合了 Ruff 的程式碼格式化能力,簡化了開發者的工作流程。文章說明瞭如何安裝和使用 `uv format`,包括格式化、檢查和預覽變更,以及如何傳遞參數給 Ruff。文中也提醒使用者此功能仍處於實驗階段,未來可能會有所變動,並鼓勵使用者提供回饋。
+ 終於有個工具可以統一處理格式化了!期待正式版。
+ 實驗性功能聽起來不錯,但希望未來能有更詳細的錯誤處理說明。
#Python 工具 #uv #程式碼格式化 #Ruff
It's a huge improvement that threads actually work like threads in Python 3.14
seems unnecessarily catty. `uv format` is just a wrapper for ruff, which everyone is already using.
And who's using pytype anymore? mypy is clearly the industry standard