Installation auf PC/Laptop
- Download Python (Version 3.xxx) unter http://www.python.org/downloads/ (free download, für Windows, Linux, MacOSX etc.)
- Download einer Integrierten Entwicklungsumgebung (Integrated Development Environment - IDE), wie beispielsweise "PyCharm". Die PyCharm Community Edition ist kostenfrei und für Mac OSX, Windows und Linux verfügbar: https://www.jetbrains.com/pycharm/download/#section=windows
Alternativ können auch andere IDE (z.B. Spyder) verwendet werden.
Dokumentationen, Tutorials, Python Einsteigerhilfen:
- https://docs.python.org/3/tutorial/ (Klassisches Einstiegstutorial, das so ziemlich alles von Python abdeckt)
- http://scipy-lectures.org/index.html
- Tutorials auf Youtube