MCPcopy Index your code
hub / github.com/ronreiter/interactive-tutorials

github.com/ronreiter/interactive-tutorials @main sqlite

repository ↗ · DeepWiki ↗
2,502 symbols 7,518 edges 202 files 869 documented · 35%
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

test
called by 430
ideone/__init__.py
match
called by 411
suds/sax/element.py
append
called by 263
suds/mx/core.py
next
called by 245
suds/sudsobject.py
push
called by 177
suds/xsd/sxbase.py
split
called by 127
suds/store.py
MT
called by 116
static/js/codemirror/mode/markdown/test.js
find
called by 97
suds/resolver.py

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