Advertisement
python_notes

Show available modules in Python3

Aug 11th, 2014
598
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 7.28 KB | None | 0 0
  1. Type in the commands below after each on press [ENTER]
  2.  
  3. help()
  4.  
  5. modules
  6.  
  7.  
  8. Now it should show you all available modules  : )
  9.  
  10.  
  11. Example Output & Commands below using Python3  ----->
  12.  
  13.  
  14.  
  15. >>> help()
  16.  
  17. Welcome to Python 3.4!  This is the interactive help utility.
  18.  
  19. If this is your first time using Python, you should definitely check out
  20. the tutorial on the Internet at http://docs.python.org/3.4/tutorial/.
  21.  
  22. Enter the name of any module, keyword, or topic to get help on writing
  23. Python programs and using Python modules.  To quit this help utility and
  24. return to the interpreter, just type "quit".
  25.  
  26. To get a list of available modules, keywords, symbols, or topics, type
  27. "modules", "keywords", "symbols", or "topics".  Each module also comes
  28. with a one-line summary of what it does; to list the modules whose name
  29. or summary contain a given string such as "spam", type "modules spam".
  30.  
  31. help> modules
  32.  
  33. Please wait a moment while I gather a list of all available modules...
  34.  
  35. Unable to open /home/user/.config/unity-tweak-tool/debug.log for writing.
  36. AptUrl              aifc                gnome_sudoku        readline
  37. CDROM               antigravity         grp                 reprlib
  38. CommandNotFound     apport              gzip                requests
  39. Crypto              apport_python_hook  hashlib             resource
  40. DLFCN               apt                 heapq               rlcompleter
  41. DistUpgrade         apt_inst            hmac                runpy
  42. IN                  apt_pkg             html                sched
  43. LanguageSelector    aptdaemon           http                select
  44. NvidiaDetector      aptsources          httplib2            selectors
  45. Onboard             argparse            idlelib             shelve
  46. Quirks              array               imaplib             shlex
  47. ScreenResolution    ast                 imghdr              shutil
  48. TYPES               asynchat            imp                 signal
  49. UbuntuDrivers       asyncio             importlib           site
  50. UnityTweakTool      asyncore            inspect             sitecustomize
  51. UpdateManager       atexit              io                  six
  52. __future__          audioop             ipaddress           smtpd
  53. _ast                base64              itertools           smtplib
  54. _bisect             bdb                 janitor             sndhdr
  55. _bootlocale         binascii            json                socket
  56. _bz2                binhex              keyword             socketserver
  57. _codecs             bisect              language_support_pkgs softwarecenter_aptd_plugins
  58. _codecs_cn          brlapi              lib2to3             softwareproperties
  59. _codecs_hk          builtins            linecache           speechd
  60. _codecs_iso2022     bz2                 locale              speechd_config
  61. _codecs_jp          cProfile            logging             spwd
  62. _codecs_kr          cairo               louis               sqlite3
  63. _codecs_tw          calendar            lsb_release         sre_compile
  64. _collections        cgi                 lxml                sre_constants
  65. _collections_abc    cgitb               lzma                sre_parse
  66. _compat_pickle      chardet             macpath             ssl
  67. _crypt              checkbox_ng         macurl2path         stat
  68. _csv                checkbox_support    mailbox             statistics
  69. _ctypes             chunk               mailcap             string
  70. _ctypes_test        cmath               mako                stringprep
  71. _curses             cmd                 markupsafe          struct
  72. _curses_panel       code                marshal             subprocess
  73. _datetime           codecs              math                sunau
  74. _dbm                codeop              mimetypes           symbol
  75. _dbus_bindings      collections         mmap                symtable
  76. _dbus_glib_bindings colorsys            modulefinder        sys
  77. _decimal            compileall          multiprocessing     sysconfig
  78. _dummy_thread       concurrent          netrc               syslog
  79. _elementtree        configparser        nis                 tabnanny
  80. _functools          contextlib          nntplib             tarfile
  81. _gdbm               copy                ntpath              telnetlib
  82. _hashlib            copyreg             nturl2path          tempfile
  83. _heapq              crypt               numbers             termios
  84. _imp                csv                 oauthlib            test
  85. _io                 ctypes              oneconf             textwrap
  86. _json               curl                opcode              this
  87. _locale             curses              operator            threading
  88. _lsprof             datetime            optparse            time
  89. _lzma               dbm                 orca                timeit
  90. _markupbase         dbus                os                  tkinter
  91. _md5                deb822              ossaudiodev         token
  92. _multibytecodec     debconf             parser              tokenize
  93. _multiprocessing    debian              pathlib             trace
  94. _opcode             debian_bundle       pdb                 traceback
  95. _operator           decimal             pickle              tracemalloc
  96. _osx_support        defer               pickletools         tty
  97. _pickle             difflib             pipes               turtle
  98. _posixsubprocess    dis                 piston_mini_client  types
  99. _pyio               distutils           pkg_resources       ufw
  100. _random             doctest             pkgutil             unicodedata
  101. _sha1               dummy_threading     plainbox            unittest
  102. _sha256             email               platform            uno
  103. _sha512             encodings           plistlib            unohelper
  104. _sitebuiltins       enum                poplib              urllib
  105. _socket             errno               posix               urllib3
  106. _sqlite3            faulthandler        posixpath           usbcreator
  107. _sre                fcntl               pprint              uu
  108. _ssl                feedparser          problem_report      uuid
  109. _stat               feedparser_sgmllib3 profile             venv
  110. _string             filecmp             pstats              warnings
  111. _strptime           fileinput           pty                 wave
  112. _struct             fnmatch             pwd                 weakref
  113. _symtable           formatter           py_compile          webbrowser
  114. _sysconfigdata      fpectl              pyatspi             wsgiref
  115. _sysconfigdata_m    fractions           pyclbr              xdg
  116. _testbuffer         friends             pycurl              xdiagnose
  117. _testcapi           ftplib              pydoc               xdrlib
  118. _testimportmultiple functools           pydoc_data          xkit
  119. _thread             gc                  pyexpat             xml
  120. _threading_local    genericpath         pygtkcompat         xmlrpc
  121. _tracemalloc        getopt              pyparsing           xxlimited
  122. _warnings           getpass             queue               xxsubtype
  123. _weakref            gettext             quopri              zipfile
  124. _weakrefset         gi                  random              zipimport
  125. abc                 glob                re                  zlib
  126.  
  127. Enter any module name to get more help.  Or, type "modules spam" to search
  128. for modules whose name or summary contain the string "spam".
  129.  
  130. help>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement