Real Python
@realpython.com
Online #Python Training & Expert Community: Tutorials, Video Courses, Books, Quizzes...and More! Join 1M+ Pythonistas at http://realpython.com
🐍 Python Term of the Day: in (Python Keywords)
Used for membership tests, for loops, comprehensions, and generator expressions.
realpython.com/ref/keywords...
Used for membership tests, for loops, comprehensions, and generator expressions.
realpython.com/ref/keywords...
in | Python Keywords – Real Python
Used for membership tests, for loops, comprehensions, and generator expressions.
realpython.com
November 11, 2025 at 3:41 PM
🐍 Python Term of the Day: in (Python Keywords)
Used for membership tests, for loops, comprehensions, and generator expressions.
realpython.com/ref/keywords...
Used for membership tests, for loops, comprehensions, and generator expressions.
realpython.com/ref/keywords...
📺🐍 Python Operators and Expressions realpython.com/courses/pyth...
Python Operators and Expressions – Real Python
Operators let you combine objects to create expressions that perform computations -- the core of how Python works.
realpython.com
November 11, 2025 at 2:14 PM
📺🐍 Python Operators and Expressions realpython.com/courses/pyth...
🐍📰 Python 3.14 Released and Other Python News for November 2025
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/python-news-...
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/python-news-...
November 11, 2025 at 1:58 PM
🐍📰 Python 3.14 Released and Other Python News for November 2025
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/python-news-...
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/python-news-...
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
PSF Withdraws $1.5M Proposal for US Gov't Grant #python
🐍📺 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
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
🐍📺 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
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
🐍📰 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
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
🐍📰 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
Start using Python MarkItDown to quickly convert PDFs, Office files, images, and URLs into clean, Markdown format suitable for LLMs.
buff.ly/dzQQoPk
🐍🎧 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...
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
🐍🎧 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...
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...
Quiz: Python 3.14: Cool New Features for You to Try #python
Quiz: Python 3.14: Cool New Features for You to Try #python
In this quiz, you'll test your understanding of the new features introduced in Python 3.14. By working through this quiz, you'll review the key updates and improvements in this version of Python.
realpython.com
November 10, 2025 at 8:30 PM
Quiz: Python 3.14: Cool New Features for You to Try #python
🐍📰 Python 3.14 introduces t-strings, a safer alternative to f-strings for secure template processing and customized string workflows.
#python
#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
🐍📰 Python 3.14 introduces t-strings, a safer alternative to f-strings for secure template processing and customized string workflows.
#python
#python
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
Announcing PSF Community Service Award Recipients! #python
🐍 Python Term of the Day: except (Python Keywords)
Catches and handles exceptions that occur during the execution of a program.
realpython.com/ref/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 Term of the Day: except (Python Keywords)
Catches and handles exceptions that occur during the execution of a program.
realpython.com/ref/keywords...
Catches and handles exceptions that occur during the execution of a program.
realpython.com/ref/keywords...
🐍📰 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
🐍📰 Python 3.14 Released and Other Python News for November 2025 realpython.com/python-news-...
🐍🎧 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
🐍🎧 The Real Python Podcast — Continuing to Unravel Python's Syntatic Sugar With Brett Cannon
PEP 679: New Assert Statement Syntax With Parentheses (Rejected) #python
PEP 679: New Assert Statement Syntax With Parentheses (Rejected) #python
This PEP proposes allowing parentheses in the two-argument form of assert. The interpreter will reinterpret assert (expr, msg) as assert expr, msg, eliminating the common pitfall where such code was previously treated as asserting a two-element tuple, ...
peps.python.org
November 10, 2025 at 4:00 AM
PEP 679: New Assert Statement Syntax With Parentheses (Rejected) #python
🐍📺 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
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
🐍📺 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
Learn the four main approaches to string formatting in Python, as well as their strengths and weaknesses
#python
🐍📰 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
#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
🐍📰 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
#python
🐍📰 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
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
🐍📰 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
Get started with Python MarkItDown to turn PDFs, Office files, images, and URLs into clean, LLM-ready Markdown in seconds
buff.ly/dzQQoPk
🐍📺 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
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
🐍📺 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
Learn how to work with Python's built-in 'json' module to serialize and deserialize the data in your programs into JSON format
#python
🐍🎧 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
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
🐍🎧 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
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