Looking for a mentor for the school's financial project

Hey guys! I am relatively new to python and I am doing a school project.

My purpose is to develop a nice updating dashboard that would display the information on stock portfolio.
I’ve done some initial settings and now I’m stuck with visualization part. If you can help, please reach out to me at ivevdm@gmail.com . And I’ll be honest, I cannot pay, so this is for those who is willing to help a bit only.

1 Like

Have you tried learning just using plotly express and graph objects? That would be easier for you to get started with, rather than trying to learn dash. Plotly go has candlestick charts that you can just plot OHLC data with easily (https://plot.ly/python/candlestick-charts/)