DEV Community

Discussion on: Build a Rest API with Python - The easiest way

Collapse
 
maximoguerrero profile image
Maximo Guerrero

Nice post! I have been using flask + flask-Restplus just to keep things lightweights.

Collapse
 
xarala221 profile image
Ousseynou Diop

Thank you Maximo.

Flask really love it.
i use it to build MicroServices and small application.

Regards