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

Latest posts

Last updated 2 days ago

Creating a Scalable Flask Web Application From Scratch

2 days ago

Flask is a powerful and flexible micro web framework for Python, ideal...

How to Split a Python List or Iterable Into Chunks

3 days ago

Splitting a Python list into chunks is a common task for parallel...

Python's "in" and "not in" Operators: Check for Membership

4 days ago

Python’s in and not in operators allow you to quickly check if...

Python's Mutable vs Immutable Types: What's the Difference?

4 days ago

Python’s mutable objects, such as lists and dictionaries, allow you to change...

Python's zipfile: Manipulate Your ZIP Files Efficiently

4 days ago

Python’s zipfile module allows you to efficiently manipulate ZIP files, a standard...

Python Folium: Create Web Maps From Your Data

4 days ago

Folium is a Python library that lets you create interactive maps using...

How to Flush the Output of the Python Print Function

5 days ago

Python’s flush parameter in the print() function allows you to control when...

How to Download Files From URLs With Python

5 days ago

Python makes it straightforward to download files from a URL with its...

Executing Python Scripts With a Shebang

5 days ago

In shell scripts, the shebang line (#!) specifies the path to the...

Python and TOML: New Best Friends

5 days ago

TOML stands for Tom’s Obvious Minimal Language. Its human-readable syntax makes TOML...

Python's raise: Effectively Raising Exceptions in Your Code

5 days ago

When you use the raise statement in Python to raise (or throw)...

The Real Python Podcast – Episode #236: Simon Willison: Using LLMs for Python Development

6 days ago

What are the current large language model (LLM) tools you can use...