This repository contains the course material for the Python course for STADS (Students Association for Data Analysis and Statistics) and the University of Mannheim.
Check out the video tutorials:
Useful links for the setup:
- Download Package Manager and Python
- Installing VS Code
- VS Code for Mac or just type in your terminal
brew install --cask visual-studio-code
- VS Code for Windows or just type in your admin powershell
choco install vscode
- VS Code for Mac or just type in your terminal
- Installing Git
- Git for Mac or just type in your admin terminal
brew install git
- Git for Windows or just type in your admin powershell
choco install git
- Git for Mac or just type in your admin terminal
- Getting all course resources
- just type
git clone https://github.com/GermanPaul12/STADS-Python-Course.git
in your command line
- just type