On Mon, Jun 22, 2015 at 3:25 PM, anu sree <anusree....@gmail.com> wrote:
> Thanks anuvrat, > > My first question was, Should I use only flask to develop REST API like in > this example https://github.com/miguelgrinberg/api-pycon2015 > > or fask + flask_restful ? > All flask-restful does is providing you a very basic scaffolding to write restful APIs. With only flask, you would be lacking even that and would be building it on your own ... So the answer "depends" on your goal. - Are you trying to learn flask itself: go with barebone flask. - API is a subtask, you have a much bigger fish to fry: go with flask-classy / python-eve. Hope it helps, and does not confuse you more than you already are ;) Peace. -- Anuvrat Parashar <http://anuvrat.in> http://anuvrat.in _______________________________________________ BangPypers mailing list BangPypers@python.org https://mail.python.org/mailman/listinfo/bangpypers