This is our first Homework for the Lecture Open Source Modelling at the TU Wien
This project is licensed under the MIT License – see the LICENSE file for details.
This Python-Project provides simple photovoltaic calculations. It estimates yearly electricity generation, self-consumption and financial savings for a small solar system.
The goal is to demonstrate a minimal scientific Python workflow including testing, linting and working with github.
AI was used to support the development of this project, particularly in selecting an appropriate example code (due to the lack of creativity) and understanding how to set up the linter (ruff) and tests (pytest). It was mainly used as a learning aid to better understand best practices for structuring a small open-source Python project.