Lazy Imports Land in Python and Other Python News for December 2025
PEP 810 brings lazy imports to Python 3.15, PyPI tightens 2FA security, and Django 6.0 reaches release candidate. Catch up on all the important Python news!
Explore Real Python
Introduction to pandas
Dec 02, 2025 intermediate data-science
Quantum Computing Basics With Qiskit
Dec 01, 2025 intermediate data-science
How to Convert Bytes to Strings in Python
Nov 26, 2025 basics
Getting Started With Claude Code
Nov 25, 2025 ai
How to Properly Indent Python Code
Nov 24, 2025 basics best-practices python
Logging in Python
Oct 29, 2025 intermediate best-practices stdlib tools
Speed Up Python With Concurrency
Oct 28, 2025 advanced best-practices