PYTHON_BASICS-1
PYTHON BASICS
Modules and pip in Python
Module is like a code library which can be used to borrow code written by somebody else in our python program.
- Built in Modules - These modules are ready to import and use and ships with the python interpreter.
- External Modules - These modules are imported from a third party file or can be installed using a package manager like pip or conda.
syntax : pip install pandas
Hello premneeth
ReplyDelete