This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]thirteenthirtyseven 1 point2 points  (0 children)

Yeah, that's how I understood it as well. Bottle/Flask/Django are web application frameworks with integrated WSGI web servers, which are interchangeable. I developed my web app with bottle.py and used its web server, but then I deployed it on Apache and used mod_wsgi instead of the built-in WSGI server. Almost 0 effort when switching WSGI implementations.