910 B
910 B
Getting Started with Brython
- Brython was designed for replacing JavaScript with Python.
- This tutorial will show you how to get started quickly.
Here's the web app you'll be creating:
0. Install brython
:
pip install brython
1. Get a web server up and running:
Run from SeleniumBase/integrations/brython:
python -m http.server
(You can stop the server by using Ctrl+C)
2. Navigate to http://localhost:8000/
Now click on the examples to see Brython in action.