https://github.com/joelostblom/road-accidents-python-mirror
Public mirror for road accidents Datacamp project
https://github.com/joelostblom/road-accidents-python-mirror
datacamp
Last synced: 7 months ago
JSON representation
Public mirror for road accidents Datacamp project
- Host: GitHub
- URL: https://github.com/joelostblom/road-accidents-python-mirror
- Owner: joelostblom
- License: other
- Created: 2020-03-26T23:25:08.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-26T23:29:30.000Z (over 6 years ago)
- Last Synced: 2024-12-29T16:56:01.054Z (over 1 year ago)
- Topics: datacamp
- Language: Jupyter Notebook
- Homepage:
- Size: 737 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Audit: audition.ipynb
Awesome Lists containing this project
README
# Project - Reducing Road Accidents (tentative title)
As a Project creator, you will work in the `develop` branch of the project. Here is the Project `develop` admin page (where you also can preview the project):
https://www.datacamp.com/teach/repositories/3427/branches/develop
The live project the students will see live in the `master` branch. Here is the Project `master` admin page:
https://www.datacamp.com/teach/repositories/3427/branches/master
# Your to-do list
Everything that needs to be done to launch your Project is broken down into tasks in the Asana to-do list below:
https://app.asana.com/0/789544874807947/789544874807947
The red tasks are for instructors and the blue tasks are for your DataCamp contact. Your DataCamp contact will assign due dates throughout the creation process for your Project. All you need to do is report your progress on each task by clicking the checkbox on its left-hand side when complete. Asana training shouldn't be necessary, but here is an Asana [quick start guide](https://asana.com/guide/get-started/begin/quick-start) guide just in case.
# Things to install
There are some packages you need to be able to create DataCamp Projects locally. Run the following commands in a terminal to install them.
*You might need to change pip into pip3 depending on how you installed python.*
```
pip install nose
pip install git+https://github.com/datacamp/ipython_nose
```
---
Documentation for how to develop a DataCamp project: https://authoring.datacamp.com/projects/