here2share

Python Imports -- Basics

Dec 15th, 2022 (edited)
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 4.37 KB | None | 0 0
  1. imports = ['from', ['tkinter', 'math', 'random', 'os', 'sys', 'time', 're', 'zlib', 'PIL', 'requests', 'json', 'itertools', 'urllib', 'base64', 'ctypes', 'collections', 'datetime', 'logging', 'glob', 'threading', 'csv', 'functools', 'string', 'subprocess', 'io', 'sysconfig', 'struct', 'argparse', 'decimal', 'tempfile, ['import' [['Tk', 'Frame', 'Button', 'Entry', 'Label', 'LEFT', 'RIGHT', 'TOP', 'BOTTOM', 'StringVar'], ['sin', 'cos', 'tan', 'pi', 'radians', 'degrees', 'sqrt', 'pow', 'log'], ['random', 'randint', 'shuffle', 'choice', 'sample'], ['os', 'getcwd', 'chdir', 'makedirs', 'path', 'join', 'exists', 'isfile', 'isdir', 'listdir', 'getenv', 'putenv', 'uname', 'environ', 'stat', 'scandir', 'walk', 'abspath', 'expanduser', 'realpath', 'splitext', 'getsize', 'urandom'], ['sys', 'stdin', 'stdout', 'stderr', 'argv', 'exit', 'version', 'version_info', 'api_version', 'hexversion', 'maxsize', 'maxunicode', 'platform', 'byteorder', 'getrecursionlimit', 'setrecursionlimit', 'getdefaultencoding', 'setdefaultencoding', 'getfilesystemencoding', 'getrefcount', 'getwindowsversion', 'getdlopenflags', 'getprofile', 'setprofile'], ['time', 'time', 'sleep', 'perf_counter', 'process_time', 'clock', 'monotonic', 'gmtime', 'localtime', 'strftime', 'strptime', 'mktime', 'struct_time', 'clock_gettime', 'clock_settime', 'clock_getres', 'timezone', 'altzone', 'dst', 'tzname'], ['re', 'search', 'match', 'fullmatch', 'split', 'findall', 'sub', 'subn', 'compile', 'purge', 'template', 'escape', 'A', 'I', 'L', 'M', 'S', 'X', 'U', 'B', 'VERBOSE'], ['zlib', 'compress', 'decompress', 'compressobj', 'decompressobj', 'crc32', 'adler32', 'MAX_WBITS', 'DEFLATED', 'ZLIB_VERSION', 'ZLIB_RUNTIME_VERSION'], ['PIL', 'Image', 'ImageFilter', 'ImageEnhance', 'ImageOps', 'ImageFile', 'ImagePath', 'ImageSequence', 'ImageDraw', 'ImageChops', 'ImageMath', 'ImageStat', 'ImageGrab', 'ImageMorph'], ['requests', 'get', 'head', 'put', 'patch', 'post', 'options', 'Session', 'Request', 'Response'], ['json', 'loads', 'dumps', 'JSONDecoder', 'JSONEncoder'], ['itertools', 'count', 'cycle', 'repeat', 'chain', 'compress', 'dropwhile', 'filterfalse', 'groupby', 'islice', 'starmap', 'takewhile', 'tee', 'zip_longest'], ['urllib', 'parse', 'request', 'error', 'response', 'quote', 'unquote', 'quote_plus', 'unquote_plus', 'urlencode', 'urlretrieve', 'urlopen'], ['base64', 'b64encode', 'b64decode', 'b32encode', 'b32decode', 'b16encode', 'b16decode', 'standard_b64encode', 'standard_b64decode', 'urlsafe_b64encode', 'urlsafe_b64decode'], ['ctypes', 'CDLL', 'c_int', 'c_char_p', 'c_void_p', 'c_float', 'pointer', 'byref', 'create_string_buffer'], ['collections', 'namedtuple', 'deque', 'ChainMap', 'Counter', 'OrderedDict', 'defaultdict', 'UserDict', 'UserList', 'UserString'], ['datetime', 'date', 'time', 'datetime', 'timedelta', 'tzinfo', 'timezone', 'utc', 'MAXYEAR', 'MINYEAR', 'resolution'], ['logging', 'Logger', 'Handler', 'Formatter', 'Filter', 'LogRecord', 'WARNING', 'ERROR', 'CRITICAL', 'DEBUG', 'NOTSET', 'StreamHandler', 'FileHandler', 'logging'], ['glob', 'iglob', 'escape'], ['threading', 'Thread', 'current_thread', 'enumerate', 'active_count', 'Lock', 'RLock', 'Semaphore', 'BoundedSemaphore', 'Condition', 'Event', 'Timer', 'Barrier', 'Queue', 'LifoQueue', 'PriorityQueue'], ['csv', 'reader', 'writer', 'DictReader', 'DictWriter', 'QUOTE_ALL', 'QUOTE_MINIMAL', 'QUOTE_NONNUMERIC', 'QUOTE_NONE', 'Error'], ['functools', 'reduce', 'partial', 'update_wrapper', 'lru_cache'], ['string', 'ascii_letters', 'ascii_lowercase', 'ascii_uppercase', 'digits', 'hexdigits', 'octdigits', 'printable', 'punctuation', 'whitespace', 'capwords', 'Template'], ['subprocess', 'Popen', 'PIPE', 'STDOUT', 'run', 'CompletedProcess', 'CalledProcessError', 'TimeoutExpired', 'PIPE', 'DEVNULL', 'SubprocessError'], ['io', 'IOBase', 'BytesIO', 'StringIO', 'BufferedReader', 'BufferedWriter', 'BufferedRWPair', 'BufferedRandom', 'TextIOBase', 'TextIOWrapper', 'SEEK_SET', 'SEEK_CUR', 'SEEK_END'], ['sysconfig', 'get_path', 'get_paths', 'get_platform', 'get_python_version', 'get_scheme_names', 'get_config_var', 'get_config_vars', 'get_path_names', 'is_python_build'], ['struct', 'pack', 'unpack', 'calcsize', 'Struct'], ['argparse', 'FileType', 'Action', 'ONE_OR_MORE', 'OPTIONAL', 'ZERO_OR_MORE', 'SUPPRESS', 'REMAINDER', 'PARSER', 'RAW'], ['decimal', 'Decimal', 'DivisionByZero'], ['tempfile', 'mkstemp', 'mkdtemp', 'mktemp', 'NamedTemporaryFile', 'TemporaryDirectory', 'gettempdir', 'gettempprefix']]
Add Comment
Please, Sign In to add comment