What is the Zen of Python?
What is an f-string?
What does contiguous refer to?
What is garbage collection?
What is duck-typing?
What is a portion?
What is 2to3?
What is a complex number?
Who is Python’s BDFL?
What is CPython?
What does GIL stand for?
What is an asynchronous generator?
What is considered hashable in Python?
What is an asynchronous iterator?
What is a dictionary?
What is a path-like object?
What is a function annotation?
What is an iterable?
What does >>> usually represent?
What is a package?
What does ... most commonly represent?
What is a file-like object?
What is an asynchronous context manager?
What does MRO stand for?
What is a future statement?
What does interpreted refer to?
What is a module spec?
What is a regular package?
What is a magic method?
What is a sequence?
What is bytecode?
What is a class?
What is a key function?
What is __slots__?
What is an expression?
What is a context manager?
What is an argument?
What is a dictionary comprehension?
What is the filesystem encoding and error handler?
What is a generic function?
What is a bytes-like object?
What is a generator?
What does hash-based pyc refer to?
What is an importer?
What is a namespace package?
What are universal newlines?
What is an asynchronous generator iterator?
What is a context variable?
What is a namespace?
What is an asynchronous iterable?
What is a borrowed reference?
What is a decorator?
What is IDLE?
What is a list comprehension?
What is a file object?
What is a class variable?
What is a finder?
What is floor division?
What is a docstring?
What is the global interpreter lock?
What is a new-style class?
What does single dispatch refer to?
What is an attribute?
What is nested scope?
What are mutable objects?
What is a set comprehension?
What was Python 3000?
What is a metaclass?
What is a generator expression?
What is a special method?
What does interpreter shutdown refer to?
What is a list?
What is a module?
What is a binary file?
What is a mapping?
What is a positional argument?
What is an awaitable?
What does an abstract base class do?
What is an annotation?
What is importing?
What does method resolution order refer to?
What does PEP stand for?
What is a generic type?
What is a slice?
What is a method?
What is a virtual environment?
What is a coroutine function?
What is a function?
What is a coroutine?
What does interactive usually refer to in Python?
What does EAFP refer to?
What is an object?
What is the import path?
What is a callable?
What is a dictionary view?
What is an iterator?
What is immutable?
What is the ... ellipsis literal mostly used with?
What is a callback?
What is LBYL short for?