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

Latest posts

Last updated 1 day ago

The Real Python Podcast – Episode #275: Building a FastAPI Application & Exploring Python Concurrency

1 day ago

What are the steps to get started building a FastAPI application? What...

Build a Python MCP Client to Test Servers From Your Terminal

3 days ago

Building an MCP client in Python can be a good option when...

Quiz: Build a Python MCP Client to Test Servers From Your Terminal

3 days ago

In this quiz, you’ll test your understanding of how to Build a...

Break Out of Loops With Python's break Keyword

4 days ago

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

How to Serve a Website With FastAPI Using HTML and Jinja2

5 days ago

By the end of this guide, you’ll be able to serve dynamic...

Quiz: How to Serve a Website With FastAPI Using HTML and Jinja2

5 days ago

In this quiz, you’ll test your understanding of building dynamic websites with...

The Real Python Podcast – Episode #274: Preparing Data Science Projects for Production

8 days ago

How do you prepare your Python data science projects for production? What...

The Python Standard REPL: Try Out Code and Ideas Quickly

10 days ago

The Python standard REPL (Read-Eval-Print Loop) lets you run code interactively, test...

Python Operators and Expressions

11 days ago

Python operators enable you to perform computations by combining objects and operators...

Python 3.14 Released and Other Python News for November 2025

12 days ago

Python 3.14 is out now, bringing t-strings, deferred annotations, better error messages...

The Real Python Podcast – Episode #273: Advice for Writing Maintainable Python Code

15 days ago

What are techniques for writing maintainable Python code? How do you make...

Python MarkItDown: Convert Documents Into LLM-Ready Markdown

17 days ago

The MarkItDown library lets you quickly turn PDFs, Office files, images, HTML...