Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 915 Bytes

File metadata and controls

21 lines (14 loc) · 915 Bytes

Local Development Environment Setup Guide

This document helps you install and configure tools to develop and run Python applications on your local machine. For students interested in running Python notebook documents only, start with a "Notebook Setup". Otherwise, for students interested in a more professional development experience, choose the "Full Setup".

Option A) Notebook Setup

Tools required for running Python notebooks locally:

  1. Command-line Application
  2. Anaconda, Python, and Pip
  3. Jupyter Notebooks

Option B) Full Setup

Tools required for running Python applications locally:

  1. GitHub
  2. Text Editor or IDE
  3. Command-line Application
  4. Anaconda, Python, and Pip
  5. Version Control Utility