Python
Updated on: 2026-01-18
Events
A few events that I'm interested in attending:
- PyCon Italy - May 26
- EuroPython 2026 - 13-19 July
- PyCon Greece - Oct 26
- XtremePython 2026 - Nov 26
Tutorials
-
Can do structured logging for JSON logs too
Articles
- 2025 Python Year in Review Episode - Talk Python Podcast
- Using FastAPI and Jinja2 Templates
- PyPI 2025 in review
- Top Python Libraries in 2025
- Python Numbers Every Programmer Should Know
- Why Python's deepcopy can be so slow and how to avoid it
- How uv got so fast
- What's new in Django 6.0
- Python 3.15 - What's New
-
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
Documentation
-
Use when you want pydantic validations for declared types
-
Use for single structure representation across multiple data models
Frameworks
Libraries
-
Python and Django lints
-
Dataframe compatibility layer
- Pydantic
-
Serial communications with Python
-
Event-driven networking engine
-
Production-ready backend infra SDK
-
Cron scheduler using Django's task framework
Projects
-
WebUI for AI
-
Home automation
Videos
Podcasts & Newsletters
Other Flavors
-
Running Python on a microcontroller
-
Extension of MicroPython for ease-of-use and rapid prototyping