Tag Archives: coding

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 »

How to implement your Custom Logger in Google Script?!

By | February 7, 2016

Do you have created and published your own Web App with Google Script? Then you probably want to observe what is happening at runtime. You can of course use the Logger class for logging. However, this class doesn’t provide you the possibility to route the logging in a custom destination, e.g. into an own log… Read More »