Python Set Comprehensions: How and When to Use Them – Real Python
Python Set Comprehensions: How and When to Use Them In this tutorial, you’ll learn how to...
Workshop | Temporal 101 with Python
Free Workshop: Temporal 101 With Python 🚀 Unlock power of Temporal in our Python 101 Workshop...
Typed Python in 2024: Well adopted, yet usability challenges persist
Typed Python in 2024 This article discusses the results from a survey on the usage of...
JupyterLab 4.3 and Notebook 7.3 are available!
JupyterLab 4.3 and Notebook 7.3 Are Available! JUPYTER.ORG
PEP 757 – C API to import-export Python integers | peps.python.org
PEP 757: C API to Import-Export Python Integers (Accepted) PYTHON.ORG
Check if a point is in a cylinder - geometry and code
Check if a Point Is in a Cylinder Luke’s current project requires a fair amount of...
Customising Pattern Matching Behaviour
Customising Pattern Matching Behaviour Jamie has been doing the Advent of Code and two techniques that...
Major Releases of Plotly and Dash: Narwhals, Dash Hooks, and More
Major Releases of Plotly and Dash Four of Plotly’s open-source libraries are getting major releases. Includes:...
The State of Python 2024 | The PyCharm Blog
The State of Python 2024 This is a guest post on the PyCharm blog by Talk...
PEP 768 – Safe external debugger interface for CPython | peps.python.org
PEP 768: Safe External Debugger Interface for CPython “This PEP proposes adding a zero-overhead debugging interface...
Trusted publishing ‐ It has never been easier to publish your python packages
Trusted Publishing It has never been easier to publish your Python packages. This post explains how...
Lazy self-installing Python scripts with uv
Lazy Self-Installing Python Scripts With uv This post talks about how to manage all of your...
2024 Year in Review
Django 2024 Year in Review Carlton is a core contributor to Django and this post talks...
Multimodal data with LanceDB
Multimodal Data With LanceDB Talk Python interviews Chang She and they talk about LanceDB, and open...
GitHub - kkluonaitis/pydantic_nested: Create nested pydantic models from dictionaries
Write pydantic Testing Models as Dictionaries GITHUB.COM/KKLUONAITIS • Shared by Karolis Kluonaitis podcast
GitHub - EnhancedJax/Bagels: Powerful expense tracker that lives in your terminal.
Bagels: Powerful TUI Expense Tracker GITHUB.COM/ENHANCEDJAX
GitHub - deliro/moka-py: A high performance caching library for Python written in Rust
moka-py: High Performance Caching Library GITHUB.COM/DELIRO
GitHub - tpvasconcelos/ridgeplot: Beautiful ridgeline plots in Python
ridgeplot: Beautiful Ridgeline Plots in Python GITHUB.COM/TPVASCONCELOS
GitHub - andrewchambers/ddmin-python: A python implementation of delta debugging tool.
ddmin-python: Python Version of Delta Debugging Tool GITHUB.COM/ANDREWCHAMBERS
GitHub - ambient-innovation/django-removals: Package to check for known Django removals and deprecations
django-removals: Check for Django Removals and Deprecations GITHUB.COM/AMBIENT-INNOVATION
Chattanooga Python User Group
Chattanooga Python User Group December 20 to December 21, 2024 MEETUP.COM
PyMyFlySpy: track your flight using its headrest data | Robert Heaton
PyMyFlySpy: Track Your Flight Using Its Headrest Data Robert is the creator of PySkyWiFi, a “completely...
Assessing PyPy Performance with π and Prime Numbers - Cristiano Pizzamiglio
Assessing PyPy Performance With π and Prime Numbers An exploration of PyPy, an alternative Python implementation...
Posit Connect Cloud
Posit Connect Cloud: Share the Work You Make With Streamlit, FastAPI, Shiny & Other FOSS Frameworks...
Building a Chat Backend for Wikipedia Articles in Django | Lincoln Loop
Building a Chat Backend for Wikipedia Articles in Django This step-by-step article covers how to build...
PyCon US 2025 Registration Launch!
PyCon US 2025 (Pittsburgh, PA) Registration Open PYCON.BLOGSPOT.COM
Django security releases issued: 5.1.4, 5.0.10, and 4.2.17
Django Security Releases Issued: 5.1.4, 5.0.10, and 4.2.17 DJANGO SOFTWARE FOUNDATION
Python Insider: Python 3.13.1, 3.12.8, 3.11.11, 3.10.16 and 3.9.21 are now available
Python 3.13.1, 3.12.8, 3.11.11, 3.10.16 and 3.9.21 Released CPYTHON DEV BLOG
PaperCall.io - Python Conference Austria 2025
PyCon Austria 2025 (Eisenstadt) Call for Papers PAPERCALL.IO
Expression vs Statement in Python: What's the Difference? Quiz – Real Python
Quiz: Expression vs Statement in Python REAL PYTHON
Expression vs Statement in Python: What's the Difference? – Real Python
Expression vs Statement in Python: What’s the Difference? In this tutorial, you’ll explore the differences between...
Gregory Szorc's Digital Home | Transferring Python Build Standalone Stewardship to Astral
Transferring Python Build Standalone Stewardship to Astral Gregory is the maintainer of the Python Standalone Builds...
New era of slop security reports for open source
New Era of Slop Security Reports for Open Source Seth is the go-to security guy at...
PEP 767 – Annotating Read-Only Attributes | peps.python.org
PEP 767: Annotating Read-Only Attributes PEP 705 introduced the typing.ReadOnly type qualifier to allow defining read-only...
PyData NYC 2024
PyData NYC 2024 Talks Available This is a list of the talks from PyData NYC 2024....
PEP 766 – Explicit Priority Choices Among Multiple Indexes | peps.python.org
PEP 766: Explicit Priority Choices Among Multiple Indexes “Package resolution is a key part of the...
Testing some tidbits
Testing Some Tidbits Ned needed a way to check if a string consisted entirely of zeros...
PyCon Australia 2024
PyCon Australia 2024 Videos Released This is a collection of the talks from PyCon Australia 2024....
Staff Engineer vs Engineering Manager
Staff Engineer vs Engineering Manager When do you need a Staff Engineers? What’s the difference between...
Disposable environments for ad-hoc analyses
Disposable Environments for Ad-Hoc Analyses This article talks about juv, a tool that builds on top...
GitHub - unionai-oss/pandera: A light-weight, flexible, and expressive statistical data testing library
pandera: Statistical Data Testing Library GITHUB.COM/UNIONAI-OSS
GitHub - AncientNLP/potnia: Potnia is an open-source Python library designed to convert Romanized transliterations of ancient texts into Unicode representations of their respective native scripts.
Potnia: Convert Ancient Texts Into Unicode GITHUB.COM/ANCIENTNLP • Shared by Anonymous
GitHub - selectnull/django-pyrepl: Use Python 3.13 REPL with Django shell
Use Pyton 3.13 REPL With Django Shell GITHUB.COM/SELECTNULL • Shared by Sasha Matijasic
GitHub - mkalioby/leopards: Query your python lists
leopards: Query Your Python Lists GITHUB.COM/MKALIOBY
Handling or Preventing Errors in Python: LBYL vs EAFP – Real Python
Handling or Preventing Errors in Python: LBYL vs EAFP In this video course, you’ll learn about...