pyscript/pyscript
Fork: 1440 Star: 17937 (更新于 2024-10-26 02:17:02)
license: Apache-2.0
Language: Python .
PyScript is an open source platform for Python in the browser. Try PyScript: https://pyscript.com Examples: https://tinyurl.com/pyscript-examples Community: https://discord.gg/HxvBtukrg2
最后发布版本: 2024.8.2 ( 2024-08-05 22:31:23)
PyScript
PyScript is an open source platform for Python in the browser.
Using PyScript is as simple as:
<!doctype 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"
href="https://pyscript.net/snapshots/2024.9.2/core.css"
/>
<script
type="module"
src="https://pyscript.net/snapshots/2024.9.2/core.js"
></script>
</head>
<body>
<!-- Use MicroPython to evaluate some Python -->
<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 developing process documentation for more information on how to setup your development environment.
Governance
The PyScript organization governance is documented in a separate repository.
最近版本更新:(数据更新于 2024-08-29 18:32:03)
2024-08-05 22:31:23 2024.8.2
2024-08-01 18:59:39 2024.8.1
2024-07-04 18:41:20 2024.7.1
2024-06-21 21:59:50 2024.6.2
2024-06-06 01:16:26 2024.6.1
2024-05-13 18:36:40 2024.5.2
2024-05-07 17:48:39 2024.5.1
2024-04-24 23:18:01 2024.4.2
2024-04-15 16:57:14 2024.4.1
2024-03-26 19:36:49 2024.3.2
主题(topics):
html, javascript, python, wasm
pyscript/pyscript同语言 Python最近更新仓库
2024-11-06 03:34:16 home-assistant/core
2024-11-05 16:16:26 Guovin/TV
2024-11-05 15:03:24 Cinnamon/kotaemon
2024-11-04 23:11:11 DS4SD/docling
2024-11-04 10:56:18 open-compass/opencompass
2024-11-04 08:51:21 yt-dlp/yt-dlp