06952aae17 | ||
---|---|---|
.. | ||
ReadMe.md | ||
index.html | ||
index.py | ||
library.html |
ReadMe.md
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.