Formatted all pages according to guidelines.

This commit is contained in:
Ruben Vereecken
2016-01-07 18:31:27 +01:00
parent efa4cbd4de
commit 066582e8ea
284 changed files with 1338 additions and 1364 deletions

View File

@@ -1,19 +1,19 @@
# Python
> Python language interpeter
> Python language interpeter.
- Call a Python interactive shell (REPL)
- Call a Python interactive shell (REPL):
`python`
- Execute script in a given Python file
- Execute script in a given Python file:
`python {{script.py}}`
- Execute Python language single command
- Execute Python language single command:
`python -c {{command}}`
- Run library module as a script (terminates option list)
- Run library module as a script (terminates option list):
`python -m {{module}} {{arguments}}`