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

Latest posts

Last updated 1 day ago

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

1 day ago

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

Python MarkItDown: Convert Documents Into LLM-Ready Markdown

3 days ago

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

Quiz: Python MarkItDown: Convert Documents Into LLM-Ready Markdown

3 days ago

In this quiz, you’ll test your understanding of the Python MarkItDown: Convert...

Building UIs in the Terminal With Python Textual

4 days ago

Have you ever wanted to create an app with an appealing interface...

A Close Look at a FastAPI Example Application

5 days ago

This example project showcases important features of the FastAPI web framework, including...

Quiz: A Close Look at a FastAPI Example Application

5 days ago

In this quiz, you’ll test your understanding of the FastAPI example project...

The Real Python Podcast – Episode #272: Michael Kennedy: Managing Your Own Python Infrastructure

8 days ago

How do you deploy your Python application without getting locked into an...

Logging in Python

10 days ago

Logging in Python lets you record important information about your program’s execution...

Speed Up Python With Concurrency

11 days ago

Concurrency is the act of having your computer do multiple things at...

Using Python Optional Arguments When Defining Functions

12 days ago

You define Python functions with optional arguments to make them flexible and...

Quiz: Using Python Optional Arguments When Defining Functions

12 days ago

You’ll revisit how Python handles parameters and arguments—from default values and their...

The Real Python Podcast – Episode #271: Benchmarking Python 3.14 & Enabling Asyncio to Scale

15 days ago

How does Python 3.14 perform under a few hand-crafted benchmarks? Does the...