Python Documentations – The Python Standard Library
一共 247 個標準函式庫在 Python 官方文件被介紹。
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 |
[‘__future__’, ‘__main__’, ‘_dummy_thread’, ‘_thread’, ‘abc’, ‘aifc’, ‘and’, ‘argparse’, ‘array’, ‘ast’, ‘asynchat’, ‘asyncio’, ‘asyncore’, ‘atexit’, ‘audioop’, ‘base64’, ‘bdb’, ‘binascii’, ‘binhex’, ‘bisect’, ‘builtins’, ‘bytes’, ‘bz2’, ‘calendar’, ‘cgi’, ‘cgitb’, ‘chunk’, ‘cmath’, ‘cmd’, ‘code’, ‘codecs’, ‘codeop’, ‘collections’, ‘collections.abc’, ‘colorsys’, ‘compileall’, ‘concurrent’, ‘concurrent.futures’, ‘configparser’, ‘contextlib’, ‘copy’, ‘copyreg’, ‘crypt’, ‘csv’, ‘ctypes’, ‘curses’, ‘curses.ascii’, ‘curses.panel’, ‘curses.textpad’, ‘datetime’, ‘dbm’, ‘decimal’, ‘dict’, ‘difflib’, ‘dis’, ‘distutils’, ‘doctest’, ‘dummy_threading’, ’email’, ‘ensurepip’, ‘enum’, ‘errno’, ‘faulthandler’, ‘fcntl’, ‘filecmp’, ‘fileinput’, ‘fnmatch’, ‘formatter’, ‘fpectl’, ‘fractions’, ‘ftplib’, ‘functools’, ‘gc’, ‘getopt’, ‘getpass’, ‘gettext’, ‘glob’, ‘grp’, ‘gzip’, ‘hashlib’, ‘heapq’, ‘hmac’, ‘html’, ‘html.entities’, ‘html.parser’, ‘http’, ‘http.client’, ‘http.cookiejar’, ‘http.cookies’, ‘http.server’, ‘imaplib’, ‘imghdr’, ‘imp’, ‘importlib’, ‘inspect’, ‘int’, ‘io’, ‘ipaddress’, ‘itertools’, ‘json’, ‘keyword’, ‘linecache’, ‘list’, ‘locale’, ‘logging’, ‘logging.config’, ‘logging.handlers’, ‘lzma’, ‘macpath’, ‘mailbox’, ‘mailcap’, ‘marshal’, ‘math’, ‘mimetypes’, ‘mmap’, ‘modulefinder’, ‘msilib’, ‘msvcrt’, ‘multiprocessing’, ‘netrc’, ‘nis’, ‘nntplib’, ‘numbers’, ‘operator’, ‘optparse’, ‘os’, ‘os.path’, ‘ossaudiodev’, ‘parser’, ‘pathlib’, ‘pdb’, ‘pickle’, ‘pickletools’, ‘pipes’, ‘pkgutil’, ‘platform’, ‘plistlib’, ‘poplib’, ‘posix’, ‘pprint’, ‘pty’, ‘pwd’, ‘py_compile’, ‘pyclbr’, ‘pydoc’, ‘queue’, ‘quopri’, ‘random’, ‘re’, ‘readline’, ‘reprlib’, ‘resource’, ‘rlcompleter’, ‘runpy’, ‘sched’, ‘secrets’, ‘select’, ‘selectors’, ‘set’, ‘shelve’, ‘shlex’, ‘shutil’, ‘signal’, ‘site’, ‘site’, ‘smtpd’, ‘smtplib’, ‘sndhdr’, ‘socket’, ‘socketserver’, ‘spwd’, ‘sqlite3’, ‘ssl’, ‘stat’, ‘statistics’, ‘str’, ‘string’, ‘stringprep’, ‘struct’, ‘subprocess’, ‘sunau’, ‘symbol’, ‘symtable’, ‘sys’, ‘sysconfig’, ‘syslog’, ‘tabnanny’, ‘tarfile’, ‘telnetlib’, ‘tempfile’, ‘termios’, ‘test’, ‘test.support’, ‘textwrap’, ‘threading’, ‘time’, ‘timeit’, ‘tkinter’, ‘tkinter.scrolledtext’, ‘tkinter.tix’, ‘tkinter.ttk’, ‘token’, ‘tokenize’, ‘trace’, ‘traceback’, ‘tracemalloc’, ‘tty’, ‘turtle’, ‘types’, ‘typing’, ‘unicodedata’, ‘unittest’, ‘unittest.mock’, ‘unittest.mock’, ‘urllib’, ‘urllib.error’, ‘urllib.parse’, ‘urllib.request’, ‘urllib.response’, ‘urllib.robotparser’, ‘uu’, ‘uuid’, ‘venv’, ‘warnings’, ‘wave’, ‘weakref’, ‘webbrowser’, ‘winreg’, ‘winsound’, ‘wsgiref’, ‘xdrlib’, ‘xml.dom’, ‘xml.dom.minidom’, ‘xml.dom.pulldom’, ‘xml.etree.ElementTree’, ‘xml.parsers.expat’, ‘xml.sax’, ‘xml.sax.handler’, ‘xml.sax.saxutils’, ‘xml.sax.xmlreader’, ‘xmlrpc’, ‘xmlrpc.client’, ‘xmlrpc.server’, ‘zipapp’, ‘zipfile’, ‘zipimport’, ‘zlib’] |
Python 3 Module Of The Week
MOTW3 一共介紹 117 個 Python 標準函式庫。
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
[‘abc’, ‘argparse’, ‘array’, ‘asyncio’, ‘atexit’, ‘base64’, ‘bisect’, ‘bz2’, ‘calendar’, ‘cgitb’, ‘cmd’, ‘codecs’, ‘collections’, ‘compileall’, ‘concurrent.futures’, ‘configparser’, ‘contextlib’, ‘copy’, ‘csv’, ‘datetime’, ‘dbm’, ‘decimal’, ‘difflib’, ‘dis’, ‘doctest’, ‘ensurepip’, ‘filecmp’, ‘fileinput’, ‘fnmatch’, ‘fractions’, ‘functools’, ‘gc’, ‘getopt’, ‘getpass’, ‘gettext’, ‘glob’, ‘grp’, ‘gzip’, ‘hashlib’, ‘hmac’, ‘http.cookies’, ‘http.server’, ‘imaplib’, ‘importlib’, ‘inspect’, ‘io’, ‘ipaddress’, ‘itertools’, ‘json’, ‘linecache’, ‘locale’, ‘logging’, ‘mailbox’, ‘math’, ‘mmap’, ‘multiprocessing’, ‘operator’, ‘os’, ‘os.path’, ‘pathlib’, ‘pdb’, ‘pickle’, ‘pkgutil’, ‘platform’, ‘pprint’, ‘profile and pstats’, ‘pwd’, ‘pyclbr’, ‘pydoc’, ‘queue’, ‘random’, ‘re’, ‘readline’, ‘resource’, ‘sched’, ‘select’, ‘selectors’, ‘shelve’, ‘shlex’, ‘shutil’, ‘signal’, ‘site’, ‘smtpd’, ‘smtplib’, ‘socket’, ‘socketserver’, ‘sqlite3’, ‘statistics’, ‘string’, ‘struct’, ‘subprocess’, ‘sys’, ‘sysconfig’, ‘tabnanny’, ‘tarfile’, ‘tempfile’, ‘textwrap’, ‘threading’, ‘time’, ‘timeit’, ‘trace’, ‘traceback’, ‘unittest’, ‘urllib.parse’, ‘urllib.request’, ‘urllib.robotparser’, ‘uuid’, ‘venv’, ‘warnings’, ‘weakref’, ‘webbrowser’, ‘xml.etree.ElementTree’, ‘xmlrpc.client’, ‘xmlrpc.server’, ‘zipfile’, ‘zipimport’, ‘zlib’] |
Python Documentation and MOTW3 different (set(PD) - set(MOTW3)
)
共有 129 個標準函式庫沒有被 MOTW3 介紹。
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 |
[‘__future__’, ‘__main__’, ‘_dummy_thread’, ‘_thread’, ‘aifc’, ‘and’, ‘ast’, ‘asynchat’, ‘asyncore’, ‘audioop’, ‘bdb’, ‘binascii’, ‘binhex’, ‘builtins’, ‘bytes’, ‘cgi’, ‘chunk’, ‘cmath’, ‘code’, ‘codeop’, ‘collections.abc’, ‘colorsys’, ‘concurrent’, ‘copyreg’, ‘crypt’, ‘ctypes’, ‘curses’, ‘curses.ascii’, ‘curses.panel’, ‘curses.textpad’, ‘dict’, ‘distutils’, ‘dummy_threading’, ’email’, ‘enum’, ‘errno’, ‘faulthandler’, ‘fcntl’, ‘formatter’, ‘fpectl’, ‘ftplib’, ‘heapq’, ‘html’, ‘html.entities’, ‘html.parser’, ‘http’, ‘http.client’, ‘http.cookiejar’, ‘imghdr’, ‘imp’, ‘int’, ‘keyword’, ‘list’, ‘logging.config’, ‘logging.handlers’, ‘lzma’, ‘macpath’, ‘mailcap’, ‘marshal’, ‘mimetypes’, ‘modulefinder’, ‘msilib’, ‘msvcrt’, ‘netrc’, ‘nis’, ‘nntplib’, ‘numbers’, ‘optparse’, ‘ossaudiodev’, ‘parser’, ‘pickletools’, ‘pipes’, ‘plistlib’, ‘poplib’, ‘posix’, ‘pty’, ‘py_compile’, ‘quopri’, ‘reprlib’, ‘rlcompleter’, ‘runpy’, ‘secrets’, ‘set’, ‘sndhdr’, ‘spwd’, ‘ssl’, ‘stat’, ‘str’, ‘stringprep’, ‘sunau’, ‘symbol’, ‘symtable’, ‘syslog’, ‘telnetlib’, ‘termios’, ‘test’, ‘test.support’, ‘tkinter’, ‘tkinter.scrolledtext’, ‘tkinter.tix’, ‘tkinter.ttk’, ‘token’, ‘tokenize’, ‘tracemalloc’, ‘tty’, ‘turtle’, ‘types’, ‘typing’, ‘unicodedata’, ‘unittest.mock’, ‘urllib’, ‘urllib.error’, ‘urllib.response’, ‘uu’, ‘wave’, ‘winreg’, ‘winsound’, ‘wsgiref’, ‘xdrlib’, ‘xml.dom’, ‘xml.dom.minidom’, ‘xml.dom.pulldom’, ‘xml.parsers.expat’, ‘xml.sax’, ‘xml.sax.handler’, ‘xml.sax.saxutils’, ‘xml.sax.xmlreader’, ‘xmlrpc’, ‘zipapp’] |
Leave a Reply