Public list by ~pycoders

Issue #735: Agentic Architecture, Python is Weird, 3.15, and More (2026-05-19)

Python Is Weird

https://kowal.dev/blog/python-is-weird

Python Is Weird Here is a collection of things that surprised Maciej about Python. Some you might know and some that might surprise you too. MACIEJ KOWALSKI

3 months ago

GitHub - Agent-Field/agentfield: Build, run and scale AI agents like API and microservices - observable,auditable and identity-aware from day one.

https://agentfield.ai/github/?utm_id=pycoders-060519-github-cta

Harness Orchestration: The Next Primitive for AI Agents A Python SDK that lets you compose Claude Code, Codex, and Gemini as one autonomous harness - agents become FastAPI-style routes you can wire, version, and deploy. Open source. Fork SWE-AF (a 100+ agent software factory) or our cloud-security harness as starter kits. Clone a Recipe → AGENTFIELD sponsor

3 months ago

Python 3.15: features that didn't make the headlines

https://blog.changs.co.uk/python-315-features-that-didnt-make-the-headlines.html

Python 3.15: Features That Didn’t Make the Headlines Every release there are changes that don’t make the headlines, here are a few in the upcoming Python 3.15 release CHANGS.CO.UK ‱ Shared by Jamie Chang

3 months ago

2026 Django Developers Survey

https://www.djangoproject.com/weblog/2026/may/12/2026-django-developers-survey/

2026 Django Developers Survey DJANGO SOFTWARE FOUNDATION

#python #django #framework #open-source

3 months ago

PyCon US 2026 Typing Summit Recap

https://bernat.tech/posts/pycon-us-2026-typing-summit-recap/

PyCon US 2026 Typing Summit Recap Per-talk notes from the PyCon US 2026 Typing Summit. Includes info on: Pyrefly and AI agents, ty constraint sets, Lean formalization, tensor shape types, intersection types, PEP 827, Guido on the direction of typing, and the Typing Council Q&A. BERNÁT GÁBOR

#python #pycon #pycon-us #typing-summit #typing #type-hints

3 months ago

Event Sourcing Design Pattern

https://talkpython.fm/episodes/show/548/event-sourcing-design-pattern

Event Sourcing Design Pattern Talk Python interviews Chris May and they discuss the event sourcing design pattern: a mechanism for databases to work like git with immutable, replayable events. Learn what libraries help you do this in Python and when to use the pattern. TALK PYTHON podcast

3 months ago

Strategic Planning at the PSF

https://pyfound.blogspot.com/2026/05/strategic-planning-at-psf.html

Strategic Planning at the PSF The Python Software Foundation Board has been developing a strategic plan to guide the foundation’s direction over the next five years. This post describes the process and future goals. PYTHON SOFTWARE FOUNDATION

3 months ago

How Python's GIL actually works (and when it bites you)

https://dev.to/lovestaco/how-pythons-gil-actually-works-and-when-it-bites-you-3f2

How Python’s GIL Actually Works (And When It Bites You) This post explains how Python’s GIL limits the amount of concurrency you can get through threading alone, why it is there, and how it is changing as Python evolves. ATHREYA AKA MANESHWAR

#webdev #productivity #programming #python #software #coding

3 months ago

Learn concurrency - a deep dive into multithreading with Python

https://blog.geekuni.com/2026/04/python-concurrency.html

Concurrency: A Deep Dive Into Multithreading With Python “This article explains concurrency in Python including topics like multithreading, multiprocessing, race conditions, and synchronization mechanisms such as locks.” NIKOS VAGGALIS

3 months ago

httpx2! | Blog

https://tildeweb.nl/~michiel/httpx2.html

Pydantic Forks httpx The Pydantic team has forked httpx and named it httpx2. The folks who created httpxyz have decided to let the larger organization take the reins. MICHIEL BEIJEN

#blog python leiden

3 months ago

How to Flatten a List of Lists in Python – Real Python

https://realpython.com/python-flatten-list/

How to Flatten a List of Lists in Python Learn how to flatten a list of lists in Python using for loops, list comprehensions, itertools, functools, NumPy, and recursion. REAL PYTHON

3 months ago

Building Type-Safe LLM Agents With Pydantic AI – Real Python

https://realpython.com/courses/building-type-safe-llm-agents-with-pydantic-ai/

Building Type-Safe LLM Agents With Pydantic AI Build type-safe LLM agents in Python with Pydantic AI using structured outputs, function calling, and dependency injection. REAL PYTHON course

3 months ago

Pyrefly v1.0 is here! | Pyrefly

https://pyrefly.org/blog/v1.0/

Pyrefly v1.0 Is Here! Pyrefly has reached stable version 1.0 status, read about the new features and how to get started. PYREFLY.ORG

#news

3 months ago