Famous Python Libraries
Python History & Trivia
Advanced Language Features:
Modules and libraries
Python syntax
200

This developer founded the Twisted project.

Who is Glyph Lefkowitz?

200

Python was originally created in this country.

What is the Netherlands?

200

You can use this function as a decorator to create a context manager from generators.

What is contextlib.contextmanager?

200

This standard library Python module provides support for regular expressions.

What is the re module?

200

This keyword is used to define a function in Python.

What is def?

400

This developer founded the Django project.

Who is Jacob Kaplan-Moss?

400

Python was inspired by this programming language.

What is ABC?

400

This function accepts an iterable and returns an iterator.

What is iter()?

400

This Python library is widely used for data manipulation and analysis, offering data structures like DataFrames.

What is Pandas?

400

This operator is used for integer division in Python 3, discarding the fractional part.

What is //?

600

Flask was released in this year.

What is 2004?

600

The semantics of this built-in operator changed in Python to match its value in the language which originally inspired it.

What is /?

600

When using an iterator in a for loop, you can use this function to advance the iterator extra steps inside the loop.

What is next()?

600

This standard library Python module allows you to measure execution time and performance of Python code.

What is the timeit module?

600

This special method is called when an object is deleted.

What is __del__?

800

IPython was created by students at this university.

What is the University of Colorado?

800

Python 3 was released in this year.

What is 2008?

800

When overriding a binary Python operator, do this to ask the other object involved to see if it can override it.

What is returning NotImplemented?

800

This standard library module allows you to parse command line arguments and is not argparse.

What is the getopt module?

800

This keyword is not 'global' and changes the scope of a variable.

What is nonlocal?

1000

Before creating attrs, Hynek wrote this library for writing classes without the boilerplate.

What is characteristic?

1000

This is the earliest version of Python released after 1.4 not by CNRI when ordered by SemVer.

What is Python 1.6.1?

1000

This is the only method that None implements on top of the base object class.

What is __bool__?

1000

his standard library module implements the priority queue algorithm.

What is the heapq module?

1000

This dunder method executes when a new subclass is created.

What is __subclass_init__ ?

M
e
n
u