Below is a list of mini projects for groups of 4-5 participants. They don't entail much coding, rather practicing the ideas we reviewed in the workshop.
First, go to this repo: https://github.com/AtMostafa/good-coding-practices
Clone it using the HTTPS link.
If you have set up SSH keys in your laptop and in your GitHub account, use the SSH link.
We will run everything inside a conda python environment.
The environment file (env.yml) contains the name and contents of this python environment.
Open a terminal where you've cloned the repo and create the environment by: conda env create -f env.yml.
The environment for this repo is called workshop.
Activate the environment by: conda activate workshop.
You can also add/remove dependencies to/from the env.yml file and update your existing environment.
Open a terminal where the repo (and the env.yml file) are located and try: conda env update -f env.yml.
Everyone needs to download the two data files from here (both files are required).