Re: Python Web App

2010-12-26 Thread Sean
@Katie Thank you I considered this option until I realized it wouldn't let me do anything other than ping from the command line. The rest of you all make valid points after doing a little more research on my own I found some really nice web based text editors but they didn't have any testing abili

Re: Python Web App

2010-12-25 Thread Katie T
On Wed, Dec 22, 2010 at 9:43 PM, Sean wrote: > Anybody know where I can find a Python Development Environment in the > form of a web app for use with Chrome OS. I have been looking for a > few days and all i have been able to find is some old discussions with > python developers talking about they

Re: Python Web App

2010-12-23 Thread Tim Harig
On 2010-12-23, Daniel Fetchinson wrote: >> I don't personally think the web makes a good framework for highly >> interactive applications as they must work within the constraints of the >> browser and IDEs are highly interactive applications by their very nature. >> Perhaps HTML5/CSS3 will change

Re: Python Web App

2010-12-23 Thread Octavian Rasnita
From: "Daniel Fetchinson" > Anybody know where I can find a Python Development Environment in the > form of a web app for use with Chrome OS. I have been looking for a > few days and all i have been able to find is some old discussions with > python developers talking about they w

Re: Python Web App

2010-12-23 Thread Daniel Fetchinson
Anybody know where I can find a Python Development Environment in the form of a web app for use with Chrome OS. I have been looking for a few days and all i have been able to find is some old discussions with python developers talking about they will want one for the OS to be a

Re: Re: Python Web App

2010-12-22 Thread hidura
Which is exactly the problem with web apps that are highly interactive. My suggestion, is not to develope a web based IDE or use one. It just isn't something that the web was designed to do well. Is not a problem of the IDE, the problem is on what the developer expect as i said i you want someth

Re: Python Web App

2010-12-22 Thread Tim Harig
On 2010-12-23, Hidura wrote: > Ok, but you are comparing a web-based framework with a native-based > framework that use the components of the system to make all the things > that need, a web-based framewok use the resourses of the browser to Right. That is exactly what I am comparing. > make it

Re: Python Web App

2010-12-22 Thread Hidura
Ok, but you are comparing a web-based framework with a native-based framework that use the components of the system to make all the things that need, a web-based framewok use the resourses of the browser to make it all, so the developer that use a framework on the web can't expect get the same resu

Re: Python Web App

2010-12-22 Thread Tim Harig
[Reordered to preserve context in bottom posting] On 2010-12-23, Hidura wrote: > 2010/12/22, Tim Harig : >> On 2010-12-22, Sean wrote: >>> Anybody know where I can find a Python Development Environment in the >>> form of a web app for use with Chrome OS. I have been looking for a >>> few days and

Re: Python Web App

2010-12-22 Thread Hidura
My framework let you store online on a hosting server that the same framework provide. 2010/12/22, Hidura : > Use editarea, that's the best option if you want something small, but > as i said before i am developing a framework that allows you to create > app's from the web and is much more complet

Re: Python Web App

2010-12-22 Thread Hidura
Use editarea, that's the best option if you want something small, but as i said before i am developing a framework that allows you to create app's from the web and is much more complete than editarea. 2010/12/22, Sean : > I am wanting to learn python and I am test a Chrome OS notebook at the > sam

Re: Python Web App

2010-12-22 Thread Sean
Forgot to point out that Chrome OS has no local storage accessable to the user. Hence why I need a web based solution. On Dec 22, 8:51 pm, Sean wrote: > I am wanting to learn python and I am test a Chrome OS notebook at the > same time so I need something that will atleast tell me if I have any >

Re: Python Web App

2010-12-22 Thread Sean
I am wanting to learn python and I am test a Chrome OS notebook at the same time so I need something that will atleast tell me if I have any syntax errors. Although the more features the better that way learning is an easier experience. On Dec 22, 7:05 pm, Hidura wrote: > I am creating one, is on

Re: Python Web App

2010-12-22 Thread Hidura
Why grashtly? 2010/12/22, Tim Harig : > On 2010-12-22, Sean wrote: >> Anybody know where I can find a Python Development Environment in the >> form of a web app for use with Chrome OS. I have been looking for a >> few days and all i have been able to find is some old discussions with >> python de

Re: Python Web App

2010-12-22 Thread Tim Harig
On 2010-12-22, Sean wrote: > Anybody know where I can find a Python Development Environment in the > form of a web app for use with Chrome OS. I have been looking for a > few days and all i have been able to find is some old discussions with > python developers talking about they will want one for

