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 827 followers

Latest posts

Last updated 1 day ago

The Real Python Podcast – Episode #224: Narwhals: Expanding DataFrame Compatibility Between Libraries

2 days ago

How does a Python tool support all types of DataFrames and their...

Quiz: Single and Double Underscores in Python Names

3 days ago

In this quiz, you’ll test your understanding of Single and Double Underscores...

Structural Pattern Matching in Python

4 days ago

Structural pattern matching is a powerful control flow construct invented decades ago...

Using Type Hints for Multiple Return Types in Python

5 days ago

In Python, type hinting is an optional yet useful feature for making...

Quiz: Getting Started With Async Features in Python

5 days ago

In this quiz, you’ll test your understanding of Asynchronous Programming in Python...

Syntactic Sugar: Why Python Is Sweet and Pythonic

6 days ago

Python has several pieces of syntax that are syntactic sugar. This sugar...

Quiz: Python Thread Safety: Using a Lock and Other Techniques

7 days ago

In this quiz, you’ll test your understanding of Python threading and thread...

The Real Python Podcast – Episode #223: Exploring the New Features of Python 3.13

9 days ago

Python 3.13 is here! Our regular guests, Geir Arne Hjelle and Christopher...

Quiz: Structural Pattern Matching

10 days ago

In this quiz, you’ll test your understanding of Structural Pattern Matching in...

Build a Contact Book App With Python, Textual, and SQLite

11 days ago

Building projects is a great way to learn programming and have fun...

What's New in Python 3.13

12 days ago

Python 3.13 was published on October 7, 2024. This new version is...

Quiz: Python Closures: Common Use Cases and Examples

12 days ago

In this quiz, you’ll test your understanding of Python closures. Closures are...