Skip to main content
Back to top
Ctrl
+
K
Webscraping mit Python für Geisteswissenschaften
1. Einstieg
1.1. Was ist Web Scraping?
1.2. Coding vs. Programming
1.3. Semesterplan
1.4. Lernziele
1.5. Organisatorisches
2. Python I
2.1. JupyterLite
2.2. Style Guide
2.3. Hilfe!!
2.4. Grundbegriffe
2.5. Einfache Datentypen, Strings und Operatoren
2.6. Variablen
3. Python II
3.1. Zusammengesetzte Datentypen
3.2. Kontrollstrukturen
4. Python III
4.1. Funktionen
4.2. Module, Pakete, Bibliotheken
5. Installation und Setup
5.1. Vorbereitung
5.2. Installation und Setup
6. Einstieg Webscraping
6.1. Der rechtliche Rahmen
6.2. HTML
6.3. CSS
6.4. Client, Server, HTTP
Index