I have a project in my mind, for which i am planning to use python for implementation.
Before I start, i am looking for a comprehensive list of all modules which come with a standard python2.x (python2.7) installation so that I can figure out what all can be done without installing a single dependency and later add dependencies accordingly according to the needs.
Is there any online list available or any other way to find this list.
The Python 2.7 library reference has a list, and with documentation of all of them.