Gunicorn
Gunicorn (Green Unicorn) is a Python WSGI HTTP server for running web applications in production. It sits behind a reverse proxy (nginx, Apache, HAProxy), manages worker processes, and serves Django, Flask, and other WSGI apps. Worker crashes, import errors, timeouts, and socket binding issues are everyday troubleshooting topics.
Practice scenarios
Hands-on Gunicorn scenarios on live Linux VMs: gunicorn