(Green Unicorn) is a pure-Python WSGIserver used to serve Python applications. Unlike other Python web servers,it has a thoughtful user interface, and is extremely easy to use andconfigure.
Gunicorn is the recommended choice for new Python web applications today.
Waitress is gaining popularity within the Python web development community.
I do not recommend using uWSGI unless you know why you need it.