A simple HTML and Javascript web application that can be used to run python code online and use online repl web socket for compile codes.
Online demo:
Local test
cd spanish-cards
# python3
python -m http.server 8000
# or python2
python -m SimpleHTTPServer 8000
Then go to http://localhost:8000