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 about 8 hours ago

The Real Python Podcast – Episode #245: GUIs & TUIs: Choosing a User Interface for Your Python Project

about 9 hours ago

What are the current Python graphical user interface libraries? Should you build...

How to Strip Characters From a Python String

2 days ago

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

Building a Code Image Generator With Python

3 days ago

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

Python's Bytearray: A Mutable Sequence of Bytes

4 days ago

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

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

8 days ago

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

Introducing DuckDB

9 days ago

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

What Can You Do With Python?

10 days ago

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

Quiz: GitHub Actions for Python

10 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

10 days ago

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

Quiz: Dictionaries in Python

10 days ago

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

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

10 days ago

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

Python Code Quality: Best Practices and Tools

11 days ago

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