You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An app that allows user to input income and expenses and calculates net worth. It is built with reactpy, bootstrap, sqlmodel and pandas. Records are saved in sqlite using sqlmodel.
The deals or transactions table is constructed from sqlite database then to list of list then to pandas dataframe then convert the frame to html by pandas still and finally converts the html to vdom via the reactpy utility html_to_vdom(). This is a fun conversion.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
An app that allows user to input income and expenses and calculates net worth. It is built with reactpy, bootstrap, sqlmodel and pandas. Records are saved in sqlite using sqlmodel.
The deals or transactions table is constructed from sqlite database then to list of list then to pandas dataframe then convert the frame to html by pandas still and finally converts the html to vdom via the reactpy utility
html_to_vdom()
. This is a fun conversion.The source code is in my github ReactPy-NetWorth repository.
Beta Was this translation helpful? Give feedback.
All reactions