# PyScript ## What is PyScript ### Summary PyScript is a framework that allows users to create rich Python applications in the browser using HTML's interface and the power of [Pyodide](https://pyodide.org/en/stable/), [MicroPython](https://micropython.org/) and [WASM](https://webassembly.org/), and modern web technologies. To get started see the [getting started tutorial](docs/tutorials/getting-started.md). For examples see [here](examples). ### Longer Version PyScript is a meta project that aims to combine multiple open technologies into a framework that allows users to create sophisticated browser applications with Python. It integrates seamlessly with the way the DOM works in the browser and allows users to add Python logic in a way that feels natural both to web and Python developers. ## Try PyScript To try PyScript, import the appropriate pyscript files into the `` tag of your html page: ```html ``` You can then use PyScript components in your html page. PyScript currently offers various ways of running Python code: - `