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

Latest posts

Last updated 1 day ago

Python 3.13 Preview: Free Threading and a JIT Compiler

1 day ago

Although the final release of Python 3.13 is scheduled for October 2024...

Customizing VS Code Through Color Themes

2 days ago

A well-designed coding environment not only enhances your focus and productivity but...

Quiz: Using Python's pip to Manage Your Projects' Dependencies

2 days ago

In this quiz, you’ll test your understanding of Python’s standard package manager...

Using Python's pip to Manage Your Projects' Dependencies

3 days ago

The standard package manager for Python is pip. It allows you to...

The Real Python Podcast – Episode #220: Configuring Git Pre-Commit Hooks & Estimating Software Projects

6 days ago

How do you take advantage of Git pre-commit hooks? How do you...

Quiz: Python 3.13: Free-Threading and a JIT Compiler

7 days ago

In this quiz, you’ll test your understanding of the new features in...

How to Use Conditional Expressions With NumPy where()

8 days ago

The NumPy where() function is a powerful tool for filtering array elements...

Quiz: Python Virtual Environments: A Primer

8 days ago

So you’ve been primed on Python virtual environments! Test your understanding of...

When to Use .__repr__() vs .__str__() in Python

9 days ago

One of the most common tasks that a computer program performs is...

Python News Roundup: September 2024

10 days ago

As the autumn leaves start to fall, signaling the transition to cooler...

The Real Python Podcast – Episode #219: Astrophysics and Astronomy With Python & PyCon Africa 2024

13 days ago

Are you interested in practicing your Python skills while learning how to...

Lists vs Tuples in Python

15 days ago

In Python, lists and tuples are versatile and useful data types that...