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

Latest posts

Last updated about 23 hours ago

How to Get a List of All Files in a Directory With Python

about 24 hours ago

To get all the files in a directory with Python, you can...

Python's assert: Debug and Test Your Code Like a Pro

about 24 hours ago

Python’s assert statement allows you to write sanity checks in your code...

Python's urllib.request for HTTP Requests

2 days ago

If you’re looking to make HTTP requests in Python using the built-in...

Python's pathlib Module: Taming the File System

2 days ago

Python’s pathlib module helps streamline your work with file and directory paths...

HTML and CSS for Python Developers

2 days ago

Combining HTML, CSS, and Python equips you to build dynamic, interactive websites...

The Real Python Podcast – Episode #234: Building New Structures for Learning Python

3 days ago

What are the new ways we can teach and share our knowledge...

Image Processing With the Python Pillow Library

5 days ago

Python Pillow allows you to manipulate images and perform basic image processing...

Ways to Start Interacting With Python

6 days ago

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

Iterators and Iterables in Python: Run Efficient Iterations

7 days ago

Understanding iterators and iterables in Python is crucial for running efficient iterations...

The Real Python Podcast – Episode #233: PyCoder's Weekly 2024 Top Articles & Missing Gems

10 days ago

PyCoder's Weekly included over 1,500 links to articles, blog posts, tutorials, and...

Learn From 2024's Most Popular Python Tutorials and Courses

12 days ago

As we welcome 2025, it’s the perfect time to reflect on the...

Building HTTP APIs With Django REST Framework

13 days ago

REST is a loosely defined protocol for listing, creating, changing, and deleting...