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

Latest posts

Last updated 1 day ago

The Real Python Podcast – Episode #247: Exploring DuckDB & Comparing Python Expressions vs Statements

1 day ago

Are you looking for a fast database that can handle large datasets...

How to Exit Loops Early With the Python Break Keyword

4 days ago

In Python, the break statement lets you exit a loop prematurely, transferring...

Quiz: How to Exit Loops Early With the Python Break Keyword

4 days ago

In this quiz, you’ll test your understanding of the Python break statement...

Creating a Python Dice Roll Application

5 days ago

In this video course, you’ll learn how to create a Python dice...

Namespaces in Python

6 days ago

A Python namespace is a mapping from names to objects. It works...

Quiz: Namespaces in Python

6 days ago

In this quiz, you’ll test your understanding of Namespaces in Python You’ll...

The Real Python Podcast – Episode #246: Learning Intermediate Python With a Deep Dive Course

9 days ago

Do you want to learn deeper concepts in Python? Would the accountability...

Using Python's .__dict__ to Work With Attributes

11 days ago

Python’s .__dict__ is a special attribute in classes and instances that acts...

Checking for Membership Using Python's "in" and "not in" Operators

12 days ago

Python’s in and not in operators allow you to quickly check if...

Python News Roundup: April 2025

13 days ago

Last month brought significant progress toward Python 3.14, exciting news from PyCon...

The Real Python Podcast – Episode #245: GUIs & TUIs: Choosing a User Interface for Your Python Project

16 days ago

What are the current Python graphical user interface libraries? Should you build...

How to Strip Characters From a Python String

18 days ago

By default, Python’s .strip() method removes whitespace characters from both ends of...