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

Latest posts

Last updated about 9 hours ago

Concatenating Strings in Python Efficiently

about 9 hours ago

Python string concatenation is a fundamental operation that combines multiple strings into...

Python News Roundup: February 2025

1 day ago

The new year has brought a flurry of activity to the Python...

The Real Python Podcast – Episode #239: Behavior-Driven vs Test-Driven Development & Using Regex in Python

4 days ago

What is behavior-driven development, and how does it work alongside test-driven development...

Python Keywords: An Introduction

6 days ago

Python keywords are reserved words with specific functions and restrictions in the...

Quiz: Python Keywords: An Introduction

6 days ago

In this quiz, you’ll test your understanding of Python Keywords Python keywords...

Building a Python Command-Line To-Do App With Typer

7 days ago

Building an application to manage your to-do list can be an interesting...

How to Join Strings in Python

8 days ago

Python’s built-in string method .join() lets you combine string elements from an...

The Real Python Podcast – Episode #238: Charlie Marsh: Accelerating Python Tooling With Ruff and uv

11 days ago

Are you looking for fast tools to lint your code and manage...

Quiz: How to Join Strings in Python

12 days ago

In this quiz, you’ll test your understanding of How to Join Strings...

Quiz: Python "for" Loops: The Pythonic Way

12 days ago

In this quiz, you’ll test your understanding of Python’s for loop By...

How to Split a String in Python

13 days ago

Python’s .split() method lets you divide a string into a list of...

NumPy Techniques and Practical Examples

14 days ago

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