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

Latest posts

Last updated about 18 hours ago

Python Closures: Common Use Cases and Examples

2 days ago

In Python, a closure is typically a function defined inside another function...

Python's Magic Methods in Classes

3 days ago

As a Python developer who wants to harness the power of object-oriented...

Quiz: Using .__repr__() vs .__str__() in Python

3 days ago

In this quiz, you’ll test your understanding of Python’s .__repr__() and .__str__()...

Beautiful Soup: Build a Web Scraper With Python

4 days ago

Web scraping is the automated process of extracting data from the internet...

Quiz: Beautiful Soup: Build a Web Scraper With Python

4 days ago

In this quiz, you’ll test your understanding of web scraping with Python...

Quiz: How to Reset a pandas DataFrame Index

7 days ago

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

The Real Python Podcast – Episode #225: Python Getting Faster and Leaner & Ideas for Django Projects

7 days ago

What changes are happening under the hood in the latest versions of...

Quiz: The Python Standard REPL: Try Out Code and Ideas Quickly

8 days ago

In this quiz, you’ll test your understanding of The Python Standard REPL...

Python Thread Safety: Using a Lock and Other Techniques

9 days ago

Python threading allows you to run parts of your code concurrently, making...

Quiz: Python Class Constructors: Control Your Object Instantiation

9 days ago

In this quiz, you’ll test your understanding of Python Class Constructors By...

Understanding Python's Global Interpreter Lock (GIL)

10 days ago

The Python Global Interpreter Lock or GIL, in simple words, is a...

Quiz: Defining Your Own Python Function

10 days ago

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