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

Latest posts

Last updated about 17 hours ago

Quiz: Hands-On Python 3 Concurrency With the asyncio Module

about 17 hours ago

This quiz sharpens your intuition for Python’s asyncio module. You’ll decide when...

How to Run Your Python Scripts and Code

1 day ago

Running Python scripts is essential for executing your code. You can run...

Start Building With FastAPI

3 days ago

FastAPI is a web framework for building APIs with Python. It leverages...

Quiz: Build a Hash Table in Python With TDD

4 days ago

In this quiz, you’ll review hash functions, collision resolution strategies, hash function...

The Real Python Podcast – Episode #285: Exploring MCP Apps & Adding Interactive UIs to Clients

7 days ago

How can you move your MCP tools beyond plain text? How do...

Quiz: Python's tuple Data Type: A Deep Dive With Examples

8 days ago

In this quiz, you’ll test your understanding of Python tuples By working...

How to Install Python on Your System: A Guide

9 days ago

To learn how to install Python on your system, you can follow...

Quiz: How to Install Python on Your System: A Guide

9 days ago

In this quiz, you’ll test your understanding of how to install Python...

Write Python Docstrings Effectively

10 days ago

Writing clear, consistent docstrings in Python helps others understand your code’s purpose...

TinyDB: A Lightweight JSON Database for Small Projects

11 days ago

TinyDB is a Python implementation of a NoSQL, document-oriented database. Unlike a...

Quiz: TinyDB: A Lightweight JSON Database for Small Projects

11 days ago

In this quiz, you’ll test your understanding of the TinyDB database library...

The Real Python Podcast – Episode #284: Running Local LLMs With Ollama and Connecting With Python

14 days ago

Would you like to learn how to work with LLMs locally on...