What is Streamlit? Web app maker for Engineers

What is Streamlit? Web app maker for Engineers Introduction After getting into Python for a while, I have done a few projects, including web bots, machine learning, deep learning, etc. Often times my project requires some kind of interface to control the project program or send data to the program (etc: picture). This could be done by PyGame, the terminal, or making a web application. But getting familiar with those skills takes a lot of time, and will be time-consuming to build these interfaces for one project -- that is until I found Streamlit. I want to share this incredible Python web-building tool and show you how I used it to create my first deployed web application. In fact, this web application is just a showcase of basic streamlit functionalities. - You can look at my website here: myfirstappapp-rmv48wgigs.streamlit.app - You can find the code here: lambo131/my_first_streamlit_app (github.com) - You can find the streamlit get started tutoria...