Files
pyscript/docs/index.md
Jeff Glass 0b23310a06 Remove 'Implicit Async', Don't Await runtime.run() (#928)
* Revert to runPython instead of await runPythonAsync

* "Implicit Coroutines" are no longer permitted in py-script tags

* Tests added for the above

* xfail test_importmap (See #938)
2022-11-16 13:11:40 -06:00

1.3 KiB

PyScript

Welcome to the PyScript documentation!

PyScript provides a way for you to run Python code directly in your browser, giving anyone the ability to program without infrastructure barriers. Add an interactive Python REPL directly to your website, share an interactive dashboard with a colleague as an HTML file, or create a client-side Python-powered web application. This documentation will show you how.

::::{grid} 2 :gutter: 3

:::{grid-item-card} Tutorials

Just getting started with PyScript?

Check out our getting started guide! ::: :::{grid-item-card} Guides

You already know the basics and want to learn specifics!

Passing Objects between JavaScript and Python

Making async HTTP requests in pure Python

Async/Await and Asyncio

::: :::{grid-item-card} Concepts

What is PyScript?

::: :::{grid-item-card} Reference

Frequently asked questions

The PyScript JS Module

:::{toctree} :maxdepth: 1

::: ::::

---
maxdepth: 1
hidden:
---
tutorials/index
guides/index
concepts/index
reference/index