So you’ve taken your first steps with Python with the help of “https://thenewstack.io/an-introduction-to-python-for-non-programmers/.” You understand what Python is, why it’s a high-level, general-purpose language, and you’ve even written your first application with the language.
To do that, you could open the Python console, which is a quick and easy way to test and execute Python commands.
To access the Python console, open a terminal window (on the machine that has Python installed) and issue the command: python3
And there you go, you’ve taken your next step with the Python programming language.