Python Modules
In this post, we’ll look at the Python Standard Library and Python Package Index
Python Standard Library
What it is:
Collection of modules that are already on the system, thus there is no need to install them. Just import the modules you want to use. Search for a module:
- Python Modules
- PyInstaller: Package Python Applications (Windows, Mac and Linux)
- Python Programming – Functions
Python Package Index
What it is:
It’s a repository of software containing more than 2400 packages created by community members.