DjangoCongress JP 2025
DjangoCongress JP 2025 February 22 to February 23, 2025 DJANGOCONGRESS.JP
PEP 2026 – Calendar versioning for Python | peps.python.org
PEP 2026: Calendar Versioning for Python (Rejected) PYTHON.ORG
PEP 739 – build-details.json 1.0 — a static description file for Python build details | peps.python.org
PEP 739: Static Description File for Build Details (Accepted) PYTHON.ORG
Python Insider: Python 3.13.2 and 3.12.9 now available!
Python 3.13.2 and 3.12.9 Released CPYTHON DEV BLOG
How to Split a String in Python Quiz – Real Python
Quiz: How to Split a String in Python REAL PYTHON
How to Split a String in Python – Real Python
How to Split a String in Python This tutorial will help you master Python string splitting....
The Mutable Trap: Avoiding Unintended Side Effects In Python - Pybites
The Mutable Trap: Avoiding Unintended Side Effects in Python “Ever had a Python function behave strangely,...
Decorator JITs - Python as a DSL - Eli Bendersky's website
Decorator JITs: Python as a DSL There are several Just In Time compilation tools out there...
Better unit-tests for your emails with Django 5.2
Better Unit-Tests for Email With Django 5.2 Django 5.2 contains a new helper on the email...
Rendering form fields as group in Django
Rendering Form Fields as Group in Django Django 5.0 added the concept of field groups which...
Developer philosophy @ Things Of Interest
Developer Philosophy The author was recently invited with other senior devs to give a lightning talk...
TIL 111 – Interrupting scripts without tracebacks
Interrupting Scripts Without Tracebacks This Things-I’ve-Learned post talks about how you can suppress the KeyboardInterrupt expression...
PEP 772 – Packaging governance process | peps.python.org
PEP 772: Packaging Governance Process This PEP proposes a Python Packaging Council with broad authority over...
Python Terminology: an unofficial glossary
Python Terminology: An Unofficial Glossary “Definitions for colloquial Python terminology (effectively an unofficial version of the...
GitHub - sarugaku/shellingham: Tool to Detect Surrounding Shell
shellingham: Tool to Detect Surrounding Shell GITHUB.COM/SARUGAKU
GitHub - mrabarnett/mrab-regex
mrab-regex: Backwards Compatible, Improved RegEx Engine GITHUB.COM/MRABARNETT
GitHub - grantjenks/python-sortedcontainers: Python Sorted Container Types: Sorted List, Sorted Dict, and Sorted Set
python-sortedcontainers: Python Sorted Container Types GITHUB.COM/GRANTJENKS
GitHub - facelessuser/soupsieve: A modern CSS selector implementation for BeautifulSoup
soupsieve: CSS Selector Implementation for BeautifulSoup GITHUB.COM/FACELESSUSER
GitHub - tox-dev/platformdirs: A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir".
platformdirs: Get Platform-Specific Dirs, e.g. “User Data Dir” GITHUB.COM/TOX-DEV
Python Barcamp Karlsruhe 2025
Python Barcamp Karlsruhe 2025 February 15 to February 17, 2025 BARCAMPS.EU
NumPy Techniques and Practical Examples – Real Python
NumPy Techniques and Practical Examples In this video course, you’ll learn how to use NumPy by...
Let's compile Python 1.0
Let’s Compile Python 1.0 As part of the celebration of 31 years of Python, Bite Code...
The surprising way to save memory with BytesIO
Save Memory With BytesIO If you want to save memory when reading from a BytesIO object,...
CHANGELOG - beautifulsoup - [no description]
Beautifulsoup 4.13 Released LAUNCHPAD.NET
PEP 759 – External Wheel Hosting | peps.python.org
PEP 759: External Wheel Hosting (Withdrawn) PYTHON.ORG
A revamped Python string-formatting proposal [LWN.net]
A Revamped Python String-Formatting Proposal PEP 750 proposes template strings, and the PEP has been through...
How to Deal With Missing Data in Polars – Real Python
How to Deal With Missing Data in Polars In this tutorial, you’ll learn how to deal...
Build custom AI agents tailored to your business
Build AI Agents in Just Hours not Months Design and deploy multi-agent systems at zero cost...
Dynamic Forms with Flask
Dynamic Forms With Flask This post shows you how to create dynamic web forms, where fields...
How to Deal With Missing Data in Polars Quiz – Real Python
Quiz: How to Deal With Missing Data in Polars REAL PYTHON
Python Rgonomics - 2025 Update | Emily Riederer
Python Rgonomics: 2025 Update “Switching languages is about switching mindsets - not just syntax. New developments...
Portable Python Bundles on Windows
Portable Python Bundles on Windows Packaging and distributing a Python environment on MS Windows can be...
FREE GenAI Bootcamp
Learn How to Build GenAI Projects Join a FREE 6-week virtual bootcamp and get hands-on experience...
3D printing giant things with a python jigsaw generator
3D Printing Giant Things With a Python Jigsaw Generator This is a long, detailed article on...
Creating a Scalable Flask Web Application From Scratch – Real Python
Creating a Scalable Flask Web Application From Scratch In this video course, you’ll explore the process...
My First Steps With Playwright
My First Steps With Playwright Playwright is a browser based automation tool that can be used...
Loopwerk: Looking at Django task runners and queues
Looking at Django Task Runners and Queues There are a lot of different ways of running...
PyPI Now Supports Project Archival - The Python Package Index Blog
PyPI Now Supports Project Archival The ability to mark a project as archived has been added...
Python: re-creating async in 10 lines using generators
Re-Creating Async in 10 Lines Using Generators This article outlines a simple re-implementation of the concepts...
Building Cython (or C) extensions using uv
Building Cython (Or C) Extensions Using uv Developing Python libraries with C extensions can be tricky....
GitHub - jmespath/jmespath.py: JMESPath is a query language for JSON.
jmespath.py: Query Language for JSON GITHUB.COM/JMESPATH
GitHub - eliben/pycparser: :snake: Complete C99 parser in pure Python
pycparser: Complete C99 Parser in Pure Python GITHUB.COM/ELIBEN
GitHub - CesarPiresSevero/pyfi: Python Fixed Point package to convert floating point to/from fixed point
pyfi: Convert Floating Point to/From Fixed Point GITHUB.COM/CESARPIRESSEVERO
GitHub - BasicWolf/sphinx-testify: Testified Documentation plugin for Sphinx
sphinx-testify: Testified Documentation Plugin for Sphinx GITHUB.COM/BASICWOLF
GitHub - M3rcuryLake/Nyxelf: Nyxelf is a highly effective tool tailored for analyzing malicious Linux ELF binaries, offering comprehensive support for both static and dynamic analysis techniques.
Nyxelf: Analyze Malicious Linux ELF Binaries GITHUB.COM/M3RCURYLAKE
Monkeypatching Django - radiac.net
Monkeypatching Django The nanodjango project is a modification to the Django framework that lets you get...