Git Product home page Git Product logo

precourse's Introduction

Galvanize DSI Precourse Curriculum

"I wish I did more precourse stuff."

โ€” Every Data Science graduate


__Goal__: Get you ready to jump into our curriculum on day 1

Please read this entire document before getting started on the individual sections.

Before classes begin, you are expected read the contents in each chapter, complete the code assignments for every chapter, and turn them in.

Please complete and hand in each chapter sequentially.

How to submit the assignments.

You will submit your solutions with a git pull request. Here are step-by-step instructions of how to do this:

  1. Fork this repository (go to https://github.com/zipfian/precourse and click "Fork")
  2. Install git on your computer if you haven't already
  3. Clone your forked repository onto your computer: git clone https://github.com/<your username>/precourse
  4. Edit the assignment files with your solutions
  5. Add your changes to the repository: git add <file you edited>
  6. Commit your changes: git commit -m "My solutions to precourse"
  7. Push your changes to your fork: git push origin master
  8. Make a pull request by going to https://github.com/<your username>/precourse and clicking "Pull Requests" and then "New Pull Request". Then click "Create Pull Request". Put your name in the pull request title and then click "Create Pull Request" again.

It's good idea to commit and push to your personal fork often, even when you're not done. Then you have older versions of your work in case you screw something up or lose something. We will get a notification of your submission once you submit a pull request.

Common git issues

  1. If we've made changes to the repository after you forked it and you want to update your repository to reflect them, you can run this command: git pull https://github.com/zipfian/precourse master

  2. If you try to push and get "Repository does not exist" this probably means that you cloned from the Zipfian repo rather than your fork. Make sure you did step 1 and created a fork. Then run this command to push: git push https://github.com/<your username>/precourse master

Getting help

Feel free to contact us directly if you have any questions!

Consult the list of additional references and resources if you'd like to further cover anything. The Extra_Credit directory also contains some additional references on operating systems and text editors as well as HTML/CSS/JavaScript.

precourse's People

Contributors

zd123 avatar gioravioli avatar rsepassi avatar jonathandinu avatar jyt109 avatar brianspiering avatar sgshuman avatar cwschupp avatar orban avatar tammyclee avatar bskrainka avatar lemonlaug avatar michaeljancsy avatar iyounus avatar

Watchers

James Cloos avatar Earl Jay 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.