Using Python's .__dict__ to Work With Attributes Quiz – Real Python
Quiz: Using Python’s .__dict__ to Work With Attributes REAL PYTHON
Streamlit - Create your first app with Streamlit
Create Your First App With Streamlit This tutorial shows you how to start building Streamlit data...
Refactoring long boolean expressions
Refactoring Long Boolean Expressions This article shows you how you can improve the readability of long...
Python Insider: Python 3.14.0a7, 3.13.3, 3.12.10, 3.11.12, 3.10.17 and 3.9.22 are now available
Python Releases: 3.14.0a7, 3.13.3, 3.12.10, 3.11.12, 3.10.17 and 3.9.22 CPYTHON DEV BLOG
PEP 750 – Template Strings | peps.python.org
PEP 750: Template Strings (Accepted) PYTHON.ORG
PEP 751 – A file format to record Python dependencies for installation reproducibility | peps.python.org
PEP 751: A File Format to Record Python Dependencies for Installation Reproducibility (Accepted) PYTHON.ORG
How to build Hot Module Replacement in Python - Gauge - Solving the monolith/microservices dilemma
How to Build Hot Module Replacement in Python Django’s dev server, uvicorn, and others support hot-loading...
Is Python Code Sensitive to CPU Caching? | Lukas Atkinson
Is Python Code Sensitive to CPU Caching? In lower level languages, being aware of what gets...
Episode #246: Learning Intermediate Python With a Deep Dive Course – The Real Python Podcast
Learning Intermediate Python With a Deep Dive Course Do you want to learn deeper concepts in...
Checking for Membership Using Python's "in" and "not in" Operators – Real Python
Checking for Membership Using in and not in In this video course, you’ll learn how to...
How to Strip Characters From a Python String – Real Python
How to Strip Characters From a Python String Use Python’s .strip() method to remove unwanted whitespace...
Django: what’s new in 5.2 - Adam Johnson
Django: What’s New in 5.2 Django 5.2 was recently released and this post talks about the...
The Best Programmers I Know | Matthias Endler
The Best Programmers I Know In this opinion piece, Matthias writes about the traits he thinks...
BeeWare and the State of Python on Mobile
BeeWare and the State of Python on Mobile Talk Python interviews Russell Keith-Magee and they talk...
Python Set Comprehensions: How and When to Use Them Quiz – Real Python
Quiz: Python Set Comprehensions REAL PYTHON
GitHub Actions for Python Quiz – Real Python
Quiz: GitHub Actions for Python REAL PYTHON
GitHub - drivendataorg/cookiecutter-data-science: A logical, reasonably standardized, but flexible project structure for doing and sharing data science work.
cookiecutter-data-science: Project Structure for Data Science GITHUB.COM/DRIVENDATAORG
GitHub - dropseed/plain: A web framework for building products with Python.
plain: A Web Framework for Building Products With Python GITHUB.COM/DROPSEED
GitHub - zobweyt/textcase: Python library for text case conversions
textcase: Feature-Rich Text Case Conversion Library GITHUB.COM/ZOBWEYT
GitHub - TylerHillery/pypacktrends: Website to compare Python package downloads
PyPack Trends: Compare Python Package Downloads GITHUB.COM/TYLERHILLERY • Shared by Tyler Hillery
GitHub - dr-schlange/nallely-midi: script your midi devices, connect anything with everything
Nallely: Maps Your MIDI Devices With Anything GITHUB.COM/DR-SCHLANGE • Shared by vince
Office Hours – Real Python
Weekly Real Python Office Hours Q&A (Virtual) April 16, 2025 REALPYTHON.COM
Using Python's .__dict__ to Work With Attributes – Real Python
Using Python’s .__dict__ to Work With Attributes In this tutorial, you’ll dive deeper into the .__dict__...
Python’s 10 Insane Underground Scripts: You Didn’t Know Exist
10 Insane Underground Python Scripts Imagine if your Python script could cover its tracks after execution...
Guide to Errors vs Exceptions in Python
A Dev’s Guide to Surviving Python’s Error zoo 🐍 Exceptions happen—but they don’t have to wreck...
Talks I want to see at DjangoCon US 2025
Talks I Want to See at DjangoCon US 2025 Looking for a talk idea for DjangoCon...
Django security releases issued: 5.1.8 and 5.0.14
Django Security Releases: 5.1.8 and 5.0.14 DJANGO SOFTWARE FOUNDATION
REST in Peace? Django's Framework Problem
REST in Peace? Django’s Framework Problem The Django Rest Framework (DRF) has recently locked down access...
Case Study: Developing And Testing Python Packages With Uv - Pybites
Developing and Testing Python Packages With uv Structuring Python projects can be confusing. Where do tests...
Textual - Algorithms for high performance terminal apps
Algorithms for High Performance Terminal Apps This post by one of the creators of Textual talks...
Migrate Django ID field from int to big int with minimal downtime
Migrate Django ID Field From int to big int If you’re responsible for a project based...
Shadowing in Python gave me an UnboundLocalError | nicole@web
Shadowing in Python Gave an UnboundLocalError Reusing a variable name to shadow earlier definitions normally isn’t...
Terrible Horrible No Good Very Bad Python
Terrible Horrible No Good Very Bad Python This quick post shows some questionable code and asks...
How to report a security issue in an open source project - Jacob Kaplan-Moss
How to Report a Security Issue in an Open Source Project So you’ve found a security...
GitHub - jlowin/fastmcp: The fast, Pythonic way to build Model Context Protocol servers 🚀
fastmcp: Build Model Context Protocol Servers GITHUB.COM/JLOWIN
GitHub - gaogaotiantian/coredumpy: coredumpy saves your crash site for post-mortem debugging
coredumpy: Saves Your Crash Site for Post-Mortem Debugging GITHUB.COM/GAOGAOTIANTIAN • Shared by Tian Gao
GitHub - fetter-io/fetter-rs: System-wide Python package discovery, validation, and allow-listing
System-Wide Package Discovery, Validation, and Allow-Listing GITHUB.COM/FETTER-IO • Shared by Christopher Ariza
GitHub - django-commons/django-typer: Use Typer (type hints) to define the interface for your Django management commands.
django-typer: Use Typer for Django Management Commands GITHUB.COM/DJANGO-COMMONS
GitHub - martin-majlis/Wikipedia-API: Python wrapper for Wikipedia
Wikipedia-API: Python Wrapper for Wikipedia GITHUB.COM/MARTIN-MAJLIS
PyAtl: Atlanta Python Programmers | Meetup
Python Atlanta April 10 to April 11, 2025 MEETUP.COM
DFW Pythoneers | Meetup
DFW Pythoneers 2nd Saturday Teaching Meeting April 12, 2025 MEETUP.COM
Event details – Bakau – Python Gambia
Workshop: Creating Python Communities April 15 to April 16, 2025 PYTHON-GM.ORG
Python's Bytearray: A Mutable Sequence of Bytes – Real Python
Python’s Bytearray: A Mutable Sequence of Bytes In this tutorial, you’ll learn about Python’s bytearray, a...