GithubHelp home page GithubHelp logo

data-labs's Introduction

Ironhack logo

Ironhack Data Analytics Labs

Getting Started

  1. Install grip with brew install grip (Mac) or pip install grip (Windows).

  2. Start local Markdown server:

$ grip -b README.md 8080 --user <your-github-username> --pass <your-github-password>

๐Ÿ’ก grip uses the GitHub Markdown API to render the files in localhost so that you'll see exactly how GitHub would render the Markdown files. Running grip with your Github username and password will allow you to make unrestricted requests to GitHub. If you see error when you run the problem that says GitHub Rate Limit Reached, it's because you didn't run grip with your GitHub credentials or the provided credentials are incorrect.

Working on the Assignments

To work on your first assignment, create a branch of your own with your name (change the branch name unless your name is John Doe):

$ git checkout -b john-doe

Each project/lab has its own directory in which you'll find a README.md file and a sub-directory named your-code. The descriptions and requirements of the assignment can be found in the README file. When you work on the assignment, create your code files in the your-code directory and save regularly while you work.

After you finish, add those files to git, commit, and push your branch to GitHub. In the commit message, specify which lab/project you are submitting. For example:

$ git add <files-to-add>
$ git commit -m "Module 1 MySQL project"
$ git push origin john-doe

The instructional team will review your branch and provide feedback.

To work on the subsequent assignments, keep using the same branch you created and push your new codes to GitHub.

โ— Update your branch regularly because the curriculum development team is developing new assignments for you as the course proceeds. Make sure you have committed all your codes then exectue git pull origin master to obtain the latest code from the master branch.

Happy coding!

data-labs's People

Contributors

albertogcmr avatar eldiias avatar eye8 avatar gobinde43 avatar haggarw3 avatar kbartonhenry avatar kbds avatar kelsey-ironhack avatar michalmonselise avatar nachogiraldez avatar ojedatony1616 avatar themanohar avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

data-labs's Issues

DF Calculation Lab Challenge 2 complicated/confusing

Students reported Challenge 2 of the DF Calculation and Transformation is too complicated/confusing.

In this lab it was intended to help students practice the iterative data analysis workflow. I guess the lab is not a good media to cover this type of knowledge.

Improve Advanced MySQL lab

Add some specific practice questions (with explicit prompts) to let students practice advanced mysql before asking those open-ended questions.

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.