BLACK WEEK DEAL 50% off all yearly plans. 🔥 See what we offer →

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

Latest posts

Last updated 3 days ago

How to Convert Bytes to Strings in Python

3 days ago

Converting bytes into readable strings in Python is an effective way to...

Getting Started With Claude Code

4 days ago

Learn how to set up and start using Claude Code to boost...

How to Properly Indent Python Code

5 days ago

Knowing how to properly indent Python code is a key skill for...

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

8 days ago

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

Build a Python MCP Client to Test Servers From Your Terminal

10 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

10 days ago

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

Break Out of Loops With Python's break Keyword

11 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

12 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

12 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

15 days ago

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

The Python Standard REPL: Try Out Code and Ideas Quickly

17 days ago

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

Python Operators and Expressions

18 days ago

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