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
PSF Withdraws $1.5M Proposal for US Gov't Grant #python
PSF Withdraws $1.5M Proposal for US Gov't Grant #python
pyfound.blogspot.com
November 11, 2025 at 4:00 AM
🐍📺 Real Python Office Hours [Video]

The Real Python Office Hours is a weekly hangout where members of Real Python get the chance to interact with each other as well as authors and video course instructors. Join us live on Wednesday mornings!
#python
Real Python Office Hours
The Real Python Office Hours is a weekly hangout where members of Real Python get the chance to interact with each other as well as Real Python authors and video course instructors. Join us live on Wednesday mornings!
realpython.com
November 11, 2025 at 3:00 AM
🐍📰 Python MarkItDown: Convert Documents Into LLM-Ready Markdown

Start using Python MarkItDown to quickly convert PDFs, Office files, images, and URLs into clean, Markdown format suitable for LLMs.

buff.ly/dzQQoPk
November 11, 2025 at 2:20 AM
🐍🎧 Advice for Writing Maintainable Python Code

How do you make your Python code more readable and easier to refactor? Christopher Trudeau is back on the show this week, bringing another batch of PyCoder's Weekly articles and projects.

realpython.com/podcasts/rpp...
November 10, 2025 at 10:21 PM
🐍📰 Python 3.14 introduces t-strings, a safer alternative to f-strings for secure template processing and customized string workflows.

#python
Python 3.14 Preview: Template Strings (T-Strings)
Python 3.14 introduces t-strings: a safer, more flexible alternative to f-strings. Learn how to process templates securely and customize string workflows:
realpython.com
November 10, 2025 at 6:30 PM
Announcing PSF Community Service Award Recipients! #python
Announcing PSF Community Service Award Recipients! #python
This post announces three new Service Award Recipients: Katie McLaughlin, Sarah Kuchinsy, and Rodrigo Girão Serrão.
pyfound.blogspot.com
November 10, 2025 at 5:00 PM
🐍 Python Term of the Day: except (Python Keywords)

Catches and handles exceptions that occur during the execution of a program.

realpython.com/ref/keywords...
except | Python Keywords – Real Python
Catches and handles exceptions that occur during the execution of a program.
realpython.com
November 10, 2025 at 3:41 PM
🐍📰 Python 3.14 Released and Other Python News for November 2025 realpython.com/python-news-...
Python 3.14 Released and Other Python News for November 2025 – Real Python
Python 3.14 is officially out, Python 3.15 begins, and Python 3.9 reaches end of life. Plus, Django 6.0 first beta released, new PEPs, and more Python news.
realpython.com
November 10, 2025 at 2:05 PM
🐍🎧 The Real Python Podcast — Continuing to Unravel Python's Syntatic Sugar With Brett Cannon
Continuing to Unravel Python's Syntatic Sugar With Brett Cannon
A year ago, we had Brett Cannon on the show to discuss his blog series about unravelling Python's syntactic sugar. Brett has written 15 more entries in the series, and he returns to the show this week to continue our conversation. We dive into unravell...
realpython.com
November 10, 2025 at 5:00 AM
🐍📺 Python String Formatting Tips & Best Practices [Video]

Learn the four main approaches to string formatting in Python, as well as their strengths and weaknesses
#python
Python String Formatting Tips & Best Practices
Learn the four main approaches to string formatting in Python, as well as their strengths and weaknesses. You'll also get a simple rule of thumb for how to pick the best general purpose string formatting approach in your own programs.
realpython.com
November 10, 2025 at 3:00 AM
🐍📰 Learn to prepare audio data for deep learning in Python using TorchAudio. Explore how to load, process, and convert speech to spectrograms with PyTorch tools

#python
Use TorchAudio to Prepare Audio Data for Deep Learning
Learn to prepare audio data for deep learning in Python using TorchAudio. Explore how to load, process, and convert speech to spectrograms with PyTorch tools:
realpython.com
November 9, 2025 at 6:30 PM
🐍📰 Python MarkItDown: Convert Documents Into LLM-Ready Markdown

Get started with Python MarkItDown to turn PDFs, Office files, images, and URLs into clean, LLM-ready Markdown in seconds

buff.ly/dzQQoPk
November 9, 2025 at 1:58 PM
🐍📺 Working With JSON Data in Python [Video]

Learn how to work with Python's built-in 'json' module to serialize and deserialize the data in your programs into JSON format
#python
Working With JSON Data in Python
Learn how to work with Python's built-in "json" module to serialize the data in your programs into JSON format. Then, you'll deserialize some JSON from an online API and convert it into Python objects.
realpython.com
November 9, 2025 at 3:00 AM
🐍🎧 Advice for Writing Maintainable Python Code

What are techniques for writing maintainable Python code? Christopher Trudeau is back on the show this week, bringing another batch of PyCoder's Weekly articles and projects.

buff.ly/11lmIph
November 9, 2025 at 2:20 AM
🐍 Build Robust Continuous Integration With Docker and Friends 📰

#python
Build Robust Continuous Integration With Docker and Friends
In this tutorial, you'll use Docker and GitHub Actions to build a robust continuous integration pipeline for a multi-container web application consisting of Flask and Redis. Along the way, you'll learn how to dockerize a Python web application:
realpython.com
November 8, 2025 at 11:30 PM
🐍📰 A Close Look at a FastAPI Example Application

Create a sample FastAPI app, add path and query parameters, and manage CRUD operations with Pydantic for clean, validated endpoints.

buff.ly/CTrrfeo
November 8, 2025 at 10:21 PM
🐍📰 Control Flow Structures in Python
Control Flow Structures in Python
Take control of your code with Python control flow structures. You'll learn with real examples using loops, conditionals, try-except blocks, and pattern matching:
realpython.com
November 8, 2025 at 6:30 PM
🐍 Python Term of the Day: False (Python Keywords)

A built-in constant that represents the Boolean value for false.

realpython.com/ref/keywords...
False | Python Keywords – Real Python
A built-in constant that represents the Boolean value for false.
realpython.com
November 8, 2025 at 3:41 PM