Skip to content

Latest commit

 

History

History
26 lines (24 loc) · 569 Bytes

File metadata and controls

26 lines (24 loc) · 569 Bytes

Some Important Command to Know in Python

Sr Command Description Link Note
1. pip show <module_name> To show module is available or not ? NA NA
2. pip list To check all the installed packages and library NA NA
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
13.
14.
15.
16.
17.
18.
19.
20.