Everything you care about in one place

Follow feeds: blogs, news, RSS and more. An effortless way to read and digest content of your choice.

Get Feeder

realpython.com

Real Python

Get the latest updates from Real Python directly as they happen.

Follow now 1017 followers

Latest posts

Last updated about 9 hours ago

Exploring Python's Built-in Functions

about 10 hours ago

Python’s built-in functions are predefined functions you can use anywhere in your...

Quiz: Exploring Python's Built-in Functions

about 12 hours ago

In this quiz, you’ll test your understanding of Exploring Python’s Built-in Functions...

Using NumPy reshape() to Change the Shape of an Array

1 day ago

The main data structure you’ll use in NumPy, Python’s core library for...

Quiz: Using NumPy reshape() to Change the Shape of an Array

1 day ago

In this quiz, you’ll test your understanding of Using NumPy reshape() to...

The Real Python Podcast – Episode #303: Free-Threaded Python's History & uv in Production

4 days ago

How many attempts have been made to remove Python's Global Interpreter Lock...

How to Write a CLAUDE.md File for Claude Code

6 days ago

In this tutorial, you’ll write CLAUDE.md files for Claude Code that capture...

Quiz: How to Write a CLAUDE.md File for Claude Code

6 days ago

In this quiz, you’ll test your understanding of How to Write a...

Understanding Mixin Classes in Python

7 days ago

Mixins offer a powerful way to reuse code across multiple Python classes...

Quiz: Understanding Mixin Classes in Python

7 days ago

In this quiz, you’ll test your understanding of Understanding Mixin Classes in...

LangGraph Tutorial: Build Stateful AI Agents in Python

8 days ago

LangGraph is a versatile Python framework designed for stateful, cyclic, and multi-actor...

Quiz: LangGraph: Build Stateful AI Agents in Python

8 days ago

By working through this quiz, you’ll revisit how to build LLM workflows...

The Real Python Podcast – Episode #302: Constructing and Judging Modern Agentic Workflows

11 days ago

How can you improve your LLM agent systems through specification enrichment? What...