Public list by ~pycoders

Issue #734: Dunder-Gets, Django Tasks in Prod, Codex CLI, and More (2026-05-12)

PyData London | 2026

https://pydata.org/london2026

PyData London June 5 to June 7, 2026 PYDATA.ORG • Shared by Tomara Youngblood

3 months ago

Using Django Tasks in production

https://www.better-simple.com/django/2026/05/06/using-django-tasks-in-production/

Using Django Tasks in Production Django added a generic API for dealing with concurrent tasks in version 6. This post talks about how it has been used in production. TIM SCHILLING

#django tasks #django #background tasks

3 months ago

Use Codex CLI to Enhance Your Python Projects – Real Python

https://realpython.com/courses/use-codex-cli-enhance-your-python-projects/

Use Codex CLI to Enhance Your Python Projects Learn how to use Codex CLI to add features to Python projects directly from your terminal, without needing a browser or IDE plugins. REAL PYTHON course

3 months ago

Handling Schema Issues in Polars

https://pola.rs/posts/schema-evolution/

Handling Schema Issues in Polars You’ve got this great data pipeline going until one day it stops working. A schema error causes by a column upstream has stopped you in your tracks. This post talks about the four different causes of schema errors and what to do about them. THIJS NIEUWDORP

3 months ago

Textual - An Intro to DOM Queries (Part II) - Mouse Vs Python

https://blog.pythonlibrary.org/2026/05/06/textual-an-intro-to-dom-queries-part-ii/

Textual: An Intro to DOM Queries (Part II) Textual is a TUI framework library for building terminal applications. It uses a DOM to represent the widgets in the application, and that DOM is queryable. This is part 2 in a series on how to find things in your Textual DOM. MIKE DRISCOLL

3 months ago

Everything You Always Wanted to Know About Sprints!

https://pycon.blogspot.com/2026/05/everything-you-always-wanted-to-know.html

Everything You Always Wanted to Know About PyCon Sprints! PyCon US includes coding sprints to work on CPython itself, or projects in the ecosystem like Django, Flask, and BeeWare. This post tells you all about sprints and how you can join in on the fun. DEB NICHOLSON

3 months ago

Why TUIs are back by Alcides Fonseca

https://wiki.alcidesfonseca.com/blog/why-tuis-are-back/

Why TUIs Are Back Terminal User Interfaces are seeing a resurgence in the tools space. This opinion piece briefly talks about the history of interfaces and why we are where we are now. ALCIDES FONSECA

3 months ago

Parallel Python at Anyscale with Ray

https://talkpython.fm/episodes/show/547/parallel-python-at-anyscale-with-ray

Parallel Python at Anyscale With Ray Talk Python interviews Richard Liaw and Edward Oakes. They talk about Ray, an open source Python framework a distributed execution engine for AI workloads. TALK PYTHON podcast

3 months ago

Python 3.14.5 release candidate | Python Insider

https://blog.python.org/2026/05/python-3145rc1/

Python 3.14.5 Release Candidate Normally nobody fusses over a release candidate of a point release, but 3.14.5 includes a major change: rolling back of the incremental garbage collector. HUGO VAN KEMENADE

3 months ago

The Simplest MCP Example Possible in Python

https://inventwithpython.com/blog/basic-mcp-python-example.html

The Simplest MCP Example Possible in Python This guide introduces you to connecting your code to a local LLM model. It covers Ollama and FastMCP and what you can do with these tools. AL SWEIGART

3 months ago

ChatterBot: Build a Chatbot With Python – Real Python

https://realpython.com/build-a-chatbot-python-chatterbot/

ChatterBot: Build a Chatbot With Python Build a Python chatbot with the ChatterBot library. Clean real conversation data, train on custom datasets, and add local AI with Ollama. REAL PYTHON

3 months ago

Do You Get It Now?

https://www.thepythoncodingstack.com/p/do-you-get-it-now-getitem-getattr-getattribute-get

Do You Get It Now? Learn about Python’s .__getitem__(), .__getattr__(), .__getattribute__(), and .__get__(): how they’re different and where to use them. STEPHEN GRUPPETTA

3 months ago

PyCon US 2026

https://us.pycon.org/

PyCon US 2026 May 13 to May 20, 2026 PYCON.ORG

4 months ago