Web frameworks for RESTful Web Service with Python

By | March 1, 2017

Today, I want to build a simple web service that provides some answers in JSON format – a so called RESTful web service. Therefore, I am looking for Python frameworks that  provide easy and fast solution for this.

My search has led to the following Web Frameworks for Python:

From a first impression of the frameworks itself and some blog posts that describe solutions with it, the Flask framework seems to be fastest and easiest solution. I will probably give it a try. You know other frameworks. Feel free to add them in the comment section.

Leave a Reply

Your email address will not be published. Required fields are marked *