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 14 hours ago

What's Lazy Evaluation in Python?

about 14 hours ago

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

Python Basics Exercises: Scopes

1 day ago

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

Python Sequences: A Comprehensive Guide

1 day ago

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

Write Unit Tests for Your Python Code With ChatGPT

3 days ago

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

Python's unittest: Writing Unit Tests for Your Code

6 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

6 days ago

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

How to Format Floats Within F-Strings in Python

8 days ago

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

Using raise for Effective Exceptions

9 days ago

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

Build a Blog Using Django, GraphQL, and Vue

10 days ago

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

Write Pythonic and Clean Code With namedtuple

10 days ago

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

The Real Python Podcast – Episode #200: Avoiding Error Culture and Getting Help Inside Python

13 days ago

What is error culture, and how do you avoid it within your...

What's Lazy Evaluation in Python?

13 days ago

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