- Notifications
You must be signed in to change notification settings - Fork0
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
WebReflection/pyscript
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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/snapshots/2024.9.2/core.css"/><scripttype="module"src="https://pyscript.net/snapshots/2024.9.2/core.js"></script></head><body><!-- Use MicroPython to evaluate 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:
- OurHome Page as an open source project.
- Theofficial technical docs.
- AYouTube channel with helpful videosand community content.
- A free-to-useonline IDE for trying PyScript.
- Our communityDiscord Channel, to keep intouch .
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:
- Google calendar in UTC time;
- iCal format.
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.
ThePyScript organization governanceis documented in a separate repository.
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!
About
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
Resources
License
Code of conduct
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Languages
- Python49.0%
- JavaScript29.8%
- HTML20.1%
- Other1.1%