Skip to content
This repository has been archived by the owner on Jan 27, 2019. It is now read-only.

gsolomin/interactive-tutorials

 
 

Repository files navigation

Interactive Tutorials

This is the open source repository for the free interactive tutorial websites:

Please feel free to contribute your tutorials or exercises by sending a pull request and adding yourself on the list.

Developers will require the programming language Python https://www.python.org/ and the web framework Flask http://flask.pocoo.org/ installed in order to use this repository.

The web server will locally compile and load all Markdown files into memory. The development version of the web server requires that you specify the domain you are working on, e.g.:

python main.py -d learnpython.org

By default, the server process will run at http://localhost:5000

Contributors

superreg

JBoy Advance

qwong95

About

Interactive Tutorials

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 61.7%
  • JavaScript 27.3%
  • HTML 6.2%
  • CSS 4.8%