I am currently using Django with SQLAlchemy, and would like to implement an (simple to begin with) API for mobile devices.
Am evaluating at different python RESTful API frameworks, particularly tastypie and piston.
Can someone please point me to the right direction re: using either modules to bind resources to SQLAlchemy?
Alternatively, any other frameworks that'd work better with Django+SQLAlchemy?
Thanks guys.