eagle0504's picture
app updated
746d2f1
---
title: Get started with Streamlit
slug: /get-started
---
# Get started with Streamlit
This Get Started guide explains how Streamlit works, how to install Streamlit on your preferred
operating system, and how to create your first Streamlit app!
<InlineCalloutContainer>
<InlineCallout
color="orange-70"
icon="downloading"
bold="Installation"
href="/get-started/installation"
>helps you set up your development environment. Walk through installing Streamlit on Windows, macOS, or Linux. Alternatively, code right in your browser with GitHub Codespaces or Streamlit in Snowflake.</InlineCallout>
<InlineCallout
color="orange-70"
icon="description"
bold="Fundamentals"
href="/get-started/fundamentals"
>introduces you to Streamlit's data model and development flow. 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, cache computation, and define themes.</InlineCallout>
<InlineCallout
color="orange-70"
icon="auto_awesome"
bold="First steps"
href="/get-started/tutorials"
>walks you through creating apps using core features to fetch and cache data, draw charts, plot information on a map, and use interactive widgets to filter results.</InlineCallout>
<InlineCallout
color="orange-70"
icon="rocket_launch"
bold="Use GitHub Codespaces"
href="/get-started/installation/community-cloud"
>if you want to skip past local installation and code right in your browser. This guide uses Streamlit Community Cloud to help you automatically configure a codespace.</InlineCallout>
</InlineCalloutContainer>
<NoteSplit
background="gray-20"
title="30 Days of Streamlit 🎈"
copy="30 Days of Streamlit 🎈 is a free, self-paced 30 day challenge that teaches you how to build and deploy data apps with Streamlit. Complete the daily challenges, share your solutions with us on Twitter and LinkedIn, and stop by the forum with any questions!"
button={{
text: "Start the challenge",
link: "https://30days.streamlit.app/",
target: "_blank",
}}
image="/30days.png"
/>