Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.98 KB

Pre-Work.md

File metadata and controls

31 lines (21 loc) · 1.98 KB

Getting Started with Data Science Tools

These items are included in the Data Science prework and are intended to help students prepare for the first day of class.

  •   Github Account
    
  •   Installations
    
  •   Syntax Practice
    

Accounts

  1. Create a Github account, if you don't already have one.

Installations

Please follow the installation instructions below.

  1. Install Python 2.7 or Python 3.0

  2. Install Anaconda - Follow the installation instructions for your computer (e.g. “Mac Install”). - Test that Anaconda and Python were installed correctly. For example, on a Mac you can by open a Terminal window (or the Anaconda Launcher app on your desktop) and type ipython notebook. If successful, in a few moments, your browser should open to a window titled "Jupyter."

Start Practicing

Review the following resources as an introduction to some commonly used concepts and tools.

  1. Complete Codecademy's free "Learn Python" course to practice your Python syntax. Pay close attention to lists, dictionaries, and functions.

  2. Review our Command Line tutorial to familiarize yourself with basic Terminal commands. Pay particular attention to folder navigation and file creation.

  3. Read through this 10 minute guide to Pandas to learn about a popular library used for data analysis that we will be using in this course.