{ "cells": [ { "cell_type": "markdown", "metadata": { "slideshow": { "slide_type": "slide" } }, "source": [ "# Tools" ] }, { "cell_type": "markdown", "metadata": { "slideshow": { "slide_type": "skip" } }, "source": [ "This notebook will guide through the tools you will need for class materials and assignments, and how to get them. " ] }, { "cell_type": "markdown", "metadata": { "slideshow": { "slide_type": "slide" } }, "source": [ "#### Clicker Question #1\n", "\n", "**How excited are you for COGS 18?**\n", "\n", "A. Super excited! \n", "B. The most excited! \n", "C. Couldn't be more excited! \n", "D. I love 8AM classes! " ] }, { "cell_type": "markdown", "metadata": { "slideshow": { "slide_type": "slide" } }, "source": [ "#### Clicker Question #2\n", "\n", "**What is your current state with regards to datahub?**\n", "\n", "A. Have not yet tried to access datahub \n", "B. Have tried to access datahub unsuccessfully \n", "C. Have accessed datahub successfully \n", "D. What is this datahub you speak of? " ] }, { "cell_type": "markdown", "metadata": { "slideshow": { "slide_type": "slide" } }, "source": [ "#### Clicker Question #3\n", "\n", "**Do you have the Anaconda distribution of Python downloaded on your computer?**\n", "\n", "A. I do! \n", "B. I attempted but was unsuccessful. \n", "C. I have not yet tried. \n", "D. I'm going to use my own Python distribution. \n", "E. I'm going to work to download it in CodingLab." ] }, { "cell_type": "markdown", "metadata": { "slideshow": { "slide_type": "slide" } }, "source": [ "### Prerequisites\n", "\n", "This course and associated materials do not presume any prior knowledge of Python, or programming in general. \n", "\n", "To work with the course materials, you will need make sure you have access to the tools tools described here on datahub. \n", "\n", "It will be helpful for the final project if they are also installed on the computer you will be using. \n", "\n", "None of the materials are computationally heavy. " ] }, { "cell_type": "markdown", "metadata": { "slideshow": { "slide_type": "slide" } }, "source": [ "### What do you need?\n", "\n", "- Access to datahub\n", "- Python: Working install of python 3.6 or 3.7 (suggested)\n", " - We will be using the Anaconda distribution\n", "- Jupyter Notebooks (suggested)\n" ] }, { "cell_type": "markdown", "metadata": { "slideshow": { "slide_type": "slide" } }, "source": [ "