I am learning OOP in python and following this tutorial I am having hard time to understanding what Rossum said
"One of my goals for Python was to make it so that all objects were "first class." By this, I meant that I wanted all objects that could be named in the language (e.g., integers, strings, functions, classes, modules, methods, and so on) to have equal status."
I have two question :
What is "first class in python"?
What it means by equal status?