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

Latest posts

Last updated 2 days ago

Python Scope and the LEGB Rule: Resolving Names in Your Code

2 days ago

The scope of a variable in Python determines where in your code...

Getting Started With marimo Notebooks

3 days ago

marimo notebooks redefine the notebook experience by offering a reactive environment that...

How to Debug Common Python Errors

4 days ago

Python debugging involves identifying and fixing errors in your code using tools...

Quiz: How to Debug Common Python Errors

5 days ago

In this quiz, you’ll test your understanding of How to Debug Common...

The Real Python Podcast – Episode #257: Comparing Real-World Python Performance Against Big O

8 days ago

How does the performance of an algorithm hold up when you put...

What Is Python's __init__.py For?

9 days ago

Python’s special __init__.py file marks a directory as a regular Python package...

Quiz: What Is Python's __init__.py For?

10 days ago

In this quiz, you’ll test your knowledge of Python’s __init__.py file Understanding...

Exploring Protocols in Python

10 days ago

In Python, a protocol specifies the methods and attributes that a class...

Free-Threaded Python Unleashed and Other Python News for July 2025

11 days ago

Last month was a watershed moment for Python. Python 3.14 beta 3...

The Real Python Podcast – Episode #256: Solving Problems and Saving Time in Chemistry With Python

15 days ago

What motivates someone to learn how to code as a scientist? How...

Python 3.14 Preview: Template Strings (T-Strings)

16 days ago

Python 3.14’s t-strings allow you to intercept and transform input values before...

Quiz: Python 3.14 Preview: Template Strings (T-Strings)

17 days ago

Evaluate your grasp of Python’s t-strings, which provide a structured and secure...