Python
Updated on: 2026-01-06
Events
A few events that I'm interested in attending:
- XtremePython 2026 - Nov 26
- PyCon Greece - Oct 26
- PyCon Italy - May 26
Tutorials
- Loguru - Can do structured logging for JSON logs too
Articles
- How uv got so fast
- What's new in Django 6.0
- Python 3.15 - What's New
- Comparing FastAPI and Django - FastAPI is modern, no battery included; Django is established, has its own quirks
- The Inner Workings of Python Dataclasses Explained - Uses
__annotations__dunder attributes to access the type hints - SOLID Principles with Python examples
Documentation
@warnings.deprecatedintroduced in Python 3.13- Pydantic Dataclasses - Use when you want pydantic validations for declared types
- Pydantic Generics - Use for single structure representation across multiple data models
Frameworks
Libraries
- boa-restrictor - Python and Django lints
- Narwhals - Dataframe compatibility layer
- Pydantic AI
- Pydantic
- PySerial - Serial communications with Python
- Twisted - Event-driven networking engine
- nfrax - Production-ready backend infra SDK
- Django Crontask - Cron scheduler using Django's task framework
Projects
- Open WebUI - WebUI for AI
- Home Assistant Core - Home automation
Videos
Podcasts & Newsletters
Other Flavors
- MicroPython - Running Python on a microcontroller
- CircuitPython - Extension of MicroPython for ease-of-use and rapid prototyping