WSGI, Werkzeug and the challenges of developing a Python web framework
Details
These days, writing a web framework is the new "Hello, World!" of advanced web programming.
We'll take a look at how to build a new framework in Python from scratch, why?
-
Because it's fun :-)
-
It gives you the knowledge to understand the inners of HTTP in Python that's always useful.
-
Experience with designing APIs is always welcome.
