Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

License

NotificationsYou must be signed in to change notification settings

pyscript/pyscript

Repository files navigation

PyScript is an open source platform for Python in the browser.

Using PyScript is as simple as:

<!doctype html><htmllang="en"><head><metacharset="utf-8"/><metaname="viewport"content="width=device-width,initial-scale=1"/><title>PyScript!</title><linkrel="stylesheet"href="https://pyscript.net/releases/2025.7.2/core.css"/><scripttype="module"src="https://pyscript.net/releases/2025.7.2/core.js"></script></head><body><!-- type mpy (MicroPython) or py (Pyodide) to run some Python --><scripttype="mpy"terminal>print("Hello, world!")</script></body></html>

PyScript enables the creation of rich Python applications in the browser usingPyodide (a version ofCPython),MicroPython,WASM, and modern web technologies. It means Pythonnow runs anywhere a browser runs: desktop, laptop, mobile, tablet, or any otherbrowser enabled device.

To start building, read theBeginning PyScript tutorial.

For example applications, seehere.

Other useful resources:

Every Tuesday at 15:30 UTC there is thePyScript Community Call on zoom,where we can talk about PyScript development in the open. Most of themaintainers regularly participate in the call, and everybody is welcome tojoin. This meeting is recorded and uploaded to our YouTube channel.

Every other Thursday at 16:00 UTC there is thePyScript FUN call: the focusof 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 alsorecorded and uploaded to our YouTube channel.

For more details on how to join the calls and up to date schedule, consult theofficial calendar:

Contribute

For technical details of the code, please see theREADME inthecore directory.

Read thecontributing guideto learn about our development process, reporting bugs and improvements,creating issues and asking questions.

Check out thedevelopment processdocumentation for more information on how to setup your development environment.

Governance

ThePyScript organization governanceis documented in a separate repository.

Supporters

PyScript is an independent open source project.

However, PyScript was born atAnaconda Inc and itscore contributors are currently employed by Anaconda to work on PyScript. Wewould like to acknowledge and celebrate Anaconda's continued support of thisproject. Thank youAnaconda Inc!


[8]ページ先頭

©2009-2025 Movatter.jp