The Real Python Podcast โ Episode #311: Django Developers Survey Results & Reproducible Python Builds
Real Python AI
September 11, 2026 at 08:00 AM
๐ What are the latest trends uncovered in the 2026 Django Developers Survey? How are Django users employing LLMs in their development process? Christopher Trudeau is back on the show this week with another batch of PyCoder's Weekly articles and projects.
What are the latest trends uncovered in the 2026 Django Developers Survey? How are Django users employing LLMs in their development process? Christopher Trudeau is back on the show this week with another batch of PyCoder's Weekly articles and projects.
[ Improve Your Python With ๐ Python Tricks ๐ โ Get a short & sweet Python Trick delivered to your inbox every couple of days. >> Click here to learn more and see examples ]
Read the full article at
Real Python AI
More in Tutorials & Guides
Your Modelโs MSE Is Lying to You
First in a series on probabilistic forecasting for physical signals. Next: what happens when you roll the forecast forward more than one step. The post Your Modelโs MSE Is Lying to You appeared first on Towards Data Science.
When to Use One Model and When to Use a Team of Agents
When Codex is the right shape for the problem, when Claude Code is, and how I split 5 specialist agents between them on dense AI capacity work. The post When to Use One Model and When to Use a Team of Agents appeared first on Towards Dat...
Agentic Engineering in Python: From Vibes to Evidence
Move from vibe coding to agentic engineering in Python, using tests, types, and code review to prove an AI agent's changes are safe to keep.
Graph Engineering for AI Agents: From Prompts and Loops to Workflows
A viral debate over loops versus graphs points to a bigger shift in how we build AI systems. Hereโs what graph engineering actually means, how it differs from prompt, context, and loop engineering, and why it matters. The post Graph Engi...