Skip to content

training materials including class notebooks, resources etc..

Notifications You must be signed in to change notification settings

iamtushara/Python-Learning-Reference

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

training materials including class notebooks, resources etc..

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published