Pi aparece sorpresiva mente en la solución exacta del problema de Basilea (Basel problem)
Este problema genero una de las miles de peleas entre los hermanos Bernoulli, Johann y Jakob
#HappyPiDay #PiDay #DiaPi #Pi #π
#Matematica #Mate #Matematicas #python
Hey, look, it's BlogMore v1.14.0! Now with HTML squishing and some nods towards the idea of themes.
https://blog.davep.org/2026/03/14/blogmore-1-14-0.html
#programming #blogging #ssg #python
Just released the 1.14 version of slixmpp, the python XMPP library. It brings support for three more extensions, and adds other nice things!
https://blog.mathieui.net/slixmpp-1-14.html
#python #xmpp
🌘 優化階梯:Python 加速的全方位實測與技術解析
➤ 從版本升級到編譯優化:解鎖 Python 效能的技術指南
✤ https://cemrehancavdar.com/2026/03/10/optimization-ladder/
針對 Python 運行緩慢的常見爭議,作者通過對經典基準測試(如 n-body 與 spectral-norm)的實地復現,探討了從簡單升級到深入編譯的優化路徑。文章指出,Python 效能瓶頸源於其極致的動態特性,導致運行時頻繁的類型檢查與對象調度。透過橫向對比 CPython 版本更新、替代運行環境(PyPy/GraalPy)以及 Mypyc 等編譯工具,作者展示了開發者如何根據投入成本與預期收益,在「優化階梯」上做出最合適的選擇,並強調了根據業務需求選擇對應加速策略的重要性。
+ 終於有一篇不廢話、直接拿數據說話的文章了。Mypyc 那一欄的數據很有說服力,對於已經有完善類型註解的專案來說,確實是低成本高收益的首選。
+ 很中肯的分析。很多人盲目崇拜 CPython 的 GIL 移除,卻
#Python #效能優化 #基準測試 #編程語言
Python: The Optimization Ladder
https://cemrehancavdar.com/2026/03/10/optimization-ladder/
#HackerNews #Python #Optimization #Ladder #Programming #Tips #Coding #BestPractices
Python: The Optimization Ladder
https://cemrehancavdar.com/2026/03/10/optimization-ladder/
🚀🐍 We are having our Python Meeting Düsseldorf Spring Sprint/Hackathon on the weekend of March 21./22. If you happen to be in or near Düsseldorf, Germany, we'd love to have you join.
✨ Here's the event page with all the details: https://pyddf.de/python-meeting-dusseldorf-spring-sprint-2026/
🤝 Please our LinkedIn Event for registrations: https://www.linkedin.com/events/7436056023645310976
#python #sprint #hackathon #düsseldorf
Happy #PiDay\! 🥧
Speaking of numbers — Python 3.14 dropped in February with free-threading (no GIL) officially supported. The version number is pure coincidence but I love it.
Anyone else experimenting with the new free-threaded mode yet? Curious about real-world performance gains.
You Can Approximate Pi by Dropping Needles on the Floor

You Can Approximate Pi by Dropping Needles on the Floor

Last year I was lucky enough to be invited by the lovely people at #PyConMY to keynote - check out the amazing folks I met there: https://youtube.com/shorts/UJ_TO8bHiVQ
#AI #Python #Conference #Malyasia
https://youtube.com/shorts/UJ_TO8bHiVQ
SSE is finally a first-class citizen in FastAPI: https://fastapi.tiangolo.com/tutorial/server-sent-events/
Hopefully this gives SSE the same boost FastAPI once gave dependency injection, because it deserves a lot more attention.
#fastapi #sse #python