python
python is an interpreted, interactive, object-oriented programming language that combines remarkable power with very clear syntax. For an introduction to programming in Python you are referred to the Python Tutorial. [1]
Documentation
- man 1 'python' [EN]
Parameters
- -c COMMAND
- Specify the COMMAND to execute. This terminates the option list (following options are passed as arguments to the command).
- -d
- Turn on parser debugging output (for wizards only, depending on compilation options).
- -m MODULE
- Searches sys.path for the named MODULE and runs the corresponding .py file as a script.
References
- ↑ Project contributors. "python(1)." die.net. https://linux.die.net/man/1/python (accessed 06.05.2023)