This repository provides the material for the Python Crash Course (30th September, 1st, 7th, and 8th September 2024) offered in the Transferable Skills programme of the University of Basel.
Find the course description in the programme of Transferable Skills.
- Friday, 27 September: Upload notebooks of first week.
- Monday, 30 September: Upload solutions of first day.
- Tuesday, 1 October: Upload solutions of second day.
- Friday, 4 October: Upload notebooks of second week.
- Monday, 7 October: Upload solutions of third day.
- Tuesday, 8 October: Final upload of all course material.
In order to set up Python on your own machine, I recommend using Anaconda. Follow the steps outlined in my YouTube instruction video to install Python and getting started with the Jupyter notebooks.
If you are more advanced and/or Anaconda is already set up on your machine, you can create a new environment with the necessary libraries through
conda env create -f environment.yml
activate the environment via
conda activate pythonCC
and start Jupyter lab with
jupyter lab