python-crash-course/README.md

7 lines
534 B
Markdown
Raw Permalink Normal View History

2023-12-09 18:27:06 +01:00
This folder contains the materials for the 5-hour Python crash course that runs before my main courses.
Some contents:
- `course_plan.md` : an overview of the contents, the activities and how they are distributed across the different sessions.
- `notebooks`: all the course notebooks, including class, solved exercises and other.
- `Google Colab 101.md`: a small 101 on how to use Google Collab.
- `books`: books that the students can refer to, specially the *Python Crash Course*, which is the backbone of this crash course itself.