File: part2.md

package info (click to toggle)
pyside6 6.10.2-2
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 48,184 kB
  • sloc: python: 205,032; cpp: 92,990; xml: 18,587; javascript: 1,182; sh: 163; makefile: 89
file content (11 lines) | stat: -rw-r--r-- 500 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
# Finance Manager Example - Part 2

This example represents the part two of the tutorial series on creating a simple Finance Manager
that allows users to manage their expenses and visualize them using a pie chart, using PySide6,
[SQLAlchemy], [FastAPI], and [Pydantic].

For more details, see the [Finance Manager Tutorial - Part 2](tutorial_financemanager_parttwo).

[SQLalchemy]: https://www.sqlalchemy.org/
[FastApi]: https://fastapi.tiangolo.com/
[PyDantic]: https://pydantic-docs.helpmanual.io/