Skip to content

Files

Latest commit

06952aa · Jun 29, 2023

History

History

brython

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jun 29, 2023
Jan 5, 2022
May 8, 2021
Jan 5, 2022

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:

Brython Demo

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.

3. For more info, see the following: