CS0133 Lecture 5
CS0133 Lecture 5
Module 4
• After the module is imported, you can access any of its entities
by prefixing the entity's name using dot notation. For example:
• You can change the name of the imported entity "on the fly" by
using the as phrase of the import. For example:
• Python Package Index (PyPI) although it's also likely that you
come across the very niche name The Cheese Shop.
• To make use of PyPI website, a specialized tool has been created
and its name is pip.
• Pip job is to install python packages.
• Some Python installations come with pip, some don’t.
• If the pip is installed on the system, you must install the pip on
your system following a proper way depending on the system
(windows, mac, ect).