Uninstall unnecessary programs and libraries in Linux #softwareinstallation #python #lubuntu #libraries
https://askubuntu.com/q/1554250/612
#Python Friday #290: Record Audio With PyAudio - #ai #nlp #audio
https://pythonfriday.dev/2025/08/291-extract-text-from-audio-files-with-vosk/
https://www.wacoca.com/videos/2858273/travel-thirsty/ Travel Thirsty: SNAKE FRIED RICE Vietnamese Street Food #cobra #food #fried #FriedRice #python #rice #SeaSnake #snake #SnakeMeat #Street #Thirsty #travel #TravelThirsty #TravelThirsty #vietnam #VietnamStreetFood #VIETNAMESE #VietnameseStreetFood #Vlog #Vlogger #YouTube #YouTuber

🌘 HRT 的 Python 專案分支:運用 PEP 690 加速匯入速度
➤ 告別緩慢載入:HRT 如何透過 Python 分支與 PEP 690 實現極致的匯入效能
✤ https://www.hudsonrivertrading.com/hrtbeat/inside-hrts-python-fork/
華爾街交易公司 Hudson River Trading (HRT) 分享其如何透過建立客製化的 Python 分支,並導入 PEP 690 的「延遲匯入」機制,大幅改善程式啟動及模組載入時間。此舉源於公司大規模專案中使用單一程式碼庫 (monorepo) 導致匯入數量龐大,進而拖慢執行效率。HRT 借鑒 Meta 的 Cinder 專案,開發出能延後模組載入與評估的機制,僅在實際使用時才執行,有效規避了未被使用的匯入所帶來的額外負擔。儘管此機制帶來了一些開發上的挑戰,如函式內部、`import ` 以及 side-effects 的處理,HRT 透過「延遲排除」等方法解決,並成功將此優化應用於公司內部多個專案。
+ 這真是太
#Python #效能優化 #程式開發 #軟體工程
does anyone know if #python notebooks with graphics (eg bitmaps) render on codeberg?
HRT's Python Fork: Leveraging PEP 690 for Faster Imports
https://www.hudsonrivertrading.com/hrtbeat/inside-hrts-python-fork/
- How do you call an annoyed python coder?
- grum.py
That is what I am, as #PyCharm started to forget the test runner setting between sessions and resets the setting to "Autodetect". And if it was not annoying enough, it runs the tests with Unittest command even though Autodetect says, they are PyTest cases.
Either my installation is messed up pretty badly or I've just found another company that doesn't run enough regression tests. 😒
#Python #Pycharm #Pytest #nerdhumor #grumbling
I've been working on a process output widget for Toad. It can now handle color and other ANSI escape sequences.
The goal is to be able to embed process output that can handle progress bars and other fancier output from terminals.
Made good progress today. It can handle a colorful mandlebrot set! Once I talked the LLM in to it.
WDYT?
Hypothesis is now thread-safe https://lobste.rs/s/zrbpds #python #testing
https://hypothesis.works/articles/thread-safe/
Preventing ZIP parser confusion attacks on Python package installers https://lobste.rs/s/y3jsqb #python #security
https://blog.pypi.org/posts/2025-08-07-wheel-archive-confusion-attacks/
$ python3 -c 'f = (lambda x: x + 0.5 - 0.5); print(f(2**52))'
4503599627370495.5
🐍 The PyCon Ireland Call for Speakers is almost finished 📢
We've already received considerably more submissions than last year - we're still looking for more.
If you've done something interesting with Python, let us know.
Submit your talk here:
https://python.ie/pycon-2025/call-for-speakers/
#PyConIE #PythonIE #PyCon #Python #Conference
