Tag Archives: python

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: web.py (v0.38) Flask (v0.12) Django REST framework (v3.5.4) eve (0.7.2) CherryPy (v10.1.1)… Read More »