What is Python?
Python is a popular coding language, designed to be rather readable to humans.
What do I find most interesting about Python?
The program informs you of errors in your code, in addition to naming the error (e.g., “NameError: name ‘meow’ is not definied.”), which is super helpful.
As for second most interesting: The language was named after a sketch comedy show called “Monty Python’s Flying Circus.”
What do I want to learn next in Python?
I am curious about the vast library of import options and would like to explore those.