File size: 927 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
---
title: Tutorials
slug: /develop/tutorials
---

# Tutorials

Our tutorials include step-by-step examples of building different types of apps in Streamlit.

<TileContainer layout="list">

<RefCard href="/develop/tutorials/execution-flow">

<h5>Use core features to work with Streamlit's execution model</h5>

Build simple apps and walk through examples to learn about Streamlit's core features and execution model.

</RefCard>

<RefCard href="/develop/tutorials/databases">

<h5>Connect to data sources</h5>

Connect to popular datasources.

</RefCard>

<RefCard href="/develop/tutorials/multipage">

<h5>Create multipage apps</h5>

Create multipage apps, navigation, and flows.

</RefCard>

<RefCard href="/develop/tutorials/llms">

<h5>Chat apps and LLMs</h5>

Work with LLMs and create chat apps.

</RefCard>

</TileContainer>

When you're done developing your app, see our [deployment tutorials](/deploy/tutorials), too!