Skip to content

gainsmilk/python-and-r

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

Packages

Contributors

Languages