Django still lacks typing support. Does Plain improve on this at all? I didn't see typing mentioned in the docs..
replies(3):
Concretely, Django is way more usable than basically any web framework from the "strongly typed" space, especially for "dumb" CRUD stuff. And you're not hit with making decisions about how to do a bunch of things (though you can swap out mostly any part of Django for something else if you want to).