#260: From basic script to interactive data sci app with Streamlit

Talk Python To Me

Episode | Podcast

Date: Sat, 18 Apr 2020 00:00:00 -0800

If you work on the data science or data visualization side of Python, you may have come to it from a scripting side of things. Writing just a little Python, using its magical libraries, with little structure or formalism to build a powerful analysis tool that runs in the terminal or maybe a jupyter notebook. What if you could take that same code, sprinkle in just a bit of a simple API, and turn it into a fast and dynamic single page application allowing your users to dive into the visualizations on the web?