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.
