Billy Zhao

Personal website and portfolio

Tidbits

Short form thoughts and quick insights.

PEP 810 in Python 3.15 brings lazy import functionality

PEP 810 introduces explicit lazy imports to Python 3.15, allowing you to defer module loading until first use with new syntax

Python Tips