Python: hola mundo
El siguiente artículo relata cómo crear scripts con Python, inciando con el famoso hola mundo.
Shell python
Abrir una shell de comandos preferida y posteriormente abrir la shell de Python de la siguiente manera: <syntaxhighlight lang="bash"> python </syntaxyhighlight>