Slide 16
Slide 16 text
Modules
•Python package
•built-in modules - math(pow, factorial), web browser(open), os(getcwd).
•Create module
•Power of Python - 3rd party modules - beautiful soup, requests, flask, django, pyserial
•Python package manager - PIP
•PIP installation
•pip install MODULE_NAME