Completed
| Overview
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Building Websites with Python Using Streamlit - A Comprehensive Guide
Automatically move to the next video in the Classroom when playback concludes
- 1 | Overview
- 2 | Installation/Setup
- 3 | st.write and Magic
- 4 | Streamlit Data Flow
- 5 | Text Elements
- 6 | Images
- 7 | Data Elements
- 8 | Chart Elements
- 9 | Form Elements
- 10 | Simple Form Example
- 11 | Advanced Form Example
- 12 | Session State
- 13 | Callbacks
- 14 | Layouts
- 15 | Advanced Widget Concepts
- 16 | Caching
- 17 | st.rerun
- 18 | Fragments
- 19 | Multi-Pages App
- 20 | More Advanced Pages