Re: Python Web App

2010-12-22 Thread Hidura
I am creating one, is on test, what kind of app do you want create? 2010/12/22, Sean : > Anybody know where I can find a Python Development Environment in the > form of a web app for use with Chrome OS. I have been looking for a > few days and all i have been able to find is some old discussions w

Python Web App

2010-12-22 Thread Sean
Anybody know where I can find a Python Development Environment in the form of a web app for use with Chrome OS. I have been looking for a few days and all i have been able to find is some old discussions with python developers talking about they will want one for the OS to be a success with them. -

Re: My very first python web app (no framework)

2007-12-10 Thread A.T.Hofkamp
On 2007-12-10, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > On 9 Dic, 15:43, [EMAIL PROTECTED] wrote: >> Is it the right way to go? Is it safe in a web production >> environment ? Is it thread-friendly (since flup is threaded) ? >> >> tnx > > Any hint ? If you as author are asking, my bet is on

Re: My very first python web app (no framework)

2007-12-10 Thread scardig
On 9 Dic, 15:43, [EMAIL PROTECTED] wrote: > This is my first Python web pseudo-app: "you give me some data, I give > you func(data)". I'm on a shared host with mod_fastcgi so I installed > a virtual python environment + flup (no middleware now, just wsgi > server). > > = dispatch.fcgi =

[newbie] My very first python web app (no framework)

2007-12-09 Thread scardig
This is my first Python web pseudo-app: "you give me some data, I give you func(data)". I'm on a shared host with mod_fastcgi so I installed a virtual python environment + flup (no middleware now, just wsgi server). = dispatch.fcgi = from fcgi import WSGIServer import sys,

Re: Python web app. (advice sought)

2007-01-16 Thread Tim Williams
On 16/01/07, Ralf Schönian <[EMAIL PROTECTED]> wrote: > > I would also like to vote for Karrigell. > > BTW: Does anyone knows how to avoid stopping/starting of the webserver > after changing external libraries? I have some own modules under > /opt/local/python/lib and import them by extending the

Re: Python web app. (advice sought)

2007-01-15 Thread Duncan Smith
Thanks all. It's looking like Turbogears at the moment (unless my boss makes an executive decision). Cheers. Duncan -- http://mail.python.org/mailman/listinfo/python-list

Re: Python web app. (advice sought)

2007-01-15 Thread Ralf Schönian
Tim Williams schrieb: > On 15 Jan 2007 00:52:33 -0800, Torabisu <[EMAIL PROTECTED]> wrote: > > Don't overlook Karrigell either, with a tiny learning curve its > always worth consideration, especially if you need rapid development > and a web server that will sit on top of your exising .py module

Re: Python web app. (advice sought)

2007-01-15 Thread Istvan Albert
Duncan Smith wrote: > I've had a look at Django, Turbogears and Plone, and at the moment I am > torn between Turbogears and Plone. I Plone is not suited for the type of application you are building (as others have pointed out in this thread). Take a second look at TurboGears (or CherryPy for t

Re: Python web app. (advice sought)

2007-01-15 Thread bruno . desthuilliers
Duncan Smith a écrit : > Hello, > I find myself in the, for me, unusual (and at the moment unique) > position of having to write a web application. I have quite a lot of > existing Python code that will form part of the business logic. This > relies on 3rd party libraries (such as numpy) wh

Re: Python web app. (advice sought)

2007-01-15 Thread Michele Simionato
Duncan Smith wrote: > Hello, > I find myself in the, for me, unusual (and at the moment unique) > position of having to write a web application. I have quite a lot of > existing Python code that will form part of the business logic. This > relies on 3rd party libraries (such as numpy) which

Re: Python web app. (advice sought)

2007-01-15 Thread Torabisu
Tim Williams wrote: > On 15 Jan 2007 00:52:33 -0800, Torabisu <[EMAIL PROTECTED]> wrote: > > > > Duncan Smith wrote: > > > Hello, > > > I find myself in the, for me, unusual (and at the moment unique) > > > position of having to write a web application. I have quite a lot of > > > existing P

Re: Python web app. (advice sought)

