How to import a whole module in Python and access its contents

Опубликовано: 07 Март 2025
на канале: PatchyPython
37
1

Importing a module allows you to call the functions it provides. Learn how to list the contents of a module with "dir", call a module function and get help. Check out the notebooks linked below for more information on Python modules.

Embedded video, part of the following courses:
Computer Programming at Queen Mary, University of London
Jupyter notebook: https://tinyurl.com/mb37mmha
Coding for Scientists at Queen Mary, University of London
Jupyter notebook: https://tinyurl.com/mrxww99d

Notebooks will open on Google Colab - no installation required