Contribute Media
A thank you to everyone who makes this possible: Read More

How import works

Translations: en en

Description

Every one of us has already used the import statement. Do you know what it actually does? How does it find the correct file using the module name and how a text file becomes a module? Did you know that Python can import from ZIP archives or run directories? Do you want to find out how cyclic imports happen and how to avoid them?

This talk will answer all of these questions.

Details

Improve this page