airavata-courses / TeamNPcomplete

0 stars 0 forks source link

Python Framework #3

Closed kedargn closed 7 years ago

kedargn commented 8 years ago

We have 3 choices in Python frameworks 1)Django 2)Flask 3)Bottle

What we need is a micro framework. So we can rule out Django as it is not a micro framework. Between Flask and Bottle, Flask supports REST better than Bottle. So, I prefer Flask over Bottle.

Let me know your views.

asampath123 commented 8 years ago

We will go ahead with Flask. I was reading about it, looks like it is the best among our options.