Einige weiterführende Links:
Referenzen:
- Befehlsübersicht zu turtle: http://python4kids.net/downloads/py4k_cda4/turtlemodul-referenz/turtlemodul_referenz.pdf
- Befehlsübersicht zu turtle (en). https://docs.python.org/3/library/turtle.html
- Coding Conventions http://legacy.python.org/dev/peps/pep-0008/
- Glossar zu Python: https://docs.python.org/3.5/glossary.html
Tutorials & Kurse:
- Das Python-Tutorium von Guido van Rossum: http://python.net/~gherman/publications/tut-de/online/tut/
- Videotutorialserie zur Einführung in Python: http://www.youtube.com/watch?v=dG0kxa0XoXc
- Interaktives Tutorial des Bundeswettbewerb Informatik: http://cscircles.cemc.uwaterloo.ca/0-de/
- Pythonkurse auf Deutsch: http://python-kurs.eu
- Ein- und Weiterführung in Python (en): http://www.codecademy.com/tracks/python
- Wie ein Informatiker denken lernen: http://python4kids.net/how2think/index.html
- Einführung in Python der OpenTechSchool: http://opentechschool.github.io/python-beginners/de/index.html
- Python 3 Tutorial: http://py-tutorial-de.readthedocs.org/de/python-3.3/
- Python 3 Tutorial (en): https://docs.python.org/3/tutorial/
- Englisches Tutorial: http://www.tutorialspoint.com/python/index.htm
- Python 3 Tutorial zum Download: https://bitbucket.org/cofi/py-tutorial-de/downloads
Online Ausführungsumgebungen:
- Eine kollaborative Umgebung: https://koding.com
- Online Python ausführen und Programme teilen: http://pythonfiddle.com/
- Man kann im Browser ein Python-Programm eingeben und es schrittweise vorwärts und rückwärts ausführen. Rechts neben dem Quelltext wird angezeigt, was gerade passiert (Variablen u.s.w.): http://pythontutor.com
Programmierumgebungen:
- Übersicht: https://wiki.python.org/moin/IntegratedDevelopmentEnvironments
- Pycharm: https://www.jetbrains.com/pycharm/
- Pythonturtle: http://pythonturtle.org/
- Portable Python - eine Version von Python für den USB-Stick mit IPython als Programmieroberfläche: http://portablepython.com/wiki/PortablePython3.2.5.1/
Andere Übersichtsseiten:
- http://www.mediasonics.ch/_archiv/programming_python/index.html
- http://jugendprogrammiert.weebly.com/programmieren/python
Sonstiges:
- Übersicht über HTML-Farben, die man auch für turtle verwenden kann: http://html-color-codes.info/#Html_Color_Chart
- Aufgaben für turtle: http://wikis.zum.de/zum/Turtle-Grafik
- Python Webseite: https://www.python.org/
- Download Python: https://www.python.org/downloads/
Diese Links wurden zum Teil von Teilnehmern des Python Junior Kurses 2014 zusammen getragen.
Vielen Dank an Rolf, Christa, Malte, Susann, Louis, Frank, Konstantin, upander, Michael, Stefan, David, Thomas, Manfred, Florentine, Chris, Alex, Philipp, Bernd und João für ihre Zusendungen!