Files
ProgrammierungUndDatenanalyse/README.md
dev weycloud 5562abd79b Vorlesung 2
2021-09-23 19:58:44 +02:00

31 lines
808 B
Markdown

# Programmierung und Datenanalyse
# Vorlesung 1
16.09.2021
- Einführung
- ```Vorlesung I.pdf```
- Installation der Entwicklungsumgebung (IDE) namens PyCharm
- ```Erste Schritte.pdf```
- ggf: ```Zusatzinfo PyCharm für MacOS.pdf```
- _(alternativ z.b. Visual Studio Code: https://code.visualstudio.com/docs/python/python-tutorial)_
- Erste Übungsprogramme
- ```HelloWorld.py```
- ```Uebung1.py```
# Vorlesung 2
23.09.2021
- ```Vorlesung II.pdf```
- Variablen und Datentypen
- ```variablen.py```
- Operatoren und das Modul „math“
- ```operatoren.py```
- ```math.py```
- Übungen
- ```Uebung1.py```
- ```Uebung2.py```
- ```Uebung3.py```
- ```Uebung4.py```
- ```Uebung5.py```
- ```Uebung6.py```