GithubHelp home page GithubHelp logo

bcn-feb-2019-prework's Introduction

Ironhack Data Analytics Bootcamp Prework Labs

This repository contains the labs for the Ironhack Data Analytics Bootcamp Prework.

If you are an enrolled student in our upcoming bootcamp, you can receive support from our instructional staff while you are working on these lab. Your Program Manager will send you information about how to reach out to our instructional support team.

If you are not an enrolled student but find our repository in GitHub, feel free to use this lab for personal, non-commcercial purposes. The codes are provided AS IS without support.

Getting Started

You need to take our Prework lessons in our LMS and install Python, Jupyter Notebook, and other required software before taking these labs.

To get started, check out this repository to your local file system. Navigate to the repository directory in command line then start Jupyter Notebook. Take the labs based on the order suggested in the next section.

In the repository, you will find a bunch of directories. Each directory is a lab and it contains a Jupyter Notebook (.ipynb) file. Open the notebook file in browser. Then follow the step-by-step instructions to solve the challenge in the interactive coding environment.

Submitting Your Work

If you are an enrolled student, you are required to submit your solutions before your cohort starts. Your Program Manager will send you information on how to submit your work.

Suggested Order Based on Difficulty

  1. Snail and well
  2. Duel of sorcerers
  3. Bus
  4. Robin Hood
  5. Processor temperature
  6. Rock Paper Scissors

Q/A example

Question

Question: How old are you if you were born in 1990?

Answer

current = 2019
born = 1990
age = current - born
print ('Age =', age)

Output

>>> Age = 29

Try your best and good luck. In some cases the use of functions is recommended.

bcn-feb-2019-prework's People

Contributors

albertogcmr avatar eye8 avatar carpiero avatar

Watchers

James Cloos 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.