Skip to content

erictleung/python-coding-challenges

This branch is 15 commits behind freeCodeCamp/python-coding-challenges:master.

Folders and files

NameName
Last commit message
Last commit date
Jun 8, 2017
Apr 21, 2017
Apr 21, 2017
Apr 21, 2017
Jun 1, 2017
Apr 21, 2017
Apr 21, 2017
Jun 8, 2017
Apr 21, 2017
Jun 8, 2017
May 13, 2017
Jun 1, 2017
Apr 21, 2017
May 27, 2017
May 24, 2017
May 27, 2017
Jun 1, 2017
Jun 1, 2017

Repository files navigation

FreeCodeCamp Python Curriculum

View live: https://freecodecamp.github.io/python-coding-challenges

To run locally:

  1. Fork this repo
  2. Run git clone [your-fork-url]
  3. Run npm install
  4. Run npm start

Adding a new challenge or fixing an existing one?

  • Generating challenge ID:

    1. Open your terminal
    2. run mongo
    3. run ObjectId()
    4. copy string and paste into lesson_settings.json
  • Building challenges.json file:

    1. Open your terminal
    2. Navigate to project directory
    3. run node generate-challenge-json.js
    4. if no errors are thrown you're good to commit and open a pr
  • Opening a PR

    1. Include a reference to the issue
    2. If its a new challenge, mention the chapter its being added to
    3. continue being awesome and helping us create this curriculum!

Maintaining your Fork:

  1. git remote add upstream https://github.com/freeCodeCamp/python-coding-challenges.git
  2. git checkout master
  3. git pull upstream

About

freeCodeCamp's stand-alone Python coding challenges

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 48.4%
  • Python 39.3%
  • CSS 7.2%
  • HTML 5.1%