# 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 [Beginning PyScript tutorial](https://docs.pyscript.net/latest/beginning-pyscript/). For examples see [here](https://pyscript.com/@examples). Other useful resources: - The [official technical docs](https://docs.pyscript.net/). - Our current [Home Page](https://pyscript.net/) on the web. - A free-to-use [online editor](https://pyscript.com/) for trying PyScript. - Our community [Discord Channel](https://discord.gg/BYB2kvyFwm), to keep in touch . Every Tuesday at 15:30 UTC there is the _PyScript Community Call_ on zoom, where we can talk about PyScript development in the open. Most of the maintainers regularly participate in the call, and everybody is welcome to join. Every other Thursday at 16:00 UTC there is the _PyScript FUN_ call: this is a call in which everybody is encouraged to show what they did with PyScript. For more details on how to join the calls and up to date schedule, consult the official calendar: - [Google calendar](https://calendar.google.com/calendar/u/0/embed?src=d3afdd81f9c132a8c8f3290f5cc5966adebdf61017fca784eef0f6be9fd519e0@group.calendar.google.com&ctz=UTC) in UTC time; - [iCal format](https://calendar.google.com/calendar/ical/d3afdd81f9c132a8c8f3290f5cc5966adebdf61017fca784eef0f6be9fd519e0%40group.calendar.google.com/public/basic.ics). ### 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: - `