This repository contains training materials including (but not limited to) class notebooks, assignments, training materials etc.
Create a new conda environment named 'python-training' for this project:
conda env create --file conda.yaml
Activate the newly created conda environment this way:
conda activate python-training
The directory structure of the python training project looks like this:
├── README.md <- The top-level README for users of this project.
│
├── notebooks <- Jupyter notebooks. Naming convention is a number (for ordering)
│
├── references <- Data dictionaries, manuals, and all other explanatory materials.
│
├── reports <- Generated analysis as HTML, PDF, LaTeX, etc.
│
├── src <- Source code for use in this project.
│ │
│ ├── python <- Python code
│ ├── r <- R code
│
└── conda.yaml <- Dependency specification