Real Python: Quiz: A Close Look at a FastAPI Example Application
Link: https://realpython.com/quizzes/fastapi-python-web-apis/
In this quiz, you’ll test your understanding of the FastAPI example project that can shuffle lists, pick random items, and generate random numbers.
By working through this quiz, you’ll revisit how pat
Link: https://realpython.com/quizzes/fastapi-python-web-apis/
In this quiz, you’ll test your understanding of the FastAPI example project that can shuffle lists, pick random items, and generate random numbers.
By working through this quiz, you’ll revisit how pat
Realpython
A Close Look at a FastAPI Example Application Quiz – Real Python
Practice FastAPI basics with path parameters, request bodies, async endpoints, and CORS. Build confidence to design and test simple Python web APIs.
Reuven Lerner: Want to learn uv?
Link: https://lerner.co.il/2025/11/03/want-to-learn-uv/
You’ve probably heard about uv:
It’s faster than pip
It replaces lots of other Python packaging tools
It lets you publish to PyPI easier than before
But using uv isn’t just about learning a few comm
Link: https://lerner.co.il/2025/11/03/want-to-learn-uv/
You’ve probably heard about uv:
It’s faster than pip
It replaces lots of other Python packaging tools
It lets you publish to PyPI easier than before
But using uv isn’t just about learning a few comm
Reuven Lerner
Want to learn uv?
You've probably heard about uv: It's faster than pip It replaces lots of other Python packaging tools It lets you publish to PyPI easier than before But using uv isn't just about learning a few
Python Software Foundation: Improving security and integrity of Python package archives
Link: https://pyfound.blogspot.com/2025/10/slippery-zips-and-sticky-tar-pits-security-and-archives-white-paper.html
Security and integrity of the Python packaging ecosystem is critical, and the smallest unit of a packaging ecosystem is a "package". Python packages use existing archive formats like ZIP and tar to di
Link: https://pyfound.blogspot.com/2025/10/slippery-zips-and-sticky-tar-pits-security-and-archives-white-paper.html
Security and integrity of the Python packaging ecosystem is critical, and the smallest unit of a packaging ecosystem is a "package". Python packages use existing archive formats like ZIP and tar to di
Python Software Foundation Blog
Improving security and integrity of Python package archives
Security and integrity of the Python packaging ecosystem is critical, and the smallest unit of a packaging ecosystem is a "package". Python ...
Python Software Foundation: Announcing Python Software Foundation Fellow Members for Q3 2025! 🎉
Link: https://pyfound.blogspot.com/2025/10/announcing-python-software-foundation.html
The PSF is pleased to announce its third batch of PSF Fellows for 2025! Let us welcome the new PSF Fellows for Q3! The following people continue to do amazing things for the Python community:Abhijeet
Link: https://pyfound.blogspot.com/2025/10/announcing-python-software-foundation.html
The PSF is pleased to announce its third batch of PSF Fellows for 2025! Let us welcome the new PSF Fellows for Q3! The following people continue to do amazing things for the Python community:Abhijeet
Python Software Foundation Blog
Announcing Python Software Foundation Fellow Members for Q3 2025! 🎉
The PSF is pleased to announce its third batch of PSF Fellows for 2025 ! Let us welcome the new PSF Fellows for Q3 ! The following people c...
Real Python: A Close Look at a FastAPI Example Application
Link: https://realpython.com/fastapi-python-web-apis/
This example project showcases important features of the FastAPI web framework, including automatic validation and documentation. FastAPI is an excellent choice for both beginners building their first
Link: https://realpython.com/fastapi-python-web-apis/
This example project showcases important features of the FastAPI web framework, including automatic validation and documentation. FastAPI is an excellent choice for both beginners building their first
Realpython
Using FastAPI to Build Python Web APIs – Real Python
In this guide, you'll learn the main concepts of FastAPI and how to use it to quickly create web APIs that implement best practices by default. By the end of it, you will be able to start creating production-ready web APIs.
Python Bytes: #456 You're so wrong
Link: https://pythonbytes.fm/episodes/show/456/youre-so-wrong
<strong>Topics covered in this episode:</strong><br>
<ul>
<li><strong><a href="https://pyfound.blogspot.com/2025/10/NSF-funding-statement.html?featured_on=pythonbytes">The PSF has withdrawn a $1.5 m
Link: https://pythonbytes.fm/episodes/show/456/youre-so-wrong
<strong>Topics covered in this episode:</strong><br>
<ul>
<li><strong><a href="https://pyfound.blogspot.com/2025/10/NSF-funding-statement.html?featured_on=pythonbytes">The PSF has withdrawn a $1.5 m
pythonbytes.fm
You're so wrong
News and announcements from the Python community for the week of Nov 3rd, 2025
Python Software Foundation: Connecting the Dots: Understanding the PSF’s Current Financial Outlook
Link: https://pyfound.blogspot.com/2025/10/connecting-the-dots.html
As the PSF heads into our end-of-year fundraiser, we want to share information to help “connect the dots” and show a more complete picture of the PSF’s current financial outlook. You’ve heard from us
Link: https://pyfound.blogspot.com/2025/10/connecting-the-dots.html
As the PSF heads into our end-of-year fundraiser, we want to share information to help “connect the dots” and show a more complete picture of the PSF’s current financial outlook. You’ve heard from us
Python Software Foundation Blog
Connecting the Dots: Understanding the PSF’s Current Financial Outlook
As the PSF heads into our end-of-year fundraiser, we want to share information to help “connect the dots” and show a more complete picture o...
Seth Michael Larson: GameCube Nintendo Classics and storage size
Link: https://sethmlarson.dev/gamecube-nintendo-classics-storage-size?utm_campaign=rss
If you're into GameCube collecting and archiving you may already know
that GameCube ISOs or "ROMs" are around ~1.3 GB in size, regardless of
the game that is contained within the .iso file. This is be
Link: https://sethmlarson.dev/gamecube-nintendo-classics-storage-size?utm_campaign=rss
If you're into GameCube collecting and archiving you may already know
that GameCube ISOs or "ROMs" are around ~1.3 GB in size, regardless of
the game that is contained within the .iso file. This is be
sethmlarson.dev
GameCube Nintendo Classics and storage size
If you're into GameCube collecting and archiving you may already know
that GameCube ISOs or "ROMs" are around ~1.3 GB in size, regardless of
the game that is contained within the .iso file. This is...
that GameCube ISOs or "ROMs" are around ~1.3 GB in size, regardless of
the game that is contained within the .iso file. This is...
Real Python: Building UIs in the Terminal With Python Textual
Link: https://realpython.com/courses/building-uis-terminal-python-textual/
Have you ever wanted to create an app with an appealing interface that works in the command line? Welcome to Textual, a Python toolkit and framework for creating beautiful, functional text-based user
Link: https://realpython.com/courses/building-uis-terminal-python-textual/
Have you ever wanted to create an app with an appealing interface that works in the command line? Welcome to Textual, a Python toolkit and framework for creating beautiful, functional text-based user
Realpython
Building UIs in the Terminal With Python Textual – Real Python
Learn to build rich, interactive terminal UIs in Python with Textual: a powerful library for modern, event-driven TUIs.
PyCoder’s Weekly: Issue #707: Python Infrastructure, Concurrency, Django in 2025, and More (Nov. 4, 2025)
Link: https://pycoders.com/issues/707
#707 – NOVEMBER 4, 2025 View in Browser » Michael Kennedy: Managing Your Own Python Infrastructure How do you deploy your Python application without getting locked into an expensive cloud-based
Link: https://pycoders.com/issues/707
#707 – NOVEMBER 4, 2025 View in Browser » Michael Kennedy: Managing Your Own Python Infrastructure How do you deploy your Python application without getting locked into an expensive cloud-based
Pycoders
PyCoder’s Weekly | Issue #707
Python Infrastructure, Concurrency, Django in 2025, and More
Rodrigo Girão Serrão: A generator, duck typing, and a branchless conditional walk into a bar
Link: https://mathspp.com/blog/a-generator-duck-typing-and-a-branchless-conditional-walk-into-a-bar
A generator, duck typing, and a branchless conditional walk into a bar.
What's your favourite line of Python code?
My friend Aaron is quite a character.
One day, he was giving a talk and said that ev
Link: https://mathspp.com/blog/a-generator-duck-typing-and-a-branchless-conditional-walk-into-a-bar
A generator, duck typing, and a branchless conditional walk into a bar.
What's your favourite line of Python code?
My friend Aaron is quite a character.
One day, he was giving a talk and said that ev
Mathspp
A generator, duck typing, and a branchless conditional walk into a bar
A generator, duck typing, and a branchless conditional walk into a bar.
Python Morsels: __slots__ for optimizing classes
Link: https://www.pythonmorsels.com/__slots__/
Most Python objects store their attributes in a __dict__ dictionary. Modules and classes always use __dict__, but not everything does.
Table of contents
How are class attributes stored by default?
Link: https://www.pythonmorsels.com/__slots__/
Most Python objects store their attributes in a __dict__ dictionary. Modules and classes always use __dict__, but not everything does.
Table of contents
How are class attributes stored by default?
Pythonmorsels
__slots__ for optimizing classes
Most Python objects store their attributes in a __dict__ dictionary. Modules and classes always use __dict__, but not everything does.
Python Morsels: __slots__ for optimizing classes
Link: https://www.pythonmorsels.com/DELETE_ME___slots__/
Most Python objects store their attributes in a __dict__ dictionary. Modules and classes always use __dict__, but not everything does.
Table of contents
How are class attributes stored by default?
Link: https://www.pythonmorsels.com/DELETE_ME___slots__/
Most Python objects store their attributes in a __dict__ dictionary. Modules and classes always use __dict__, but not everything does.
Table of contents
How are class attributes stored by default?
Pythonmorsels
__slots__ for optimizing classes
Most Python objects store their attributes in a __dict__ dictionary. Modules and classes always use __dict__, but not everything does.