Git Product home page Git Product logo

prework-datamad-no-solutions's Introduction

Projects for prework IH Data Analytics

Within this project there are several folders that have coding problems to solve in Python that will help you to familiarize yourself with the language and its most common functions. Each folder contains a file to open with jupyter notebook that will guide you step by step so that you reach the solution.

Suggested order according to the difficulty

  1. snail-and-well
  2. duel
  3. bus
  4. robin-hood
  5. mission-impossible
  6. temperatures
  7. lyrics
  8. rock–paper–scissors

Tips

Clone this repository or work localy downloading the files. It is up to you.

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

Do as much as you can and good luck. In some cases the use of functions is recommended.

prework-datamad-no-solutions's People

Contributors

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