美文网首页
显示python所有库

显示python所有库

作者: 平知 | 来源:发表于2019-08-29 05:31 被阅读0次
    In [7]: help('modules')
    
    Please wait a moment while I gather a list of all available modules...
    
    c:\users\li\appdata\local\programs\python\python37-32\lib\site-packages\IPython\
    kernel\__init__.py:13: ShimWarning: The `IPython.kernel` package has been deprec
    ated since IPython 4.0.You should import from ipykernel or jupyter_client instea
    d.
      "You should import from ipykernel or jupyter_client instead.", ShimWarning)
    IPython             base64              mmap                tabnanny
    __future__          bdb                 mmapfile            tarfile
    __main__            binascii            mmsystem            telnetlib
    _abc                binhex              modulefinder        tempfile
    _ast                bisect              msilib              test
    _asyncio            builtins            msvcrt              tests
    _bisect             bz2                 multiprocessing     textwrap
    _blake2             cProfile            netbios             this
    _bootlocale         calendar            netrc               threading
    _bz2                cgi                 nntplib             time
    _codecs             cgitb               nt                  timeit
    _codecs_cn          chunk               ntpath              timer
    _codecs_hk          cmath               ntsecuritycon       tkinter
    _codecs_iso2022     cmd                 nturl2path          token
    _codecs_jp          code                numbers             tokenize
    _codecs_kr          codecs              odbc                trace
    _codecs_tw          codeop              opcode              traceback
    _collections        collections         operator            tracemalloc
    _collections_abc    colorama            optparse            traitlets
    _compat_pickle      colorsys            os                  tty
    _compression        commctrl            parser              turtle
    _contextvars        compileall          parso               turtledemo
    _csv                comtypes            pathlib             types
    _ctypes             concurrent          pdb                 typing
    _ctypes_test        configparser        perfmon             unicodedata
    _datetime           contextlib          pickle              unittest
    _decimal            contextvars         pickleshare         urllib
    _distutils_findvs   copy                pickletools         uu
    _dummy_thread       copyreg             pip                 uuid
    _elementtree        crypt               pipes               venv
    _functools          csv                 pkg_resources       warnings
    _hashlib            ctypes              pkgutil             wave
    _heapq              curses              platform            wcwidth
    _imp                cythonmagic         plistlib            weakref
    _io                 dataclasses         poplib              webbrowser
    _json               datetime            posixpath           win2kras
    _locale             dbi                 pprint              win32api
    _lsprof             dbm                 profile             win32clipboard
    _lzma               dde                 prompt_toolkit      win32com
    _markupbase         decimal             pstats              win32con
    _md5                decorator           pty                 win32console
    _msi                difflib             py_compile          win32cred
    _multibytecodec     dis                 pyclbr              win32crypt
    _multiprocessing    distutils           pydoc               win32cryptcon
    _opcode             doctest             pydoc_data          win32event
    _operator           docx                pyexpat             win32evtlog
    _osx_support        dummy_threading     pygments            win32evtlogutil
    _overlapped         easy_install        pythoncom           win32file
    _pickle             email               pywin               win32gui
    _py_abc             encodings           pywin32_testutil    win32gui_struct
    _pydecimal          ensurepip           pywintypes          win32help
    _pyio               enum                queue               win32inet
    _queue              errno               quopri              win32inetcon
    _random             faulthandler        random              win32job
    _sha1               filecmp             rasutil             win32lz
    _sha256             fileinput           re                  win32net
    _sha3               fnmatch             regcheck            win32netcon
    _sha512             formatter           regutil             win32pdh
    _signal             fractions           reprlib             win32pdhquery
    _sitebuiltins       ftplib              rlcompleter         win32pdhutil
    _socket             functools           rmagic              win32pipe
    _sqlite3            gc                  runpy               win32print
    _sre                genericpath         sched               win32process
    _ssl                getopt              secrets             win32profile
    _stat               getpass             select              win32ras
    _string             gettext             selectors           win32rcparser
    _strptime           glob                servicemanager      win32security
    _struct             gzip                setuptools          win32service
    _symtable           hashlib             shelve              win32serviceutil
    _testbuffer         heapq               shlex               win32timezone
    _testcapi           hmac                shutil              win32trace
    _testconsole        html                signal              win32traceutil
    _testimportmultiple http                site                win32transaction
    _testmultiphase     idlelib             six                 win32ts
    _thread             imaplib             smtpd               win32ui
    _threading_local    imghdr              smtplib             win32uiole
    _tkinter            imp                 sndhdr              win32verstamp
    _tracemalloc        importlib           socket              win32wnet
    _warnings           inspect             socketserver        winerror
    _weakref            io                  sqlite3             winioctlcon
    _weakrefset         ipaddress           sre_compile         winnt
    _win32sysloader     ipython_genutils    sre_constants       winperf
    _winapi             isapi               sre_parse           winreg
    _winxptheme         itertools           ssl                 winsound
    abc                 jedi                sspi                winxpgui
    adodbapi            json                sspicon             winxptheme
    afxres              keyword             stat                wsgiref
    aifc                lib2to3             statistics          xdrlib
    antigravity         linecache           storemagic          xlwings
    argparse            locale              string              xml
    array               logging             stringprep          xmlrpc
    ast                 lxml                struct              xxsubtype
    asynchat            lzma                subprocess          zipapp
    asyncio             macpath             sunau               zipfile
    asyncore            mailbox             symbol              zipimport
    atexit              mailcap             sympyprinting       zlib
    audioop             marshal             symtable
    autoreload          math                sys
    backcall            mimetypes           sysconfig
    
    Enter any module name to get more help.  Or, type "modules spam" to search
    for modules whose name or summary contain the string "spam".
    
    
    In [8]:
    

    相关文章

      网友评论

          本文标题:显示python所有库

          本文链接:https://www.haomeiwen.com/subject/kbcbectx.html