In the Implementing web services with WSGI recipe, we looked at building RESTful APIs and microservices using the WSGI components available in the Python standard library. This leads to a large amount of programming to handle a number of common cases.
How can we simplify all of the common web application programming and eliminate boilerplate code?