mrugesh 22afc2a0ca feat(learn): python certification projects (#38216)
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
Co-authored-by: Kristofer Koishigawa <scissorsneedfoodtoo@gmail.com>
Co-authored-by: Beau Carnes <beaucarnes@gmail.com>
2020-05-27 13:19:08 +05:30

1.3 KiB

id, title, challengeType, isRequired
id title challengeType isRequired
5e4f5c4b570f7e3a4949899f Sea Level Predictor 10 true

Description

In this project, you will analyze a dataset of the global average sea level change since 1880. You will use the data to predict the sea level change through year 2050.

You can access the full project description and starter code on repl.it.

After going to that link, fork the project. Once you complete the project based on the instructions in 'README.md', submit your project link below.

We are still developing the interactive instructional part of the data analysis with Python curriculum. For now, you will have to use other resources to learn how to pass this challenge.

Instructions

Tests

tests:
  - text: 'It should pass all Python tests.'
    testString: ''

Challenge Seed

Solution

  # Python challenges don't need solutions, 
  # because they would need to be tested against a full working project. 
  # Please check our contributing guidelines to learn more.