An open API service indexing awesome lists of open source software.

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

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
```