Lecture 4 - Libraries Flashcards
Modules written by you or others can you can use in your program.
Libraries
How you load a module into your own program
Import
Is a command that allows us to take a list and tell the compiler where we want the compiler to consider the start of the list and the end of the list.
Slice
We call third-party libraries, implemented as a folder
Packages
A repository or directory of all available third-party packages currently available.
PyPI
Python has a package manager called ____ that allows you to install packages quickly onto your system.
Pip
A text-based format that is used to exchange text-based data between applications.
JSON
application program interfaces
API
Is a package that allows your program to behave as a web browser would
Requests