https://github.com/datacamp/projects-instructor-application-python
The application process for becoming a project instructor
https://github.com/datacamp/projects-instructor-application-python
Last synced: 11 months ago
JSON representation
The application process for becoming a project instructor
- Host: GitHub
- URL: https://github.com/datacamp/projects-instructor-application-python
- Owner: datacamp
- Created: 2018-11-10T20:24:30.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-01-06T21:26:58.000Z (over 5 years ago)
- Last Synced: 2025-03-26T19:12:15.975Z (about 1 year ago)
- Language: Jupyter Notebook
- Size: 163 KB
- Stars: 3
- Watchers: 9
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Audit: audition.ipynb
Awesome Lists containing this project
README
# projects-instructor-application-python
The audition and tests portions of the application process for becoming a project instructor
See this [Intercom article](https://instructor-support.datacamp.com/projects/the-application-process-for-becoming-a-project-instructor) for a full description.
# 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
```