Aalam app framework

aalam_common modules establises a framework with which one can write a python application to deployed on the Aalam cloud.

Before starting up, you will have to have some knowledge on python. If you are unfamiliar, python is a high level language like java. Unlike java, python code is interpreted, meaning you don’t need to compile your code before running it. There are lots of internet resources which will help you learn python.