Implementing a RESTful Web API with Python & Flask Oct 5, 2015 I'm assuming you already know the basics of REST. If not, or if you want a quick refresh, I've written an introduction to Designing a RESTful Web API. Flask is a microframework for Python based on Werkzeug, a WSGI utility library. view source Advertisement