Back 📚 Learning Path
Python — Vertiefung

Python — Vertiefung

Schreibe echte Programme. Funktionen, Dateiverarbeitung, Fehlerbehandlung und externe Bibliotheken.

⏱️ 10h 📖 6 steps 🎯 Intermediate

🎯 What you'll learn

  • Programme mit Funktionen und Modulen strukturieren
  • Dateien, Fehler und externe APIs handhaben
  • Nützliche Tools eigenständig bauen

Steps

1

Functions & Scope

Write reusable code, parameters, return values, scope.

⏱️ 90 min
2

File I/O & Exceptions

Read/write files, handle errors gracefully with try/except.

⏱️ 90 min
3

Modules & pip

Import standard library modules and install packages with pip.

⏱️ 60 min
4

Working with APIs

Make HTTP requests, parse JSON, use real-world APIs.

⏱️ 120 min
5

Comprehensions & Generators

Write concise, Pythonic code.

⏱️ 60 min
6

Project: CLI Tool

Build a useful command-line tool that solves a real problem.

⏱️ 180 min