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


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

Re: Python platform/framework for new RESTful web app

Started byChris “Kwpolska” Warrick <kwpolska@gmail.com>
First post2013-04-27 14:18 +0200
Last post2013-04-27 14:18 +0200
Articles 1 — 1 participant

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

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Python platform/framework for new RESTful web app Chris “Kwpolska” Warrick <kwpolska@gmail.com> - 2013-04-27 14:18 +0200

#44448 — Re: Python platform/framework for new RESTful web app

FromChris “Kwpolska” Warrick <kwpolska@gmail.com>
Date2013-04-27 14:18 +0200
SubjectRe: Python platform/framework for new RESTful web app
Message-ID<mailman.1125.1367065149.3114.python-list@python.org>
On Thu, Apr 25, 2013 at 10:00 PM, Eric Frederich
<eric.frederich@gmail.com> wrote:
> 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.

Plenty of combinations here.

> 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.

3 years is a long time, and a lot of stuff probably changed.  I
personally like Django and Flask, other people may suggest Pyramid.

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

So go with Heroku.  GAE has many GAE-specific things, while on Heroku
everything is standard and you can go self-hosted easily (just get a
DB dump and a dump of your files).

> Is Django the answer?

Maybe.  It depends on the size of your app and if you like Django.
It’s subject to personal opinion.

> I think you can run Django on GAE (and obviously you can self-host it).

Yes, it works on GAE and Heroku just fine.

> I see there is a Django REST framework.  Is this a good framework?
> Are there good Google and Facebook authentication extensions?

That’s, again, subject to personal opinion, and I, for one, haven’t used any.

--
Kwpolska <http://kwpolska.tk> | GPG KEY: 5EAAEA16
stop html mail                | always bottom-post
http://asciiribbon.org        | http://caliburn.nl/topposting.html

[toc] | [standalone]


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


csiph-web