Hier werden die Unterschiede zwischen zwei Versionen gezeigt.
| Nächste Überarbeitung | Vorherige Überarbeitung | ||
|
programmieren_lernen:hello_world_python [2014/10/11 12:12] ingo_wichmann angelegt |
programmieren_lernen:hello_world_python [2018/12/09 11:07] (aktuell) ingo_wichmann |
||
|---|---|---|---|
| Zeile 1: | Zeile 1: | ||
| ====== Python interaktiv ====== | ====== Python interaktiv ====== | ||
| Python interaktiv starten: | Python interaktiv starten: | ||
| - | python | + | python3 |
| python schließen: ''Strg+d'' | python schließen: ''Strg+d'' | ||
| Komfortablere Varianten: | Komfortablere Varianten: | ||
| - | * ''ipython'' | + | * ''ipython3'' |
| + | * ''bpython3'' | ||
| * ''idle'' | * ''idle'' | ||
| ====== Hello World ====== | ====== Hello World ====== | ||
| * http://www.python-kurs.eu/skript_ausfuehren.php | * http://www.python-kurs.eu/skript_ausfuehren.php | ||
| + | * https://py-tutorial-de.readthedocs.io/de/python-3.3/interpreter.html | ||
| * http://www.tutorialspoint.com/python/python_basic_syntax.htm | * http://www.tutorialspoint.com/python/python_basic_syntax.htm | ||