.. _python_tutorial: =================== Python Tutorial =================== This section explains how to use SunPeek functionalities directly from Python. It covers installing SunPeek as a Python package, creating plants, loading measurement data, and running Power Check analysis. .. seealso:: If you prefer to use the web interface, see the :ref:`webui_tutorial`. .. note:: If you want to *develop* in SunPeek by editing its code (for example, for algorithm development or scientific work), see :doc:`/contributing/backend`. .. seealso:: For the full Python API documentation, see the :doc:`/api_reference/index`. .. toctree:: :maxdepth: 1 getting_started advanced_topics