GithubHelp home page GithubHelp logo

carlhumphrey / data-science-jumpstart-with-10-projects-course Goto Github PK

View Code? Open in Web Editor NEW

This project forked from talkpython/data-science-jumpstart-with-10-projects-course

0.0 0.0 0.0 122.75 MB

Data Science Jumpstart with 10 Projects Course

Home Page: https://training.talkpython.fm/courses/data-science-jumpstart-with-10-projects

License: MIT License

data-science-jumpstart-with-10-projects-course's Introduction

Data Science Jumpstart with 10 Projects Course

Instructions

You can run the notebook using Github Codespaces or locally:

Running in GitHub Codespaces

You can use GitHub Codespaces to run this codebase in a fully configured, cloud-hosted development environment:

  1. Click the green "Code" button on the main repository page.

  2. Click "Open with Codespaces" and "New codespace."

  3. Open up a notebook in notebooks (e.g. notebooks/01-StudentData.ipynb)

Running Locally

To run this codebase locally, you'll need to set up a Python virtual environment and install the necessary packages. Follow these steps:

  1. Ensure you have Python installed on your system. If not, you can download it from here.

  2. Clone this repository into your local machine using the terminal (macOS and Linux), Windows Terminal (Windows), or a GUI tool like SourceTree or GitHub Desktop.

  3. Navigate to the repository folder via your terminal.

  4. Create a virtual environment. You can do this by running:

    python -m venv env
    

    This will create a new Python virtual environment in a folder named env. Note: On some systems you'll need to type python3 rather than python.

  5. Activate the virtual environment. On macOS and Linux, run:

    source env/bin/activate
    

    On Windows, run:

    .\env\Scripts\activate
    
  6. Install the necessary packages using pip by running:

    pip install -r requirements.txt
    

    This will install all the packages listed in requirements.txt to your virtual environment.

  7. Launch jupyter

    jupyter lab
    
  8. Open up a notebook in notebooks (e.g. notebooks/01-StudentData.ipynb).

data-science-jumpstart-with-10-projects-course's People

Contributors

mikeckennedy avatar mattharrison avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.