Tutorials#
This section contains pyscript tutorials. Each tutorial is a self-contained document that will guide you through a specific topic.
Getting Started#
This tutorial will guide you through getting started with PyScript, from installation to writing your first PyScript application. The getting started will show you how to specify dependencies, read a csv file from the web, use pandas
and matplotlib
and how to handle user input.
Basics#
This section contains tutorials about the basics of PyScript.
PyScript Configuration#
This section contains tutorials about the PyScript configuration using the <py-config>
tag.