Real Python
banner
realpython.com
Real Python
@realpython.com
Online #Python Training & Expert Community: Tutorials, Video Courses, Books, Quizzes...and More! Join 1M+ Pythonistas at http://realpython.com
Twenty Years of Django Releases #python
Twenty Years of Django Releases #python
On November 16th, Django celebrated its 20th anniversary. This quick post highlights a few stats along the way.
www.djangoproject.com
December 27, 2025 at 4:00 AM
🐍📺 Documenting Python Code: A Complete Guide [Video]

Whether you're documenting a small script or a large project, whether you're a beginner or seasoned Pythonista, this guide will cover everything you need to know
#python
Documenting Python Code: A Complete Guide
Whether you're documenting a small script or a large project, whether you're a beginner or seasoned Pythonista, this guide will cover everything you need to know.
realpython.com
December 27, 2025 at 3:00 AM
🐍📺 Reading User Input From the Keyboard With Python [Video]

Master taking user input in Python to build interactive terminal apps with clear prompts, solid error handling, and smooth multi-step flows

realpython.com/courses/read...
December 27, 2025 at 2:20 AM
🐍📰 Operator and Function Overloading in Custom Python Classes

How to overload built-in functions and operators in your custom Python classes in order to make your code more Pythonic. #python
Operator and Function Overloading in Custom Python Classes – Real Python
How to overload built-in functions and operators in your custom Python classes in order to make your code more Pythonic.
realpython.com
December 26, 2025 at 11:30 PM
🐍📩 Pycoders Weekly (Issue 714) — Narwhals, Selenium, Testing Conundrum, and More

pycoders.com/issues/714
December 26, 2025 at 10:21 PM
🐍📰 Use .dropna() in pandas DataFrames to remove null values and ensure accurate Python analysis.
How to Drop Null Values in pandas
Learn how to use .dropna() to drop null values from pandas DataFrames so you can clean missing data and keep your Python analysis accurate:
realpython.com
December 26, 2025 at 6:30 PM
🐍 Python Term of the Day: setattr() (Python’s Built-in Functions)

Modifies the input object by setting the specified attribute to the given value.

realpython.com/ref/builtin-...
setattr() | Python’s Built-in Functions – Real Python
Modifies the input object by setting the specified attribute to the given value.
realpython.com
December 26, 2025 at 3:41 PM
Cursor vs. Claude for Django Development #python
Cursor vs. Claude for Django Development #python
This article looks at how Cursor and Claude compare when developing a Django application.
testdriven.io
December 26, 2025 at 4:00 AM
🐍📺 Speed Up Python With Concurrency [Video]

Learn what concurrency means in Python and why you might want to use it. You'll see a simple, non-concurrent approach and then look into why you'd want threading, asyncio, or multiprocessing.

#python
Speed Up Python With Concurrency
Learn what concurrency means in Python and why you might want to use it. You'll see a simple, non-concurrent approach and then look into why you'd want threading, asyncio, or multiprocessing
realpython.com
December 26, 2025 at 3:00 AM
🐍📰 Astral's ty: A New Blazing-Fast Type Checker for Python

Learn to use ty, an ultra-fast Python type checker written in Rust. Get setup instructions, run type checks, and fine-tune custom rules in personal projects

#python
Astral's ty: A New Blazing-Fast Type Checker for Python
Learn to use ty, an ultra-fast Python type checker written in Rust. Get setup instructions, run type checks, and fine-tune custom rules in personal projects:
realpython.com
December 25, 2025 at 6:30 PM
nicegui-fastapi-template: Template for FastAPI, NiceGUI, & Docker #python
nicegui-fastapi-template: Template for FastAPI, NiceGUI, & Docker #python
A template for rapidly building full-stack web applications in Python, featuring a FastAPI backend, a NiceGUI frontend, PostgreSQL, and Docker. - jaehyeon-kim/nicegui-fastapi-template
github.com
December 25, 2025 at 4:00 AM
🐍📺 Working With Linked Lists in Python [Video]

In this course, you'll learn what linked lists are and when to use them, such as when you want to implement queues, stacks, or graphs
#python
Working With Linked Lists in Python
In this course, you'll learn what linked lists are and when to use them, such as when you want to implement queues, stacks, or graphs. You'll also learn how to use collections.deque to improve the performance of your linked lists and how to implement l...
realpython.com
December 25, 2025 at 3:00 AM
🐍📰 Playing and Recording Sound in Python

In this tutorial, you'll learn about libraries that can be used for playing and recording sound in Python, such as PyAudio and python-sounddevice. #python
Playing and Recording Sound in Python - Real Python
In this tutorial, you'll learn about libraries that can be used for playing and recording sound in Python, such as PyAudio and python-sounddevice. You'll also see code snippets for playing and recording sound files and arrays, as well as for converting...
realpython.com
December 24, 2025 at 11:30 PM
🐍 Python MCP: Connect Your LLM With the World 📰

#python
Python MCP: Connect Your LLM With the World
Learn how to build a Model Context Protocol (MCP) server in Python. Connect tools, prompts, and data to AI agents like Cursor for smarter assistants:
realpython.com
December 24, 2025 at 6:30 PM
🐍📰 LlamaIndex in Python: A RAG Guide With Examples realpython.com/llamaindex-e...
LlamaIndex in Python: A RAG Guide With Examples – Real Python
Learn how to set up LlamaIndex, choose an LLM, load your data, build and persist an index, and run queries to get grounded, reliable answers with examples.
realpython.com
December 24, 2025 at 2:10 PM
🐍📰 SOLID Design Principles: Improve Object-Oriented Code in Python

Learn how to apply SOLID design principles in Python and build maintainable, reusable, and testable object-oriented code.

buff.ly/1zLNDmJ
December 24, 2025 at 1:58 PM
🐍📰 Python Community Interview With Bruno Oliveira — realpython.com/interview-br...
#python
December 24, 2025 at 1:25 PM
❓🐍 Quiz: LlamaIndex in Python: A RAG Guide With Examples Quiz realpython.com/quizzes/llam...
LlamaIndex in Python: A RAG Guide With Examples Quiz – Real Python
Take this Python LlamaIndex quiz to test your understanding of index persistence, reloading, and performance gains in RAG applications.
realpython.com
December 24, 2025 at 12:13 PM
🐍🎧 The Real Python Podcast — Manipulating and Analyzing Audio in Python
Manipulating and Analyzing Audio in Python
Would you like to experiment with analyzing or manipulating audio with Python? This week on the show, we have Braden Riggs from DolbyIO to discuss extracting audio features and Python libraries for reshaping audio. Braden shares techniques from his rec...
realpython.com
December 24, 2025 at 5:00 AM
Microsoft Announces SQL Server Python Driver #python
Microsoft Announces SQL Server Python Driver #python
We’re thrilled to announce that the mssql-python driver is now Generally Available! 🎉 This milestone marks a major step forward in delivering a modern,...
techcommunity.microsoft.com
December 24, 2025 at 4:00 AM
🐍📺 Traditional Face Detection With Python [Video]

In this course, you'll learn about a historically important algorithm for object detection that can be successfully applied to finding the location of a human face within an image
#python
Traditional Face Detection With Python
In this course on face detection with Python, you'll learn about a historically important algorithm for object detection that can be successfully applied to finding the location of a human face within an image.
realpython.com
December 24, 2025 at 3:00 AM