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

Latest posts

Last updated about 18 hours ago

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

about 18 hours 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

4 days ago

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

Python 3.14 Preview: Template Strings (T-Strings)

6 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)

6 days ago

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

Implementing the Factory Method Pattern in Python

7 days ago

This video course explores the Factory Method design pattern and its implementation...

Use TorchAudio to Prepare Audio Data for Deep Learning

8 days ago

Ever wondered how machine learning models process audio data? How do you...

Quiz: Use TorchAudio to Prepare Audio Data for Deep Learning

8 days ago

In this quiz, you’ll test your understanding of audio fundamentals and how...

The Real Python Podcast – Episode #255: Structuring Python Scripts & Exciting Non-LLM Software Trends

11 days ago

What goes into crafting an effective Python script? How do you organize...

Your Guide to the Python print() Function

13 days ago

If you’re like most Python users, then you probably started your Python...

Quiz: The Python print() Function

13 days ago

In this quiz, you’ll test your understanding of Your Guide to the...

Starting With DuckDB and Python

14 days ago

The DuckDB database provides a seamless way to handle large datasets in...

Python enumerate(): Simplify Loops That Need Counters

15 days ago

Python’s enumerate() function helps you with loops that require a counter by...