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

Latest posts

Last updated about 1 hour ago

Python 3.15 Preview: UTF-8 by Default

about 1 hour ago

Python 3.15 makes UTF-8 the default text encoding. A plain open("notes.txt") call...

Quiz: Python 3.15 Preview: UTF-8 by Default

about 3 hours ago

In this quiz, you’ll test your understanding of Python 3.15 Preview: UTF-8...

Build Your Own Face Recognition Tool With Python

1 day ago

Do you have a phone that you can unlock with your face...

Primer on Python Decorators

1 day ago

Python decorators allow you to modify or extend the behavior of functions...

How to Get Started With Ollama

1 day ago

Integrating local large language models (LLMs) into your Python projects with Ollama...

Quiz: Automating EDA With fg-data-profiling

1 day ago

In this quiz, you’ll test your understanding of Automating EDA With fg-data-profiling...

Async Programming in Python: From Generators to asyncio

2 days ago

Python async programming lets a single-threaded program stay busy while it waits...

Quiz: Async Programming in Python: From Generators to asyncio

2 days ago

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

Quiz: Rock, Paper, Scissors With Python: A Command Line Game

5 days ago

In this quiz, you’ll test your understanding of Rock, Paper, Scissors With...

The Real Python Podcast – Episode #309: Exploring Complex Systems & Maintainable Data Science Pipelines

5 days ago

What are the key characteristics of complex systems, and what are practical...

Quiz: Getting Started With Claude Code

6 days ago

In this quiz, you’ll test your understanding of Getting Started With Claude...

Python 3.15 Preview: Sampling Profiler

7 days ago

Python 3.15 ships with a brand-new profiling package defined in PEP 799...