How python's import machinery works
Posted on Mon 22 January 2018 in python • Tagged with import
Have you ever wondered what happens under the hood when you type import my_package.my_module
? This article enlightens some of the (pretty) complicated aspects of the python import machinery.
Continue reading