Spaces:
Sleeping
Sleeping
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! | |