Skip to content

Commit

Permalink
Update shiny_python_adv.qmd
Browse files Browse the repository at this point in the history
  • Loading branch information
mine-cetinkaya-rundel authored Feb 6, 2024
1 parent 4dc695a commit 5d257ab
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions workshops/shiny_python_adv.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,14 @@ categories: [python, shiny, production, advanced]

# Description

Our Intro to Shiny for Python workshop takes you through the basics of building Shiny for Python applications with Shiny Express. This course builds on those concepts and teaches you how to build and maintain large, mission-critical applications in Shiny. After this one-day workshop you will understand how to identify problematic Shiny code, and how to build robust apps which are easy to maintain and extend.
Our Intro to Shiny for Python workshop takes you through the basics of building Shiny for Python applications with Shiny Express. This course builds on the concepts from the introductory course and teaches you how to build and maintain large, mission-critical applications in Shiny. After this one-day workshop you will understand how to identify and troubleshoot problematic Shiny code, and how to build robust apps which are easy to maintain and extend.

The topics we will cover are: - What is Shiny Core and why do we use it? - Basics of Shiny modules - Communicating between modules - Testing Shiny applications with pytest and playwright
The topics we will cover are:

- What is Shiny Core and why do we use it?
- Basics of Shiny modules
- Communicating between modules
- Testing Shiny applications with pytest and playwright

# Audience

Expand Down

0 comments on commit 5d257ab

Please sign in to comment.