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

Latest posts

Last updated about 8 hours ago

Thread Safety in Python: Locks and Other Techniques

about 9 hours ago

Threads share state in your programs, which means race conditions can be...

Managing Python Projects With uv: An All-in-One Solution

1 day ago

The uv tool is a high-speed package and project manager for Python...

Quiz: Managing Python Projects With uv: An All-in-One Solution

1 day ago

By working through this quiz, you’ll revisit how Python’s uv integrates multiple...

Quiz: How to Manage Python Projects With pyproject.toml

2 days ago

In this quiz, you’ll test your understanding of the pyproject.toml file This...

Getting Started With Python IDLE

6 days ago

Python IDLE is the default integrated development environment (IDE) that comes bundled...

MySQL Databases and Python

7 days ago

MySQL is one of the most popular database management systems (DBMSs) on...

Shallow vs Deep Copying of Python Objects

8 days ago

Python’s assignment statements don’t copy objects as they do in some other...

Shallow vs Deep Copying of Python Objects

8 days ago

Python’s assignment statements don’t copy objects as they do in some other...

Quiz: Shallow vs Deep Copying of Python Objects

8 days ago

In this quiz, you’ll test your understanding of Shallow vs Deep Copying...

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

11 days ago

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

How to Exit Loops Early With the Python Break Keyword

13 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

13 days ago

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