Hybrid MI Python: Build a Virtual Guitar Tuner and Effects Suite with Python, Thu, May 1, 2025, 7:00 PM | Meetup
Michigan Python May Meeting May 1 to May 2, 2025 MEETUP.COM
Shallow vs Deep Copying of Python Objects – Real Python
Shallow vs Deep Copying of Python Objects What’s the difference between a shallow copy and a...
Shallow vs Deep Copying of Python Objects Quiz – Real Python
Quiz: Shallow vs Deep Copying of Python Objects REAL PYTHON
Learn AI In 5 Minutes A Day
Learn AI In 5 Minutes A Day Everyone talks about AI, but no one has the...
Module enum overview
Module enum Overview This article gives an overview of the tools available in the module enum...
Call for EuroPython 2026 Host Venues
Call for EuroPython 2026 Host Venues EUROPYTHON-SOCIETY.ORG
PEP 787 – Safer subprocess usage using t-strings | peps.python.org
PEP 787: Safer Subprocess Usage Using t-strings (Postponed to 3.15) PYTHON.ORG
Getting Started With Python IDLE – Real Python
Getting Started With Python IDLE In this tutorial, you’ll learn how to use the development environment...
15,000 lines of verified cryptography now in Python
15k Lines of Verified Cryptography Now in Python Over the last two years there has been...
MySQL Databases and Python – Real Python
MySQL Databases and Python In this video course, you’ll learn how to connect your Python application...
davepeck.org
Python’s New t-strings Using f-strings is a readable way of building output, but there are situations...
How to run Python in production
How to Run Python in Production This post is a series of recommendations for running Python...
Feedback loops in Python
Feedback Loops in Python How fast can we get useful feedback on the Python code we...
Django Admin Theme Roundup 2025
Django Admin Theme Roundup 2025 The Django Admin isn’t the prettiest thing out there but there...
Choosing The Right Python Task Queue
Choosing the Right Python Task Queue Python has great options for task queues. Choosing between Celery...
Django Ledger: Accounting with Python
Django Ledger: Accounting With Python Talk Python interviews Miguel Sanda about Django Ledger, a library you...
Frankenstein’s `__init__`
Frankenstein’s __init__ The untold story of the craziest __init__ Ohad has ever seen. OHAD RAVID
GitHub - CZ-NIC/mininterface: A minimal interface to Python application (GUI, TUI, CLI, web)
mininterface: Interface to Python GUI, TUI, CLI, & Web GITHUB.COM/CZ-NIC
GitHub - airspeed-velocity/asv: Airspeed Velocity: A simple Python benchmarking tool with web-based reporting
asv: Benchmarking Tool With Web-Based Reporting GITHUB.COM/AIRSPEED-VELOCITY
GitHub - EntilZha/PyFunctional: Python library for creating data pipelines with chain functional programming
PyFunctional: Data Pipelines With Functional Programming GITHUB.COM/ENTILZHA
GitHub - sparckles/Robyn: Robyn is a Super Fast Async Python Web Framework with a Rust runtime.
Robyn: Async Python Web Framework With a Rust Runtime GITHUB.COM/SPARCKLES
GitHub - jcrist/msgspec: A fast serialization and validation library, with builtin support for JSON, MessagePack, YAML, and TOML
msgspec: Fast Serialization and Validation Library GITHUB.COM/JCRIST
Canberra Python User Group | Meetup
Canberra Python Meetup May 1, 2025 MEETUP.COM
SyPy – Sydney Python User Group
Sydney Python User Group (SyPy) May 1, 2025 SYPY.ORG
Regex affordances
Regex Affordances A tour of some real code showing little-used power features of the Python regular...
Deciphering Glyph :: Stop Writing `__init__` Methods
Stop Writing __init__ Methods Glyph recommends using dataclasses in order to avoid the use of __init__....
Webinar | Deep-Dive: AI Agent Code Walkthrough with Temporal | Temporal
AI Agent Code Walkthrough with Python & Temporal Join us on May 2nd at 9am PST/12pm...
Practical uses of sets
Practical Uses of Sets Sets are unordered collections of values that are great for removing duplicates,...
Python's Instance, Class, and Static Methods Demystified Quiz – Real Python
Quiz: Python’s Instance, Class, and Static Methods Demystified REAL PYTHON
Elliptical Python Programming - Susam Pal
Elliptical Python Programming This fun little article shows how certain combinations of punctuation in Python can...
How to Exit Loops Early With the Python Break Keyword – Real Python
How to Exit Loops Early With the Python Break Keyword In this tutorial, you’ll explore various...
openvino_notebooks/notebooks/yolov11-optimization at latest · openvinotoolkit/openvino_notebooks
YOLO11 for Real-Time Object Detection Ready-to-deploy, state of the art, open source computer vision apps? Sign...
Creating a Python Dice Roll Application – Real Python
Creating a Python Dice Roll Application In this step-by-step video course, you’ll build a dice-rolling simulator...
Django Simple Deploy and other DevOps Things
Django Simple Deploy and Other DevOps Things Talk Python interviews Eric Matthes, educator, author, and developer...
Mastering DuckDB when you're used to pandas or Polars: part 2
Mastering DuckDB: Part 2 This is the second part in a post on how to use...
ProcessThreadPoolExecutor: when I/O becomes CPU-bound
ProcessThreadPoolExecutor: When I/O Becomes CPU-bound Learn how to combine thread and process management into a single...
14 Advanced Python Features
14 Advanced Python Features Edward has collected a series of Python tricks and patterns that he...
Python is an interpreted language with a compiler | nicole@web
Python Is an Interpreted Language With a Compiler Ever wonder where about the distinction between compiled...
Marimo - Reactive Notebooks for Python
Marimo: Reactive Notebooks for Python Marimo is a new alternative to Jupyter notebooks. Talk Python interviews...
Running Background Tasks from Django Admin with Celery
Background Tasks in Django Admin With Celery This tutorial looks at how to run background tasks...
How to Exit Loops Early With the Python Break Keyword Quiz – Real Python
Quiz: How to Exit Loops Early With the Python Break Keyword REAL PYTHON
VTK / VTK · GitLab
VTK: Open Source 3D Graphics and Visualization Visualization Toolkit KITWARE.COM
GitHub - Salaah01/django-action-triggers: A Django library for asynchronously triggering actions in response to database changes. It supports integration with webhooks, message brokers (e.g., Kafka...
django-action-triggers: Actions in Response to DB Changes GITHUB.COM/SALAAH01
GitHub - richardhapb/pytest.nvim: Neovim plugin for Python testing
pytest.nvim: Neovim Plugin for Python Testing GITHUB.COM/RICHARDHAPB
GitHub - jupyter/nbdime: Tools for diffing and merging of Jupyter notebooks.
nbdime: Tools for Diffing and Merging Jupyter Notebooks GITHUB.COM/JUPYTER
GitHub - PrajwalVandana/maestro-cli: A command-line tool to play songs (or any audio, really) in the terminal.
maestro-cli: CLI to Play Songs GITHUB.COM/PRAJWALVANDANA
Django Girls Ho on 26th April 2025
Django Girls Ho, 2025 April 25, 2025 DJANGOGIRLS.ORG
Namespaces in Python – Real Python
Namespaces in Python In this tutorial, you’ll learn about Python namespaces, the structures that store and...