+ 1
Where is the source of "modules" exactly?
6 Answers
+ 2
If you mean standart library modules, a good place to read them is https://github.com/JUMP_LINK__&&__python__&&__JUMP_LINK/cpython/tree/3.5/Lib
+ 2
or if you're asking where they actually are on your machine, you may find it out by executing `import this; print(this.__path__)`
0
The Python package Index is the main source of python modules. Some modules, called the Standard Library, are pre-installed.
0
Here's the link to the Python Package Index:
https://pypi.python.org/pypi
0
Thanks a lot :)
0
in linux /lib/python3.5 or /lib/python2.7