About 69,100 results
Open links in new tab
  1. Streamlit • A faster way to build and share data apps

    Streamlit is an open-source Python framework for data scientists and AI/ML engineers to deliver interactive data apps – in only a few lines of code.

  2. Get started with Streamlit - Streamlit Docs

    You'll learn what makes Streamlit the most powerful way to build data apps, including the ability to display and style data, draw charts and maps, add interactive widgets, customize app layouts, …

  3. Streamlit documentation

    Streamlit is an open-source Python framework for data scientists and AI/ML engineers to deliver dynamic data apps with only a few lines of code. Build and deploy powerful data apps in …

  4. Create an app - Streamlit Docs

    The easiest way to learn how to use Streamlit is to try things out yourself. As you read through this guide, test each method. As long as your app is running, every time you add a new …

  5. Components - Streamlit

    Streamlit is an open-source Python framework for data scientists and AI/ML engineers to deliver interactive data apps – in only a few lines of code.

  6. Streamlit 101: The fundamentals of a Python data app

    Jul 23, 2024 · Streamlit is revolutionizing the way we build and share data applications. Its speed, intuitive syntax, and seamless composability make it an invaluable tool for anyone working …

  7. Tutorials - Streamlit Docs

    Build simple apps and walk through examples to learn about Streamlit's core features and execution model. Create multipage apps When you're done developing your app, see our …

  8. Fundamental concepts - Streamlit Docs

    Learn the fundamental concepts of Streamlit. How is a Streamlit app structured? How does it run? How does it magically get your data on a webpage? description. Advanced concepts. After you …

  9. Basic concepts of Streamlit - Streamlit Docs

    Streamlit's architecture allows you to write apps the same way you write plain Python scripts. To unlock this, Streamlit apps have a unique data flow: any time something must be updated on …

  10. Development concepts - Streamlit Docs

    Bring together Streamlit's architecture and execution model to design your app. Work with Streamlit commands to render dynamic and interactic content for your users. Learn how to …