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
3 Answers
+ 10
Check this out:
https://code.sololearn.com/c071JeXy6LcW/?ref=app
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
0
so its like everyone can create one thanks so much