Python Imports and Module Caching
This is another post based on Dr. Fred Baptiste’ Python 3: Deep Dive series. For more, head over to Udemy.
What happens behind the scenes in a python import statement? Glad I asked. Here’s how it works:
Check sys.modules: Python first checks sys.mod...
ariabramowitz.me3 min read