Daniel Roy Greenfeld: Over Twenty Years of Writing Tools A retrospective of over twenty years worth of writing tools that I've used to write online.
PyCoder's Weekly: Issue #701: Python to LaTeX Math, MCPs, Playwright, and More (Sept. 23, 2025) Python to LaTeX Math, MCPs, Playwright, and More ...
Jacob Perkins: Async Python Functions with Celery How to use python asyncio with Celery for scheduled and asynchronous tasks ...
Ned Batchelder: Testing is better than DSA People should spend less time learning DSA, more time learning testing.
Python Bytes: #450 At-Cost Agentic IDE Tooling News and announcements from the Python community for the week of Sep 22nd, 2025 ...
PyPodcats: Trailer: Episode 10 With Una Galyeva A preview of our chat with Una Galyeva. Watch the full episode on September 25, 2025 ...
The Python Coding Stack: The Networking Event (#4 in The itertools Series - `combinations()` and `permutations()`) Yteria still can't utter or write the word "for", but she offered to write some code to help organise a networking event ...
Django Weblog: Sarah Boyce - Maternity leave announcement Posted by Sarah Boyce on Sept. 21, 2025 ...
Data School: Book preview: Master Machine Learning with scikit-learn This is a practical guide to help you transform from Machine Learning novice to skilled ML practitioner. Download the first 3 chapters for free!
Python Insider: Python 3.14.0rc3 is go! It's finally the final 3.14 release candidate! Note: It's another magic release. We fixed another bug that required bumping the magic number stored in Python bytecode (.pyc) files. This means file .pyc files created for rc2 cannot be used for rc3,