permalink | site |
---|---|
index.html |
sandpaper::sandpaper_site |
This workshop lesson is an introduction to making interactive data visualizations in Python. Learners will create a new environment using conda, wrangle data into the proper format using pandas library, create visualizations using the Plotly Python library, and display these visualizations and create widgets using Streamlit.
::::::::::::::::::::::::::::::::::::::::: callout
For a preview of what learners will be creating in this lesson (including the exercises), click the "Open in Streamlit" button below. {alt='Open in Streamlit'} The repository that contains this example Streamlit app can be found here.
::::::::::::::::::::::::::::::::::::::::::::::::::
{% comment %} This is a comment in Liquid {% endcomment %}
:::::::::::::::::::::::::::::::::::::::::: prereq
- Learners should have completed the Plotting and Programming in Python workshop lesson, or have some experience with Python and the pandas library.
- Learners should have Anaconda installed on their machines, as specified in the setup for Plotting and Programming in Python.
- Learners should be comfortable with using the command line and with using git, either on the command line or through an application like GitHub Desktop.
- Learners should have a Jupyter Lab & Streamlit compatible web browser installed (Google Chrome, Firefox, or Safari).
- Learners should have downloaded the required files (data_viz_workshop.zip) as specified in the Setup
- Learners should have a GitHub account if they wish to deploy (share) their app.
::::::::::::::::::::::::::::::::::::::::::::::::::