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
Our Black Friday giveaway is live, and the prizes are packed with Python learning. You can win a three year membership, a lasting discount on an annual plan, or savings on our book bundle.

Enter while it is open:
Black Friday Giveaway – Real Python
Enter the giveaway for a chance to win prizes worth over $1,210 that will help you take your Python skills to the next level.
buff.ly
November 26, 2025 at 10:21 PM
🐍 Python Term of the Day: prompt engineering (AI Coding Glossary)

The practice of designing and refining prompts for generative models.

realpython.com/ref/ai-codin...
prompt engineering | AI Coding Glossary – Real Python
The practice of designing and refining prompts for generative models.
realpython.com
November 26, 2025 at 3:41 PM
🐍📰 How to Convert Bytes to Strings in Python realpython.com/convert-pyth...
How to Convert Bytes to Strings in Python – Real Python
Turn Python bytes to strings, pick the right encoding, and validate results with clear error handling strategies.
realpython.com
November 26, 2025 at 2:05 PM
Our Black Friday giveaway is here 🐍

Every year, we try to do something a little special for the community. And this year we're giving away some of our best resources.

What you could win:
Black Friday Giveaway – Real Python
Enter the giveaway for a chance to win prizes worth over $1,210 that will help you take your Python skills to the next level.
realpython.com
November 26, 2025 at 1:58 PM
Black Friday Giveaway: Win 3 Years of Real Python

We're giving away a 3-year membership plus all our Python books—that's over $1,000 in learning resources. There are also runner-up prizes: 50% off membership (for life!) and 30% off our book bundle. Enter at at buff.ly/8iPrzaE
November 26, 2025 at 2:20 AM
📰🐍 Get the best Python links of the week: PyCoder’s Weekly Issue #710: FastAPI, Floodfill, 20 Years of Django, and More (Nov. 25, 2025) pycoders.com/issues/710
PyCoder’s Weekly | Issue #710
FastAPI, Floodfill, 20 Years of Django, and More
pycoders.com
November 25, 2025 at 7:46 PM
📺🐍 Getting Started With Claude Code realpython.com/courses/gett...
Getting Started With Claude Code – Real Python
Learn to set up and use Claude Code for Python projects: install, run commands, and integrate with Git.
realpython.com
November 25, 2025 at 2:13 PM
🐍 Python Term of the Day: io (Python Standard Library)

Provides the main facilities for dealing with various types of I/O, including reading and writing files, handling binary data, and working with streams.

realpython.com/ref/stdlib/io/
io | Python Standard Library – Real Python
Provides the main facilities for dealing with various types of I/O, including reading and writing files, handling binary data, and working with streams.
realpython.com
November 24, 2025 at 3:41 PM
🐍 Python Term of the Day: staticmethod() (Python’s Built-in Functions)

Returns a static method object that can be called on a class or its instances.

realpython.com/ref/builtin-...
staticmethod() | Python’s Built-in Functions – Real Python
Returns a static method object that can be called on a class or its instances.
realpython.com
November 23, 2025 at 3:41 PM
🐍 Python Term of the Day: Phind (AI Coding Tools)

An AI-powered search engine for developers.

realpython.com/ref/ai-codin...
Phind | AI Coding Tools – Real Python
An AI-powered search engine for developers.
realpython.com
November 22, 2025 at 3:41 PM
🐍 Python Term of the Day: loss function (AI Coding Glossary)

A scalar objective that measures prediction error and shapes gradients to guide model training.

realpython.com/ref/ai-codin...
loss function | AI Coding Glossary – Real Python
A scalar objective that measures prediction error and shapes gradients to guide model training.
realpython.com
November 21, 2025 at 3:41 PM
🎧🐍 Episode #275 of the Real Python Podcast is live: Building a FastAPI Application & Exploring Python Concurrency realpython.com/podcasts/rpp...
Episode #275: Building a FastAPI Application & Exploring Python Concurrency – The Real Python Podcast
What are the steps to get started building a FastAPI application? What are the different types of concurrency available in Python? Christopher Trudeau is back on the show this week, bringing another batch...
realpython.com
November 21, 2025 at 12:13 PM
🐍📰 Build a Python MCP Client to Test Servers From Your Terminal

Follow this Python project to build an MCP client that discovers MCP server capabilities and feeds an AI-powered chat with tool calls

realpython.com/python-mcp-c...
November 21, 2025 at 2:20 AM
🐍📰 How to Serve a Website With FastAPI Using HTML and Jinja2

Use FastAPI to render Jinja2 templates and serve dynamic sites with HTML, CSS, and JavaScript.

realpython.com/fastapi-jinj...
November 20, 2025 at 10:21 PM
🐍 Python Term of the Day: static method (Python Glossary)

A method that you define within a class but doesn’t access or use its instance (self) or class (cls).

realpython.com/ref/glossary...
static method | Python Glossary – Real Python
A method that you define within a class but doesn’t access or use its instance (self) or class (cls).
realpython.com
November 20, 2025 at 3:41 PM
🐍📩 Pycoders Weekly (Issue 709) — deepcopy(), JIT, REPL Tricks, and More

buff.ly/prHAlBK
November 20, 2025 at 1:58 PM
🐍📺 Break Out of Loops With Python's break Keyword [Video]

Learn how Python’s break lets you exit for and while loops early, with practical demos from simple games to everyday data tasks

buff.ly/4QpGfVQ
November 20, 2025 at 2:20 AM
🐍📰 How to Serve a Website With FastAPI Using HTML and Jinja2

Use FastAPI to render Jinja2 templates and serve dynamic sites with HTML, CSS, and JavaScript, then add a color picker that copies hex codes

buff.ly/ocxaxCB
November 19, 2025 at 10:21 PM
🐍📰 Build a Python MCP Client to Test Servers From Your Terminal realpython.com/python-mcp-c...
Build a Python MCP Client to Test Servers From Your Terminal – Real Python
Follow this Python project to build an MCP client that discovers MCP server capabilities and feeds an AI-powered chat with tool calls.
realpython.com
November 19, 2025 at 2:07 PM
🐍🎧 Preparing Data Science Projects for Production

What are the essential tools and techniques to make your code reproducible, organized, and testable? This week on the show, Khuyen Tran from CodeCut discusses her new book, "Production Ready Data Science."

buff.ly/KVFaGHB
November 19, 2025 at 1:58 PM
❓🐍 Quiz: Build a Python MCP Client to Test Servers From Your Terminal Quiz
Build a Python MCP Client to Test Servers From Your Terminal Quiz – Real Python
Learn how to create a Python MCP client, start an AI-powered chat session, and run it from the command line. Check your understanding.
buff.ly
November 19, 2025 at 12:03 PM
🐍📰 The Python Standard REPL: Try Out Code and Ideas Quickly

The Python REPL provides immediate feedback as you code. Utilize this powerful tool to type, run, debug, edit, and explore Python interactively.

realpython.com/python-repl/
November 19, 2025 at 2:20 AM
🐍📺 Python Operators and Expressions [Video]

Operators allow you to combine objects to create expressions that perform computations, which is fundamental to how Python operates.

realpython.com/courses/pyth...
November 18, 2025 at 10:21 PM
📰🐍 Get the best Python links of the week: PyCoder’s Weekly Issue #709: deepcopy(), JIT, REPL Tricks, and More (Nov. 18, 2025) pycoders.com/issues/709
PyCoder’s Weekly | Issue #709
deepcopy(), JIT, REPL Tricks, and More
pycoders.com
November 18, 2025 at 7:46 PM