====== Python ====== * [[https://de.wikipedia.org/wiki/Python_(Programmiersprache)|Python (Programmiersprache)]] * [[:inf:python:Python Vergleich|Python im Vergleich mit anderen Programmiersprachen]] * [[:inf:python:Installation]] * [[:inf:python:Kommentare]] * [[:inf:python:Variablen]] * [[:inf:python:Zahlen]] * [[:inf:python:Zeichenketten]] * [[:inf:python:Listen]] * Verzweigung * [[:inf:python:if-Anweisung]] * Schleifen * [[:inf:python:while-Schleife]] * [[:inf:python:for-Schleife]] * [[:inf:python:Range-Funktion]] * [[:inf:python:Funktionen]] * [[:inf:python:Ein- und Ausgabe]] * [[:inf:python:Dateibehandlung]] ==== Aufgaben ==== * [[:inf:python:Beispiele]] ===== Weitere Links zu Python ===== * [[http://www.python-kurs.eu/python3_kurs.php|Tutorial1]] * [[http://python.net/~gherman/publications/tut-de/online/tut/|Tutorial2]] * [[https://py-tutorial-de.readthedocs.io/de/python-3.3/index.html|Tutorial3]] * [[http://infohost.nmt.edu/tcc/help/pubs/tkinter/web/index.html|Tkinter]] Graphische Erweiterung * [[http://effbot.org/tkinterbook/menu.htm|Tkinter]] Menues * [[https://www.tutorialspoint.com/python3/python_gui_programming.htm|TKinter für Python 3]] * [[http://www.coding4you.at/python/]] ===== Programme ===== * [[:inf:python:Basics]] * [[:inf:python:GUI|Graphische Beispiele]] * [[:inf:python:Editor]] * [[:inf:python:Webserver]] ===== Sonstiges ===== * [[https://docs.python.org/3/library/idle.html|IDLE]] = Integrated Development and Learning Environment * Strg+F6 ... IDLE restart * Alt+P ... IDLE History (P->Previous) * Alt+N ... IDLE History (N->Next)