The Standard Library & pip | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

The Standard Library & pip

Hi! I would like to learn about what are the modules in python and how ti install libraries using pip👩🏻‍💻

24th Jun 2022, 7:30 PM
Yunuen Sarasuadi Acosta Meza
Yunuen Sarasuadi Acosta Meza - avatar
1 Answer
+ 4
yunuen You can check it on official website of python. Everything is given there. https://docs.python.org/3/library to install just do this in CMD: pip install library_name
24th Jun 2022, 7:34 PM
A͢J
A͢J - avatar