I'm learning python with pyramid and MongoDB. I have prior code
experience, so learning Python has been really easy (love it!), the
documentation for Pyramid is incredible as well.

In summary, I want to build a python-based API which performs all
tasks and responds with JSON objects, and then use pyramid to connect
to the python-based API for I/O. Depending on device-type, I would use
different views.

My goal is to write a set of functions making up an API for my
application. Using Pyramid I would like to be able to build separate
front-ends that access the same, single API, so that I'm writing
functionality into one python-based core, and just returning views
that are applicable to whatever device type is accessing (phone,
tablet, computer).

Can anyone provide me with tips for the best way to accomplish this,
or links to any blog or forum posts that may already cover this?

Thanks for your help!
Davey

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en.

Reply via email to