Modules | Learning the Basic of Python w/ me | Ep. 7

Опубликовано: 03 Март 2026
на канале: Nora Nguyen
505
17

In this video, I covered..
Module definition and basics
How to import a module from your own files
How to install modules
How to rename modules
Things you can do with modules

Installing pip for windows AND mac
https://pip.pypa.io/en/stable/install...

Steps to install a module:
1. Open up your terminal
2. Make sure you have the
latest version of pip installed
[can install latest version by
typing "py -m pip install -U pip"
[Windows]]
3.Type "py -m pip install
'module name' " or "pip install"
w/ module

IDE's I recommend:
Pythonista
Notepad ++
Repl.it
Visual Studio Code

Built in module index
https://docs.python.org/3/py-modindex...

Useful Resources for this Topic
https://docs.python.org/3/tutorial/mo...
https://www.w3schools.com/python/pyth...
https://www.learnpython.org/en/Module...

Useful Resources
https://docs.python.org/3/library/
https://www.dummies.com/programming/p...
https://www.infoworld.com/article/320...
https://www.learnpython.org/