Are you an EPFL student looking for a semester project?
Work with us on data science and visualisation projects, and deploy your project as an app on top of Graph Search.
This lecture covers the concepts of modules and namespaces in Python. It explains how modules are files containing Python definitions and statements, the hierarchy of Python programs, importing modules, and the search path for modules. Additionally, it delves into namespaces, variables as labels to objects, and the scopes of names within functions. The presentation includes examples of assigning names, accessing objects, and the visibility of names within different namespaces.