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

Latest posts

Last updated about 6 hours ago

The Real Python Podcast – Episode #202: Pydantic Data Validation & Python Web Security Practices

about 6 hours ago

How do you verify and validate the data coming into your Python...

What's Lazy Evaluation in Python?

2 days ago

Being lazy is not always a bad thing. Every line of code...

Python Basics Exercises: Scopes

3 days ago

On your Python journey, you’ve worked with functions and loops. To fully...

Python Sequences: A Comprehensive Guide

3 days ago

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

Write Unit Tests for Your Python Code With ChatGPT

4 days ago

Having a good battery of tests for your code may be a...

Python's unittest: Writing Unit Tests for Your Code

7 days ago

In this quiz, you’ll test your understanding of testing your Python code...

The Real Python Podcast – Episode #201: Decoupling Systems to Get Closer to the Data

7 days ago

What are the benefits of using a decoupled data processing system? How...

How to Format Floats Within F-Strings in Python

9 days ago

You’ll often need to format and round a Python float to display...

Using raise for Effective Exceptions

10 days ago

In your Python journey, you’ll come across situations where you need to...

Build a Blog Using Django, GraphQL, and Vue

11 days ago

Are you a regular Django user? Do you find yourself wanting to...

Write Pythonic and Clean Code With namedtuple

11 days ago

In this quiz, you’ll test your understanding of Python’s namedtuple() By working...

What's Lazy Evaluation in Python?

14 days ago

Lazy evaluation is a programming concept where the evaluation of an expression...