Update README.md

This commit is contained in:
Robert Jeutter 2019-03-02 16:19:18 +01:00 committed by GitHub
parent cf51e0a1b8
commit 48af5ec61f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,14 @@
# Python-Intro
Einfach gehaltene Einführung in die Phyton Syntax zum lernen oder nachschlagen.
Unregelmäßige Updates
## Startpunkte für Python
- die Python [Dokumentation](https://docs.python.org/3/)
- Programmierumgebung z.B. [Anaconda]()
## Wie geht man bei Fehlern vor?
- Variablen überprüfen (alles richtig definiert?)
- Syntax (Einrückungen) richtig gesetzt?
- Stackoverflow.com