Files
pyscript/docs/howtos/index.md
Jeff Glass 8657dfb5da Docs: How To Pass Objects between JavaScript and PyScript (#753)
* Begin writeup

* Draft full howto

* Correct code errors in writeup, swap sections

* Add introduction, clarification

* Add link to howto:js in index

* Copyedit, update examples to Pyodide 21

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Add toc tree context

* Use print instead of js console in python examples

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: mariana <marianameireles@protonmail.com>
2022-09-12 04:29:25 -04:00

444 B

How-to guides

Welcome to the how-to documentation section for PyScript. If you've already gained some experience with PyScript before and just need practical guides to get your ideas realized, you can learn step by step how to use PyScript here.

Please head over to the [tutorials](../tutorials/index.md) section if you're only getting started.
---
maxdepth: 2
glob:
caption: 'Contents:'
---
passing-objects