File size: 958 Bytes
746d2f1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
title: First steps building Streamlit apps
slug: /get-started/tutorials
---

# First steps building Streamlit apps

If you've just read through our [Basic concepts](/get-started/fundamentals/main-concepts) and want to get your hands on Streamlit. Check out these tutorials. Make sure you have [installed Streamlit](/get-started/installation) so you can execute the code yourself.

<InlineCalloutContainer>
    <InlineCallout
        color="orange-70"
        icon="description"
        bold="Create an app"
        href="/get-started/tutorials/create-an-app"
    >uses the concepts learned in Fundamentals along with caching to walk through making your first app.</InlineCallout>
    <InlineCallout
        color="orange-70"
        icon="auto_stories"
        bold="Create a multipage app"
        href="/get-started/tutorials/create-a-multipage-app"
    >walks through the easy steps to add pages to your app.</InlineCallout>
</InlineCalloutContainer>