Python Streamlit

Streamlit is a free and open-source framework designed to enable quick and easy development of stunning web applications focused on data science and machine learning.

8 articles Last updated
joao joao 1 year, 3 months ago

Introduction to Streamlit in Python

The field of Data Science and Analytics is rapidly growing, and one of the most important steps in …

joao joao 1 year, 3 months ago

How to Displaying Text with Streamlit

In this tutorial, we will learn how to add text to your Streamlit application and explore the diffe…

joao joao 1 year, 3 months ago

Displaying Images, Videos, and Audio with Streamlit

One of the great advantages of Streamlit is the simplicity of its functions for displaying differen…

joao joao 1 year, 3 months ago

Input Widgets in Streamlit

Widgets are fundamental components in user interfaces, and in Streamlit, they allow you to create i…

joao joao 1 year, 3 months ago

Displaying Progress and Status in Streamlit

Streamlit offers various functions to display progress bars and status messages, such as success, e…

joao joao 1 year, 3 months ago

Sidebar and Container in Streamlit

In Streamlit, you can organize your application using a sidebar or a container. These tools help st…

joao joao 1 year, 3 months ago

Visualizing Charts with Streamlit

Data visualization transforms complex information into understandable and impactful charts. A well-…

joao joao 1 year, 3 months ago

Displaying Maps with Streamlit

Displaying geographic data is essential for identifying spatial patterns, trends, and insights. Wit…