This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
programming:python [2022/03/13 18:25] nanodano |
programming:python [2022/03/13 19:34] (current) nanodano |
||
|---|---|---|---|
| Line 4: | Line 4: | ||
| * Virtual environments | * Virtual environments | ||
| * Package for pip | * Package for pip | ||
| + | * Create standalone executable with PyInstaller | ||
| + | |||
| + | ===== Web ===== | ||
| + | |||
| + | * WSGI | ||
| + | * Flask | ||
| + | * Django | ||
| + | * Waitress | ||
| + | * Gunicorn | ||
| + | * uWSGI | ||
| + | * mod_wsgi | ||
| + | |||
| + | ===== TUI ===== | ||
| + | |||
| + | * curses | ||
| + | * urwid | ||
| + | * bless | ||
| + | |||
| + | ===== GUI ===== | ||
| + | |||
| + | * Tkinter | ||
| + | * Gtk | ||
| + | * PyQt5 | ||