Re: n00b question - using Django for web services

2014-09-22 Thread François Schiettecatte
Rog Django is an option, you may also want to look at the Django REST Framework too ( http://www.django-rest-framework.org ). If you want to do something really simple you might want to look at Flask ( http://flask.pocoo.org ), it is another python based web framework, 'lighter' than Django bu

n00b question - using Django for web services

2014-09-22 Thread Roger Rustad
I have a limited progamming background (C++ in school 10+ years ago) and am needing to setup an API framework to take HTTP callbacks from landing pages (e.g. Unbounce). Given my following requirements and conditions, is Django what I want to use and where is the best place to start? - forms