This repository contains the material of the "Python Tuesday" sessions.
The topics of the sessions so far:
- Session 1: Getting your environment set up and ready for Python development
- Session 2: Working with text files and file formats
- Session 3: Working with data Part 1: Spreadsheets
- Session 4: Working with data Part 2: Databases
- Session 5: Log analysis with Jupyter Notebooks
- Session 6: Dockerizing a Python application
- Session 7: Working with Data Part 3: The Iterator Protocol and its Uses
- Session 8: Creating classes easily with the
dataclasses
module - Session 9: Solving practical problems with Python - Part 1: combining code snippets to solve a problem
- Session 10: Solving practical problems with Python - Part 2: make a program more robust for daily use