2013-05-20T07:12:40Z
Designing a RESTful API with Python and Flask
In recent years REST (REpresentational State Transfer) has emerged as the standard architectural design for web services and web APIs.
In this article I'm going to show you how easy it is to create a RESTful web service using Python and the Flask microframework.
