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

Latest posts

Last updated 1 day ago

How to Strip Characters From a Python String

1 day ago

By default, Python’s .strip() method removes whitespace characters from both ends of...

Building a Code Image Generator With Python

2 days ago

If you’re active on social media, then you know that images and...

Python's Bytearray: A Mutable Sequence of Bytes

3 days ago

Python’s bytearray is a mutable sequence of bytes that allows you to...

Quiz: Using Python's .__dict__ to Work With Attributes

7 days ago

In this quiz, you’ll test your understanding of Using Python’s .__dict__ to...

Introducing DuckDB

8 days ago

The DuckDB database provides a seamless way to handle large datasets in...

What Can You Do With Python?

9 days ago

You’ve finished a course or finally made it to the end of...

Quiz: GitHub Actions for Python

9 days ago

In this quiz, you’ll test your understanding of Continuous Integration and Deployment...

Quiz: Python Set Comprehensions: How and When to Use Them

9 days ago

In this quiz, you’ll test your understanding of Python Set Comprehensions: How...

Quiz: Dictionaries in Python

9 days ago

In this quiz, you’ll test your understanding of Dictionaries in Python By...

Quiz: Python's Instance, Class, and Static Methods Demystified

9 days ago

In this quiz, you’ll test your understanding of Instance, Class, and Static...

Python Code Quality: Best Practices and Tools

10 days ago

Producing high-quality Python code involves using appropriate tools and consistently applying best...

Quiz: Python Code Quality: Best Practices and Tools

10 days ago

In this quiz, you’ll test your understanding of Python Code Quality: Tools...