/python-mini-bootcamp-2021

Materials for a 2-day Python mini-bootcamp, Feb. 8-9, 2021.

Primary LanguageJupyter NotebookMIT LicenseMIT

Python mini bootcamp: Data analysis

Feb. 8-9, 2021

This repo contains materials for the IRE & NICAR Python mini-bootcamp focused on data analysis with pandas.

To get started on your own computer (assuming you have a recent version of Python 3 installed already):

  • Clone this repo (or download the zipfile and extract)
  • cd path/to/your/python-mini-bootcamp-2021
  • python3 -m venv env
  • Macs: source env/bin/activate
  • PCs: .\bin\Scripts\activate
  • pip install -r requirements.txt
  • jupyter notebook