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.
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.txtpython-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.
MIT - if you somehow end up with the same materials at your uni, feel free to permanently borrow this code.
