PyCharm
 
Get PyCharm
You are viewing the documentation for an earlier version of PyCharm.

PyScript

Last modified: 05 September 2023

PyScript is a framework that allows you to create Python applications in the browser using HTML interface.

PyCharm provides basic code completion and validation for Python code in an HTML file written using PyScript.

When you've added Python code to the HTML file, you can preview the output in a browser. For more information about previewing HTML files, refer to Viewing Pages with Web Contents.

Preview the output of Python code created with PyScript