Author Archives: Hendrik Kalb

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 »

Some Twitter metrics

By | September 26, 2014

This post aims on a brief explanation of some Twitter metrics that have been published. While this is the first post regarding this topic in this blog, some general explanation will be made in advance to understand where the application of Twitter metrics is located in an evaluation based on Twitter. In general, you have… Read More »