PyScript
PyScript is an open source platform for Python in the browser.
Using PyScript is as simple as:
12345678910111213141516171819202122 html><html lang="en"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width,initial-scale=1" /> <title>PyScript!title> <link rel="stylesheet" /> <script type="module" >script> head> <body> <script type="mpy" terminal> print("Hello, world!") script> body>html>
PyScript enables the creation of rich Python applications in the browser using
Pyodide (a version of
CPython), MicroPython,
WASM, and modern web technologies. It means Python
now runs anywhere a browser runs: desktop, laptop, mobile, tablet, or any other
browser enabled device.
To start building, read the
Beginning PyScript tutorial.
For example applications, see here.
Other useful resources:
- Our Home Page as an open source project.
- The official technical docs.
- A YouTube channel with helpful videos
and community content. - A free-to-use online IDE for trying PyScript.
- Our community Discord Channel, 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. This meeting is recorded and uploaded to our YouTube channel.
Every other Thursday at 16:00 UTC there is the PyScript FUN call: the focus
of this call is to share fun projects, goofy hacks or clever uses of PyScript.
It’s a supportive, energetic and entertaining meeting. This meeting is also
recorded and uploaded to our YouTube channel.
For more details on how to join the calls and up to date schedule, consult the
official calendar:
- Google calendar in UTC time;
- iCal format.
Contribute
For technical details of the code, please see the README in
the core directory.
Read the contributing guide
to learn about our development process, reporting bugs and improvements,
creating issues and asking questions.
Check out the development process
documentation for more information on how to setup your development environment.
Governance
The PyScript organization governance
is documented in a separate repository.
Supporters
PyScript is an independent open source project.
However, PyScript was born at Anaconda Inc and its
core contributors are currently employed by Anaconda to work on PyScript. We
would like to acknowledge and celebrate Anaconda’s continued support of this
project. Thank you Anaconda Inc!
免责声明 © 2026 - 虚宝阁
本站部分源码来源于网络,版权归属原开发者,用户仅获得使用权。依据《计算机软件保护条例》第十六条,禁止:
- 逆向工程破解技术保护措施
- 未经许可的分发行为
- 去除源码中的原始版权标识
※ 本站源码仅用于学习和研究,禁止用于商业用途。如有侵权, 请及时联系我们进行处理。