2007-01-15 Thread Tim Williams
On 15 Jan 2007 00:52:33 -0800, Torabisu <[EMAIL PROTECTED]> wrote: > > Duncan Smith wrote: > > Hello, > > I find myself in the, for me, unusual (and at the moment unique) > > position of having to write a web application. I have quite a lot of > > existing Python code that will form part of t

Re: Python web app. (advice sought)

2007-01-15 Thread Torabisu
Duncan Smith wrote: > Hello, > I find myself in the, for me, unusual (and at the moment unique) > position of having to write a web application. I have quite a lot of > existing Python code that will form part of the business logic. This > relies on 3rd party libraries (such as numpy) which

Python web app. (advice sought)

2007-01-14 Thread Duncan Smith
Hello, I find myself in the, for me, unusual (and at the moment unique) position of having to write a web application. I have quite a lot of existing Python code that will form part of the business logic. This relies on 3rd party libraries (such as numpy) which would make porting to e.g. Iro

Re: How to create "cross-backend" python web app

2005-07-15 Thread matt
Thanks Paul- I'll look into WebStack. -- http://mail.python.org/mailman/listinfo/python-list

Re: How to create "cross-backend" python web app

2005-07-15 Thread Paul Boddie
"matt" <[EMAIL PROTECTED]> wrote in message news:<[EMAIL PROTECTED]>... > Hi all- > > I'm trying to port an ajax spell-checker > (http://www.broken-notebook.com/spell_checker/index.php) to use with > the moin moin wiki and have been somewhat successful. (By successful I > mean I can spell check u

How to create "cross-backend" python web app

2005-07-14 Thread matt
Hi all- I'm trying to port an ajax spell-checker (http://www.broken-notebook.com/spell_checker/index.php) to use with the moin moin wiki and have been somewhat successful. (By successful I mean I can spell check using the php backend and my python port running as cgi-bin). My question is this:

Re: advice needed for simple python web app

2005-02-04 Thread TZOTZIOY
On 03 Feb 2005 22:31:43 -0800, rumours say that Paul Rubin might have written: [Dan Perl thinks about publishing to the web a script that could be misused by spammers, so Paul advises him to watch out.] >There used >to be some similar perl scripts running all over the p

Re: advice needed for simple python web app

2005-02-04 Thread Ray Cote
At 8:51 AM -0800 2/4/05, Paul Rubin wrote: "Dan Perl" <[EMAIL PROTECTED]> writes: This matches pretty much what I've decided to do. I'll start with cgi and CGIHTTPServer because I'll learn more from that and then move to a framework, quite likely CherryPy, although by that time I may change my

Re: advice needed for simple python web app

2005-02-04 Thread Ant
> You might also look at the docs for HTML::Mason (www.masonhq.com) to > get a look at a reasonably mature template system, even if you don't > plan to use it (because it's in Perl and not Python). I'm not sure if > CherryPy is directly comparable. I haven't yet used any of the Python > template

Re: advice needed for simple python web app

2005-02-04 Thread Jeff Reavis
You might also want to try out Spyce. http://spyce.sourceforge.net/index.html It works in proxy mode, with mod_python, or even as cgi. Some examples: http://spyce.sourceforge.net/eg.html -- http://mail.python.org/mailman/listinfo/python-list

Re: advice needed for simple python web app

2005-02-04 Thread Paul Rubin
"Dan Perl" <[EMAIL PROTECTED]> writes: > This matches pretty much what I've decided to do. I'll start with cgi and > CGIHTTPServer because I'll learn more from that and then move to a > framework, quite likely CherryPy, although by that time I may change my > choice. Philip Greenspun's book lo

Re: advice needed for simple python web app

2005-02-04 Thread Dan Perl
"Paul Rubin" wrote in message news:[EMAIL PROTECTED] > If you're just trying to get a conceptual understanding of web > programming, I suggest you start with cgi. > > Next you might want to read Philip and Alex's Guide to Web Publishing: > > http://philip.greenspun.com

Re: advice needed for simple python web app

2005-02-04 Thread Fred Pacquier
"Dan Perl" <[EMAIL PROTECTED]> said : > This is exactly the kind of summary that I think should be in a > WebProgrammingShootOut (see another one of my postings in this thread) > but I failed to find such a summary. Thanks, Brian! Anyone can add > to the list? I myself am also into (very) sim

Re: advice needed for simple python web app

