how to download any module? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

how to download any module?

16th Sep 2022, 5:44 AM
GamingGo OFFICIAL
GamingGo OFFICIAL - avatar
1 Answer
+ 4
Hi GamingGo OFFICIAL ! Modules are files with .py -extentsion, and if the they are in your working directory, you just use import. If the they are collected, on another place, you can use Python package manager Python PIP. Read more about it, for example here: https://www.w3schools.com/python/python_pip.asp
16th Sep 2022, 5:59 AM
Per Bratthammar
Per Bratthammar - avatar