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

Latest posts

Last updated about 17 hours ago

How to Use Loguru for Simpler Python Logging

1 day ago

In Python, logging is a vital programming practice that helps you track...

Using the Python subprocess Module

3 days ago

Python’s subprocess module allows you to run shell commands and manage external...

Quiz: Python Logging With the Loguru Library

3 days ago

In this quiz, you’ll test your understanding of How to Use Loguru...

Sets in Python

4 days ago

Python provides a built-in set data type. It differs from other built-in...

Modern Web Automation With Python and Selenium

9 days ago

Selenium is a web automation tool that allows you to use Python...

Quiz: Web Automation With Python and Selenium

9 days ago

In this quiz, you’ll test your understanding of Web Automation With Python...

Thread Safety in Python: Locks and Other Techniques

10 days ago

Threads share state in your programs, which means race conditions can be...

Managing Python Projects With uv: An All-in-One Solution

11 days ago

The uv tool is a high-speed package and project manager for Python...

Quiz: Managing Python Projects With uv: An All-in-One Solution

11 days ago

By working through this quiz, you’ll revisit how Python’s uv integrates multiple...

Quiz: How to Manage Python Projects With pyproject.toml

12 days ago

In this quiz, you’ll test your understanding of the pyproject.toml file This...

Getting Started With Python IDLE

16 days ago

Python IDLE is the default integrated development environment (IDE) that comes bundled...

MySQL Databases and Python

17 days ago

MySQL is one of the most popular database management systems (DBMSs) on...