Building a Stock Market App with Python Streamlit in 20 Minutes

Chris Kuo/Dr. Dataman
Python in Plain English
7 min readMar 6, 2021

--

I quickly fall in love with Streamlit after I tried it out to deploy my models. I like the smart code of Streamlit to make an interactive dashboard for the visual charts. I like its neat interface. My productivity seems boosted ten-fold (or at least I feel). So here I demonstrate a complex project to show how it is done in only a few lines of code. I will also compare and contrast…

--

--