Navigating Python's Dependency System

Michael Balber Michael Balber
Language: Hebrew
The presentation was given on 2025.11.24 at PyWeb in November 2025 at CyberArk in Petach Tikva.

Learn how to reduce dependency bloat and optimize your Python projects using strategic import patterns, TYPE_CHECKING, Protocol types, and advanced type-hinting techniques. Discover practical strategies to cut import times by 50-80% while maintaining clean, scalable code. Based on my medium blog post.