Re: Python platform/framework for new RESTful web app

2013-04-27 Thread Fábio Santos
For rest I would go with bottle. It's dead simple, and you can plug in anything you like. You can probably use django models as well, so you don't have to rewrite your model layer. Or django-smarter. On 27 Apr 2013 13:23, "Chris “Kwpolska” Warrick" wrote: > On Thu, Apr 25, 2013 at 10:00 PM, Eric

Re: Python platform/framework for new RESTful web app

2013-04-27 Thread Chris “Kwpolska” Warrick
On Thu, Apr 25, 2013 at 10:00 PM, Eric Frederich 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 H

Re: Python platform.

2008-09-14 Thread primeq
On Sep 11, 8:56 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hello all; > > I wonder if there is a platform written in python. The equivalent of > the Netbeans platformhttp://platform.netbeans.org/in the Python > world. Do you know such a thing? > > Thanks a lot. > > Jonathan. Check out Er

Re: Python platform.

2008-09-11 Thread Sean DiZazzo
On Sep 11, 11:39 am, Sean DiZazzo <[EMAIL PROTECTED]> wrote: > On Sep 11, 9:59 am, Fredrik Lundh <[EMAIL PROTECTED]> wrote: > > > > > [EMAIL PROTECTED] wrote: > > > I want to build a desktop application. I am searching for some kind of > > > environment that would provide all the elements ready (Wi

Re: Python platform.

2008-09-11 Thread Sean DiZazzo
On Sep 11, 9:59 am, Fredrik Lundh <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] wrote: > > I want to build a desktop application. I am searching for some kind of > > environment that would provide all the elements ready (Windows...). > > Then I would have to code the business logic only. > > start

Re: Python platform.

2008-09-11 Thread Fredrik Lundh
[EMAIL PROTECTED] wrote: I want to build a desktop application. I am searching for some kind of environment that would provide all the elements ready (Windows...). Then I would have to code the business logic only. start here: http://wiki.python.org/moin/GuiProgramming The big ones are Tki

Re: Python platform.

2008-09-11 Thread bearophileHUGS
carriere.jonat...: > I want to build a desktop application. I am searching for some kind of > environment that would provide all the elements ready (Windows...). > Then I would have to code the business logic only. I don't think there's such thing in Python, "all elements ready" sounds strange :-)

Re: Python platform.

2008-09-11 Thread [EMAIL PROTECTED]
On Sep 11, 11:13 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > On Sep 11, 4:19 pm, Fredrik Lundh <[EMAIL PROTECTED]> wrote: > > > > > [EMAIL PROTECTED] wrote: > > >  > I wonder if there is a platform written in python. The equivalent of > >  > the Netbeans platformhttp://platform.netbeans.or

Re: Python platform.

2008-09-11 Thread [EMAIL PROTECTED]
On Sep 11, 4:19 pm, Fredrik Lundh <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] wrote: > >  > I wonder if there is a platform written in python. The equivalent of >  > the Netbeans platformhttp://platform.netbeans.org/in the Python >  > world. Do you know such a thing? > > You (or maybe the Java f

Re: Python platform.

2008-09-11 Thread Fredrik Lundh
[EMAIL PROTECTED] wrote: > I wonder if there is a platform written in python. The equivalent of > the Netbeans platform http://platform.netbeans.org/ in the Python > world. Do you know such a thing? You (or maybe the Java folks) seem to have missed that platform has a rather specific meaning in