MCPcopy Create free account
hub / github.com/ronreiter/interactive-tutorials

github.com/ronreiter/interactive-tutorials @main

Chat with this repo
repository ↗ · DeepWiki ↗ · + Follow
2,502 symbols 7,518 edges 202 files 869 documented · 35% updated 8d ago★ 4,79287 open issues

Browse by type

Functions 2,211 Types & classes 280 Endpoints 11
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

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.

To run locally, first create a new file called app.env based on app.env.example. (you don't need working credentials to run the website, just to execute code).

Running with Docker

Execute:

DEFAULT_DOMAIN=learnpython.org make run

This command will run learnpython.org website by default using Docker Compose.

To run a specific website, run with the DEFAULT_DOMAIN option set, as follows:

DEFAULT_DOMAIN=learn-js.org make run

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

The web server will locally compile and load all Markdown files into memory. The docker needs to be rebuilt upon any change in the Python code or the Markdown code.

Running without Docker (locally)

To run the development server outside of a Docker, run the following command once:

make build-local

And then run:

DEFAULT_DOMAIN=learn-js.org make run-local

IDEOne Credentials

To make the IDEOne execution API work locally, you must obtain a username and password, and add the credentials to a file called app.env. (TBD: add an option to use the remote version)

Contributors

  • superreg
  • JBoy Advance
  • qwong95
  • AddaxSoft
  • derco0n
  • imagesid
  • ......

This project is supported by:

Core symbols most depended-on inside this repo

browse all functions →

Shape

Function 1,145
Method 1,066
Class 280
Route 11

Languages

Python58%
TypeScript42%

Modules by API surface

static/js/codemirror/codemirror.js254 symbols
suds/xsd/sxbasic.py105 symbols
suds/sax/element.py76 symbols
static/js/codemirror/keymap/vim.js72 symbols
suds/wsdl.py65 symbols
suds/xsd/sxbase.py61 symbols
suds/client.py55 symbols
suds/properties.py52 symbols
static/js/codemirror/mode/rust/rust.js47 symbols
static/js/codemirror/mode/haxe/haxe.js45 symbols
suds/sudsobject.py44 symbols
static/js/codemirror/mode/javascript/javascript.js40 symbols

For agents

$ claude mcp add interactive-tutorials \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page