Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.1 KB

File metadata and controls

34 lines (26 loc) · 1.1 KB

python-training

Overview

This repository contains training materials including (but not limited to) class notebooks, assignments, training materials etc.

Setup

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

Project structure

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