As a model-view-template (MVT) framework, Django is slightly different from MVC (model-view-controller) frameworks like Express and Spring. But the distinction isn’t hugely important. A Django ...
I've been leaning towards AppEngine, since it's free to start and I'm pretty familiar with it, but I'm looking to make a 'not too complex' Facebook App (and corresponding REST backend) in Python. Of ...