# Welcome to the pntOS-Python Exercises This project includes a series of on-your-own exercises to further your understanding of pntOS-Python and your ability to write your own plugins and apps. If you haven't already, check out the [pntOS-Python documentation](https://is4s.github.io/pntOS-Python) before starting here. % Add a target so we can link back to this section from the installation instructions. (set-up-target)= ## Set Up See [The Installation Instructions](./installation) for information on how to download the project and install its dependencies before proceeding. # Exercises You can find the exercises below. They are generally ordered in terms of increasing difficulty and complexity. ```{toctree} :caption: Getting Started :hidden: installation ``` ```{toctree} :maxdepth: 1 new_app_exercise zupt_exercise direction_app_exercise ```