Hello, World!
Let’s run our first Transcrypt application.
We'll cover the following
Hello, World!
To use Transcrypt, we first need to have a Python file to transpile into JavaScript. We also need to have an HTML file that references the generated JavaScript file, which will eventually be opened in a web browser. For our “Hello, World!” application, we’ll use the following two files:
hello.py
hello.html
Get hands-on with 1400+ tech skills courses.