Streamlit in Action cover
welcome to this free extract from
an online version of the Manning book.
to read more
or

welcome

 

Thank you for purchasing the MEAP version of Streamlit In Action!

If you're like me, you were probably drawn to Python because of its intuitive, yet powerful, syntax that reads almost like English. It's one of the easiest languages to pick up, making it a favorite among beginners and experienced programmers alike. However, I've always found one major flaw with it: creating something visual and accessible on the web in Python can be incredibly challenging.

Traditionally, you'd have to juggle HTML, CSS, and JavaScript or a framework like React for the frontend while using Python for the backend—a complex and time-consuming process that not everyone has the bandwidth to learn or desire to master.

Streamlit bridges this gap beautifully. It's built with the same ease and intuitiveness that makes Python so beloved. What might otherwise take weeks to develop, painstakingly wiring up a frontend and backend written in different technologies, can often be accomplished in hours or sometimes even *minutes* with Streamlit.

sitemap