Today is #TechnicalTuesday
!
Let's talk about practical technologies that you can use today.
In this thread, I will tell you about @streamlit

Let's talk about practical technologies that you can use today.
In this thread, I will tell you about @streamlit



The core value proposition is that you don't need any HTML, CSS or JavaScript, just pure Python. Take a look: https://streamlit.io

As a data scientist, you spend most of your time designing, experimenting and testing models. You probably use Jupyter Notebooks a lot, right?
What happens when you have to show those models working?
If you're working for another data scientist, you can probably just share your Python scripts or Notebooks, but at some point in the chain, someone who doesn't ready code will need to see your model in action.
At this point, you (or someone) has to build a minimal application, an MVP, that at least shows some input controls, allows you to play with some model parameters, and lets you render some graphs.
This often takes the form of a Flask application with a minimal HTML frontend, possibly with a minimum JavaScript. And don't forget CSS.
The question is, who builds this MVP?




Enter @streamlit. The frontend framework for pragmatic data scientists.
Forget about writing any HTML, CSS or JavaScript. Everything is pure Python code, and you get a nice reactive for free.



There is one main caveat:
You have very little customization for layouts or styling.
But you don't care about that, remember, this is not the final product, is just a demo to showcase some prototype model.

But you don't care about that, remember, this is not the final product, is just a demo to showcase some prototype model.
If you're like me, you just want to have a frontend to show today with the least possible throw-away effort.
Take @streamlit for a spin today. I promise it'll be worth it.

As usual, if you like this topic, reply in this thread or @ me at any time. Feel free to
like and
retweet if you think someone else could benefit from knowing this stuff.
Read this thread online at https://apiad.net/tweetstorms/technicaltuesday-streamlit



Stay curious 
-
< https://streamlit.io/ >
-
< https://github.com/streamlit/streamlit>
-
< https://www.youtube.com/channel/UC3LD42rjj-Owtxsa6PwGU5Q>

-

-

-
