PyCon Israel 2022

Reuven Lerner

Reuven M. Lerner is a full-time trainer, offering more than 30 courses
in Python and data science to companies around the world. Reuven is the
author of "Python Workout" and "Pandas Workout," both published with
Manning. His free, weekly "Better Developers" newsletter about Python
and software engineering has more than 25,000 subscribers. Reuven lives
in Modi'in, Israel with his wife and three children.

The speaker's profile picture

Talks

🇺🇸 What happens when you import a module?

We all "import" modules . But how does Python find and load modules, and making their definitions available? The answer is surprisingly complex. This talk walks you through the world of module importation, from load path, to finders and loaders.