Skip to content

Latest commit

Β 

History

History
40 lines (31 loc) Β· 1.04 KB

File metadata and controls

40 lines (31 loc) Β· 1.04 KB

python-and-r banner


πŸš€ Overview

This repo holds my uni Python and R course and all the weird stuff I’ll end up writing here.

Everything here is student work and kept simple, but I’ll still overengineer the sh*t out of it when I want to.

Quickstart

git clone https://github.com/gainsmilk/python-and-r.git
cd python-and-r

# Jump into any class folder you want
cd dd-mm-yy-class/

# Python setup inside that class folder
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

Structure

python-and-r/
β”œβ”€ assets/
β”‚  └─ python-and-r-banner.png
β”œβ”€ .gitignore
β”œβ”€ LICENSE
β”œβ”€ README.md
└─ dd-mm-yy-class/
   β”œβ”€ .venv/   # Local class virtualenv
   └─ src/     # Code

Note: All class folders follow the format dd-mm-yy-class/, and materials + extras live in the class folder root.

License

MIT - if you somehow end up with the same materials at your uni, feel free to permanently borrow this code.