GithubHelp home page GithubHelp logo

computing-brushup-exam-after's Introduction

Computing Brushup Exam

This is the exam for the computing brushup. Please follow these instructions:

Fork this repository

It is important that you use your forked repository for the rest of the steps.

Launch an AWS instance

Launch an instance, T2 Micro (free tier!) is fine for size.

You will need to use a Jupyter Notebook, so be sure to open up a usable TCP port in your security group so that you have http ingress access (i.e. 8888 for the default Jupyter port).

Clone your forked repository onto the instance

  1. SSH into the instance you have launched
  2. Clone your fork of this repository onto the image
  3. Launch a Jupyter Notebook (be sure to mount a volume(s) such that you can access both the data and the repository!)
sudo docker run -v $PWD:/home/jovyan/work -p 8888:8888 jupyter/datascience-notebook
  1. Follow the instructions to complete the Jupyter notebook entitled "exam-after.ipynb"

Commit and make a pull request

  1. Commit your changes (with a descriptive commit message!)
  2. Push your changes to your remote branch
  3. Make a pull request from your repository to this one.

That's it! Your pull request is the "delivery" of the exam.

Good luck.

computing-brushup-exam-after's People

Contributors

nandanrao 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.