python Command Examples

Python language interpreter. More information: https://www.python.org.

python

python {{path/to/file.py}}

python -i {{path/to/file.py}}

python -c "{{expression}}"

python -m {{module}} {{arguments}}

python -m pip install {{package}}

python -m pdb {{path/to/file.py}}

python -m http.server