Hello, World!

Let’s run our first Transcrypt application.

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:

  1. hello.py
  2. hello.html

Get hands-on with 1200+ tech skills courses.