# 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```