List of modules | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

List of modules

im really new to python and in the part where im learning about modules, but its not like i can do import my_name and it prints my name, it has to have a whole code behind "import" and specific words that i can use, like where i can see available modules and the names because i cant just put import and then something random and expect it to work. i hope i could be clear this is really bugging me out

7th Aug 2018, 7:52 AM
Daniel1227
Daniel1227 - avatar
3 Answers
7th Aug 2018, 9:28 AM
Kuba Siekierzyński
Kuba Siekierzyński - avatar
0
For the one automatically installed with python 3.7 check here https://docs.python.org/3/py-modindex.html for everything else your just going to have to search cause there are basically an infinite number of them
7th Aug 2018, 8:00 AM
JME
0
so its like everyone can create one thanks so much
7th Aug 2018, 8:05 AM
Daniel1227
Daniel1227 - avatar