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

Latest posts

Last updated about 12 hours ago

A Practical Introduction to Web Scraping in Python

about 13 hours ago

Python web scraping allows you to collect and parse data from websites...

The Real Python Podcast – Episode #232: Exploring Modern Sentiment Analysis Approaches in Python

1 day ago

What are the current approaches for analyzing emotions within a piece of...

Get Started With Django User Management

4 days ago

Django user management allows you to integrate user authentication and management into...

Quiz: How to Remove Items From Lists in Python

4 days ago

In this quiz, you’ll test your understanding of How to Remove Items...

Programming Sockets in Python

5 days ago

Sockets and the socket API are used to send messages across a...

Dictionaries in Python

6 days ago

Python dictionaries are a powerful built-in data type that allows you to...

Build Enumerations of Constants With Python's Enum

7 days ago

Python’s enum module offers a way to create enumerations, a data type...

Sorting a Python Dictionary: Values, Keys, and More

8 days ago

Sorting a Python dictionary involves organizing its key-value pairs in a specific...

Build Command-Line Interfaces With Python's argparse

8 days ago

When building Python command-line interfaces (CLI), Python’s argparse module offers a comprehensive...

YAML: The Missing Battery in Python

8 days ago

YAML is a portable and widely used data serialization format. Unlike the...

What's New in Python 3.13

9 days ago

Python 3.13 was published on October 7, 2024. This new version is...

The Real Python Podcast – Episode #223: Exploring the New Features of Python 3.13

9 days ago

Python 3.13 is here! Our regular guests, Geir Arne Hjelle and Christopher...