Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #44358 > unrolled thread

Python platform/framework for new RESTful web app

Started byEric Frederich <eric.frederich@gmail.com>
First post2013-04-25 16:00 -0400
Last post2013-04-25 16:00 -0400
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  Python platform/framework for new RESTful web app Eric Frederich <eric.frederich@gmail.com> - 2013-04-25 16:00 -0400

#44358 — Python platform/framework for new RESTful web app

FromEric Frederich <eric.frederich@gmail.com>
Date2013-04-25 16:00 -0400
SubjectPython platform/framework for new RESTful web app
Message-ID<mailman.1066.1366920020.3114.python-list@python.org>

[Multipart message — attachments visible in raw view] — view raw

If I wanted to create a new web application (RESTful) today with Python
what are my options given the following requirements.

* Google Account authentication
* Facebook authentication
* Managed hosting (like Google App Engine or Heroku) but with the ability
to be self-hosted later down the road.

I am familiar with Django (well I was a 3 years ago).
I have played a little with web.py and like the ideas there.

I like the idea of using something like GAE but don't want to be locked in.

Is Django the answer?
I think you can run Django on GAE (and obviously you can self-host it).
I see there is a Django REST framework.  Is this a good framework?
Are there good Google and Facebook authentication extensions?

Thanks,
~Eric

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web