RSS Amplifier

Blog

Real Python

realpython.comSource feed ↗12 posts

Live Last read · last published · next check

Written by

Latest posts

The Real Python Podcast – Episode #308: Navigating Silent Failures in AI: Strategies for Effective Oversight

Why do AI systems silently fail? How can you set up a system that produces results while also reviewing and validating the work? This week on the show, Calvin Hendryx-Parker returns to discuss his recent talk "Orchestrate Agentic AI: Context, Checklists, and No-Miss Reviews."

Quiz: Introduction to Git and GitHub for Python Developers

Test your understanding of Git basics for Python projects, including commits, the staging area, branches, merges, and working with remote repos.

Quiz: Your Guide to the CPython Source Code

Test your grasp of the CPython source code, from bytecode and memory management to frames and generators. Based on the CPython 3.8 walkthrough.

How to Use Claude Code to Write and Debug Python

Learn how to use Claude Code to build and debug Python projects with natural-language commands right from your terminal.

Quiz: How to Review AI-Generated Python Code Efficiently

Test your understanding of how to review AI-generated Python code, from automated checks to the bugs that coding agents get wrong most often.

Quiz: How to Use Claude Code to Write and Debug Python

Test your understanding of Claude Code by working through installation, plan mode, diff review, and debugging a Python project.

Working With Python's deque

Learn how to use Python's deque to efficiently append and pop items from both ends, build queues and stacks, and set maxlen for bounded history.

Quiz: Arduino With Python: How to Get Started

Check your understanding of using Arduino with Python. Practice setting up circuits, using the Firmata protocol, and controlling inputs and outputs.

Quiz: Working With Python's deque

Test your understanding of Python's deque. Practice fast appends and pops at both ends, building queues and stacks, and setting maxlen.

How to Debug Python Code With an AI Agent

Learn AI debugging by pairing with an AI coding agent: reproduce the bug with a failing test, give your agent context, then verify the fix.

Quiz: How to Debug Python Code With an AI Agent

Test your understanding of debugging Python code with an AI agent, from reproducing a bug with a failing test to verifying the fix.

The Real Python Podcast – Episode #307: Improving NumPy Performance on Free-Threaded Python

What bottlenecks were preventing NumPy from scaling on free-threaded Python? Christopher Trudeau is back on the show this week with another batch of PyCoder's Weekly articles and projects.