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

Latest posts

Last updated about 24 hours ago

Quiz: Interacting With Python

1 day ago

In this quiz, you’ll test your understanding of the different ways you...

Quiz: Expression vs Statement in Python: What's the Difference?

1 day ago

In this quiz, you’ll test your understanding of Expression vs Statement in...

NumPy Practical Examples: Useful Techniques

2 days ago

The NumPy library is a Python library used for scientific computing. It...

Quiz: NumPy Practical Examples: Useful Techniques

2 days ago

In this quiz, you’ll test your understanding of the techniques covered in...

Working With TOML and Python

3 days ago

TOML—Tom’s Obvious Minimal Language—is a reasonably new configuration file format that the...

Interacting With Python

4 days ago

There are multiple ways of interacting with Python, and each can be...

Using the Python zip() Function for Parallel Iteration

5 days ago

Python’s zip() function combines elements from multiple iterables. Calling zip() generates an...

Using the len() Function in Python

6 days ago

The len() function in Python is a powerful and efficient tool used...

The Real Python Podcast – Episode #228: Maintaining the Foundations of Python & Cautionary Tales

7 days ago

How do you build a sustainable open-source project and community? What lessons...

Quiz: Namespaces and Scope in Python

8 days ago

In this quiz, you’ll test your understanding of Python Namespaces and Scope...

Python Dictionary Comprehensions: How and When to Use Them

9 days ago

Dictionary comprehensions are a concise and quick way to create, transform, and...

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

9 days ago

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