Welcome :-)
Below are some useful information.
This is an example spreadsheet implementation to be discussed.
We can recommend the following resources:
When opening the code in PyCharm,
mark src/ as sources root and tests/ as test sources root.
You can install the requirements with
$ pip install -e .
or
$ pip install -e .[tests]