© The Author(s), under exclusive license to APress Media, LLC, part of Springer Nature 2022
T. C. NokeriWeb App Development and Real-Time Web Analytics with Pythonhttps://doi.org/10.1007/978-1-4842-7783-6_5

5. Python Web Frameworks and Apps

Tshepo Chris Nokeri1  
(1)
Pretoria, South Africa
 

Chapter 4 introduced you to interactive visualization using Plotly. This chapter introduces key Python web frameworks (i.e., Flask and Dash) and how they differ. Besides that, it provides practical examples that will help you get started with Python web app development.

First, you must install Flask and Dash. To install Flask in a Python environment, use pip install flask. Likewise, in a conda environment, use conda install -c anaconda flask.

To install Dash in a ...

Get Web App Development and Real-Time Web Analytics with Python: Develop and Integrate Machine Learning Algorithms into Web Apps now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.