====== Python Programming ====== * Build Python from source * Virtual environments * 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