+ 1

Where can i find the descriptions of different module of Python.

22nd Aug 2017, 5:53 PM
Muhammad Fahad
Muhammad Fahad - avatar
3 Respostas
+ 2
# Quickie: import sys print(sys.__doc__) # App: Python Documentation by Little Drops
23rd Aug 2017, 2:25 AM
Kirk Schafer
Kirk Schafer - avatar
0
https://docs.python.org/3/tutorial/modules.html https://docs.python.org/2/tutorial/modules.html
22nd Aug 2017, 6:02 PM
John Stain
John Stain - avatar
0
import module_name help('module_name')
23rd Aug 2017, 4:56 AM
stemitom
stemitom - avatar