Python Web Frameworks¶
General purpose Web Frameworks¶
The number of Web frameworks is much bigger, but I am interested only in these:
| Name | Category | Github stars | License |
|---|---|---|---|
| :simple-django: django | Fullstack | 30.4k | BSD 3-Clause |
| :simple-flask: flask | Micro | 16k | BSD 3-Clause |
| :simple-fastapi: fastapi | API | 5.5k | MIT |
Data Science & ML Web Frameworks¶
These frameworks are useful for quick UI prototyping, ML demos, dashboards.
Here I collected the most popular based on my subjective perspective.
| Name | Github stars | License |
|---|---|---|
| streamlit | 2.5k | Apache-2.0 |
| dash | 2k | MIT |
| gradio | 1.7k | Apache-2.0 |