Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 945 Bytes

File metadata and controls

19 lines (12 loc) · 945 Bytes

Homework1

License: MIT

This is our first Homework for the Lecture Open Source Modelling at the TU Wien

License

This project is licensed under the MIT License – see the LICENSE file for details.

Project

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 Disclaimer

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.