Skip to content

Commit

Permalink
Added Python/web-frameworks.md
Browse files Browse the repository at this point in the history
  • Loading branch information
halyph committed Nov 12, 2023
1 parent 9a58566 commit 8008937
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/wiki/Lang-Python/gui-libs.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ tags:

## Popular Libraries

| Name | Github stars | Licence |
| Name | Github stars | License |
|------|---------------|---------|
| [Tkinter](https://docs.python.org/3/library/tkinter.html) | - | PSF |
| [PySimpleGUI](https://github.com/PySimpleGUI/PySimpleGUI) | 12.2k | LGPL-3.0 |
Expand Down
27 changes: 27 additions & 0 deletions docs/wiki/Lang-Python/web-frameworks.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
tags:
- python
---

# Python Web Frameworks

## General purpose Web Frameworks

The number of Web frameworks is much [bigger](https://wiki.python.org/moin/WebFrameworks), but I am interested only in these:

| Name | Category| Github stars | License |
|------|---------|---------------|---------|
:simple-django: [django](https://github.com/django/django) | Fullstack | 30.4k | BSD 3-Clause
:simple-flask: [flask](https://github.com/pallets/flask/) | Micro | 16k | BSD 3-Clause
:simple-fastapi: [fastapi](https://github.com/tiangolo/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](https://github.com/streamlit) | 2.5k | Apache-2.0
[dash](https://github.com/plotly/dash) | 2k | MIT
[gradio](https://github.com/gradio-app/gradio) | 1.7k | Apache-2.0
1 change: 1 addition & 0 deletions docs/wiki/howtos/mkdocs.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ tags:

## Official doc

- [Search the icon and emoji](https://squidfunk.github.io/mkdocs-material/reference/icons-emojis/)
- [Repository icon](https://squidfunk.github.io/mkdocs-material/setup/adding-a-git-repository/#repository-icon)

## Plugins
Expand Down

0 comments on commit 8008937

Please sign in to comment.