2005-02-04 Thread Dave Cook
On 2005-02-04, Dan Perl <[EMAIL PROTECTED]> wrote: > I have a pretty simple python script and I would like to turn it into a web > application but web apps are a domain I know very little about. I know that > Twisted, CherryPy, Plone and Zope exist but not exactly what they do. I I think Che

Re: advice needed for simple python web app

2005-02-03 Thread Paul Rubin
"Dan Perl" <[EMAIL PROTECTED]> writes: > This is exactly the kind of summary that I think should be in a > WebProgrammingShootOut (see another one of my postings in this > thread) but I failed to find such a summary. Thanks, Brian! Anyone > can add to the list? If you're just trying to get a con

Re: advice needed for simple python web app

2005-02-03 Thread Dan Perl
"Brian Beck" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > From my experience, this appears to be the order from low-level to > high-level interfaces: > > 1. mod_python: As complex as you need it to be, since you can control > anything about the request & response process. But m

Re: advice needed for simple python web app

2005-02-03 Thread Paul Rubin
"Dan Perl" <[EMAIL PROTECTED]> writes: > > Be careful of exposing that script to the internet. Spammers will > > exploit it. > > Do you mean publishing the script for other people to copy it or exposing > the web app so that other people may access it? I mean installing the script on a server w

Re: advice needed for simple python web app

2005-02-03 Thread Dan Perl
"Michele Simionato" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Dan Perl: >> The application is just something I'm playing with to learn a little > bit on >> web apps. It uses an HTML form to send an email. The form takes > inputs >> like the From:, To: and Subject: fields and

Re: advice needed for simple python web app

2005-02-03 Thread Brian Beck
Dan Perl wrote: Basically, what I'm looking for is a web server that accepts an HTTP request and invokes a python script. But I would like a "pythonic" solution so a web server like Apache is a solution that I would like to avoid. The server should also be as simple as possible to administrate

Re: advice needed for simple python web app

2005-02-03 Thread Dan Perl
"Paul Rubin" wrote in message news:[EMAIL PROTECTED] > "Dan Perl" <[EMAIL PROTECTED]> writes: >> The application is just something I'm playing with to learn a little bit >> on >> web apps. It uses an HTML form to send an email. The form takes inputs >> like the From:

Re: advice needed for simple python web app

2005-02-03 Thread Paul Rubin
"Dan Perl" <[EMAIL PROTECTED]> writes: > The application is just something I'm playing with to learn a little bit on > web apps. It uses an HTML form to send an email. The form takes inputs > like the From:, To: and Subject: fields and a text field. Be careful of exposing that script to the in

Re: advice needed for simple python web app

2005-02-03 Thread Michele Simionato
Dan Perl: > The application is just something I'm playing with to learn a little bit on > web apps. It uses an HTML form to send an email. The form takes inputs > like the From:, To: and Subject: fields and a text field. It is difficult to beat CGI + CGIHTTPServer for conceptual simplificity and

Re: advice needed for simple python web app

2005-02-03 Thread Dan Perl
"M.E.Farmer" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] >I am no web expert but have recently used cherrypy to 'webify' a > script. It is very easy to get going and has its own server or can be > run behind Apache. > The only real problem I see is that the docs are still a little

Re: advice needed for simple python web app

2005-02-03 Thread Dan Perl
"Paul Rubin" wrote in message news:[EMAIL PROTECTED] > "Dan Perl" <[EMAIL PROTECTED]> writes: >> Basically, what I'm looking for is a web server that accepts an HTTP >> request and invokes a python script. But I would like a "pythonic" >> solution so a web server like

Re: advice needed for simple python web app

2005-02-03 Thread Paul Rubin
"Dan Perl" <[EMAIL PROTECTED]> writes: > Basically, what I'm looking for is a web server that accepts an HTTP > request and invokes a python script. But I would like a "pythonic" > solution so a web server like Apache is a solution that I would like > to avoid. The server should also be as simple

Re: advice needed for simple python web app

2005-02-03 Thread M.E.Farmer
I am no web expert but have recently used cherrypy to 'webify' a script. It is very easy to get going and has its own server or can be run behind Apache. The only real problem I see is that the docs are still a little lite for the new 2.0 series ,but they do have a newsgroup where the author still

advice needed for simple python web app

2005-02-03 Thread Dan Perl
I have a pretty simple python script and I would like to turn it into a web application but web apps are a domain I know very little about. I know that Twisted, CherryPy, Plone and Zope exist but not exactly what they do. I need only advice on a direction to take. For instance a suggestion on