PyCon JP 2026
https://2026.pycon.jp/
PyCon JP 2026 August 21 to August 24, 2026 PYCON.JP
8 days ago
Public list by ~pycoders
https://2026.pycon.jp/
PyCon JP 2026 August 21 to August 24, 2026 PYCON.JP
8 days ago
https://www.pythonmorsels.com/binary-search/
Binary Search in Python With bisect Python’s bisect module implements binary search for you. Here’s how bisect_left, bisect_right, and insort work, plus recipes for finding the closest match or all values in a range. TREY HUNNER
8 days ago
https://talkpython.fm/episodes/show/556/updates-on-djangos-async-story
Updates on Django’s Async Story For years, “Django and async” came with an asterisk. The docs themselves warned you off it, but that has changed. Talk Python interviews Carlton Gibson and they talk async in Django. TALK PYTHON
8 days ago
https://peps.python.org/pep-0841/
PEP 841: Adding Frozen Syntax to Optimize Immutable Types (Draft) PYTHON.ORG
8 days ago
https://github.com/hynek/build-and-inspect-python-package
Build and Inspect Python Packages in GitHub Actions GITHUB.COM/HYNEK
8 days ago
https://www.meetup.com/pythonnz-online/events/315817148/
Python Help: Problems to Solutions August 13, 2026 NONE
8 days ago
https://www.meetup.com/de-de/koln-django-meetup-gruppe/
DjangoCologne August 18, 2026 MEETUP.COM
8 days ago
https://gh.pycon.org/2026/
PyCon Ghana 2026 August 20 to August 23, 2026 PYCON.ORG
8 days ago
https://www.pylatam.org/
PyCon Latam 2026 August 20 to August 24, 2026 PYLATAM.ORG
8 days ago
https://realpython.com/products/modern-oop-book/
New Book: Modern Object-Oriented Python Real Python’s new book on classes, Python’s data model, and object-oriented design is out in Early Access. Nine chapters collected from a decade of tutorials, re-edited into one curriculum, and updated for today’s Python. REAL PYTHON
8 days ago
https://peps.python.org/pep-0837/
PEP 837: Extensible JSON Serialization (Draft) PYTHON.ORG
8 days ago
https://blog.python.org/2026/08/python-3147-31315/
Python 3.14.7 and 3.13.15 Released PYTHON.ORG
8 days ago
https://www.djangoproject.com/weblog/2026/aug/05/django-61-released/
Django 6.1 Released DJANGO SOFTWARE FOUNDATION
8 days ago
https://www.surveymonkey.com/r/python_typing
Take the 2026 Python Typing Survey Now in its third year, the Python Typing Survey has become a recognised reference point for the direction of Python’s type system. It’s being referenced in PEPs and presentations to the Python community. Whether you’re an experienced user of Python types or someone who hasn’t yet written your first type annotation, participating in this survey helps the open-source community make Python better for everyone. SURVEYMONKEY.COM • Shared by Abby Mitchell
8 days ago
https://codecut.ai/stop-hard-coding-in-a-data-science-project-use-configuration-files-instead/
Hydra for Python Configuration: Build Modular and Maintainable Pipelines Hardcoded paths and parameters can quickly drift out of sync across a data science project’s scripts. This article shows how to move them into Hydra configuration files, access values with dot notation, override settings from the command line, swap entire configuration groups, and run experiment sweeps with a single multirun flag. CODECUT.AI • Shared by Khuyen Tran
8 days ago
https://deadlovelll.github.io/2026-08-03-asyncio-all-tasks-free-threading/
asyncio.all_tasks() Could Silently Drop Tasks on the Free-Threaded Build A concrete example of how free-threading turns old GIL-era assumptions into silent bugs: asyncio.all_tasks() dropping live tasks from another thread. Useful for anyone porting or debugging code under the free-threaded build. Written by the author of the fix. DEADLOVELLL.GITHUB.IO • Shared by Timofei Ivankov
8 days ago
https://sgolev.github.io/blog/2026-07-28-celery-recipes/
Celery: From First Task to Advanced Recipes Celery is a mature distributed task queue for Python, but many practical details aren’t immediately obvious from the documentation. This guide goes from the basic usage to timeouts, retries, preventing parallel execution, and emulating async/await support. STANISLAV GOLEV • Shared by Stanislav Golev
8 days ago
https://realpython.com/podcasts/rpp/306/
Programmatically Developing LLM Prompts With DSPy How can you move from manually writing prompts for an LLM application toward defining them programmatically? This week on the show, Brett Kennedy returns to discuss his new book “Building LLM Applications with DSPy.” REAL PYTHON podcast
8 days ago
https://www.better-simple.com/django/2026/07/29/nifty-feature-setuptestdata/
Nifty Django Feature: setUpTestData The setUp() call in TestCase gets invoked for every single test. Django adds setUpTestData() which only gets called once per test class, meaning your tests can run faster. TIM SCHILLING
8 days ago
https://purplesyringa.moe/blog/thoughts-on-simd-in-pure-python/
Thoughts on “SIMD in Pure Python” This article is a response to SIMD in Pure Python and discusses ways of optimizing his code even further. ALISA SIRENEVA
8 days ago
https://www.pythonmorsels.com/since/
Since When? Which Python Version Added That An interesting tool where you paste Python into it to see which version added each feature it uses, or look up a single built-in, module, or piece of syntax. PYTHONMORSELS.COM
8 days ago
https://realpython.com/python-pointblank/
Validating Data With Pointblank in Python Learn how to validate data in Python with Pointblank: declare quality checks, split clean from failing rows, and rerun validation plans from YAML. REAL PYTHON
8 days ago
https://realpython.com/quizzes/python-pointblank/
Quiz: Validating Data With Pointblank in Python REAL PYTHON
8 days ago
https://nedbatchelder.com/blog/202607/acidica
Acidica Ned has written a toy BASIC interpreter in Python. This announcement post tells you why (“for fun”) and talks about the accomplishment. NED BATCHELDER
8 days ago
https://jvns.ca/blog/2026/07/21/more-nice-django-things/
Some More Things About Django I’ve Been Enjoying Julia has been learning Django to create websites in “2010 style”. This post talks about new things she’s picked up along the way. JULIA EVANS
8 days ago