Re: What is your favorite Python web framework?

2005-07-18 Thread Peter Hansen
JZ wrote: I think Django is more mature than Subway or CherryPy and can quickly become the black horse in area of pythonic frameworks. I'm not familiar with this expression. What do you mean by black horse? -- http://mail.python.org/mailman/listinfo/python-list

Re: What is your favorite Python web framework?

2005-07-18 Thread Admin
On Mon, 18 Jul 2005 10:06:21 -0300, Peter Hansen [EMAIL PROTECTED] wrote: I'm not familiar with this expression. What do you mean by black horse? That will help me too :) -- Thanks, Admin. Want to buy me a book? http://tinyurl.com/78xzb :) --

Re: What is your favorite Python web framework?

2005-07-18 Thread Gerhard Haering
of pythonic frameworks (black horse on yellow background being the symbol of Ferrari). That's what I thought of first when I tried to parse the sentence ;-) -- Gerhard -- Gerhard Häring - [EMAIL PROTECTED] - Python, web database development signature.asc Description: Digital signature -- http

Re: What is your favorite Python web framework?

2005-07-18 Thread JZ
Dnia Mon, 18 Jul 2005 09:06:21 -0400, Peter Hansen napisał(a): I think Django is more mature than Subway or CherryPy and can quickly become the black horse in area of pythonic frameworks. I'm not familiar with this expression. What do you mean by black horse? I meant dark horse. Sorry for

Re: What is your favorite Python web framework?

2005-07-18 Thread Peter Hansen
Gerhard Haering wrote: On Mon, Jul 18, 2005 at 09:06:21AM -0400, Peter Hansen wrote: I'm not familiar with this expression. What do you mean by black horse? Maybe the Ferrari of pythonic frameworks (black horse on yellow background being the symbol of Ferrari). I know there are black sheep

Re: What is your favorite Python web framework?

2005-07-18 Thread Luis M. Gonzalez
Peter Hansen wrote: Gerhard Haering wrote: On Mon, Jul 18, 2005 at 09:06:21AM -0400, Peter Hansen wrote: I'm not familiar with this expression. What do you mean by black horse? Maybe the Ferrari of pythonic frameworks (black horse on yellow background being the symbol of Ferrari). I

Re: What is your favorite Python web framework?

2005-07-18 Thread Scott David Daniels
Luis M. Gonzalez wrote: I read the expression Dark horse contender many times, and i guess it has some reminiscence from medieval times and the cavalry stories. It meaning is something like the unknown that could be the new champ, someone intriguing and mysterious who doesn't unveil its skills

Re: What is your favorite Python web framework?

2005-07-18 Thread Colin J. Williams
Luis M. Gonzalez wrote: Peter Hansen wrote: Gerhard Haering wrote: On Mon, Jul 18, 2005 at 09:06:21AM -0400, Peter Hansen wrote: I'm not familiar with this expression. What do you mean by black horse? Maybe the Ferrari of pythonic frameworks (black horse on yellow background being the

Re: What is your favorite Python web framework?

2005-07-18 Thread Admin
On Mon, 18 Jul 2005 16:21:37 -0300, Jeff Shell [EMAIL PROTECTED] wrote: Don't discard Zope 3 becaue of what you've heard about Zope 2. Zope 3 is a very different animal. Are Zope 3's learning curve + speed of development a lot faster than previous versions? -- Thanks, Admin. Want to buy

Re: What is your favorite Python web framework?

2005-07-18 Thread Jeff Shell
Zope 3, far and away. There's great documentation, quite a few load handling options (different types of caching and ZEO to distribute ZODB caches to multiple machines). Zope 3 aggressively favors small cooperating objects (Zope 2 was inheritance heavy, making customization, extension, etc, a big

Re: What is your favorite Python web framework?

2005-07-18 Thread bbangert
Admin wrote: I am doing some research for a Python framework to build web applications. I have discarted Zope because from what I've read, the learning curve is too steep, and it takes more time to build applications in general with Zope. I've heard many good things about Zope 3, although

Re: What is your favorite Python web framework?

2005-07-18 Thread Dave Cook
On 2005-07-17, Admin [EMAIL PROTECTED] wrote: I favor speed of development, intensive OO development, performance under heavy load, short learning curve, good documentation and community. I like the design of nevow (nevow.com), but I don't have any practical experiences with other

What is your favorite Python web framework?

2005-07-17 Thread Admin
I am doing some research for a Python framework to build web applications. I have discarted Zope because from what I've read, the learning curve is too steep, and it takes more time to build applications in general with Zope. I have kept the following: - PyWork -

Re: What is your favorite Python web framework?

2005-07-17 Thread Sybren Stuvel
Admin enlightened us with: But I'd like to know your opinion on what you think is best. The Python framework I'll use will be to build an e-commerce application looking like Amazon.com I'm greatly in favour of Cheetah. Also see http://www.unrealtower.org/mycheetah. I need to put up way more

Re: What is your favorite Python web framework?

2005-07-17 Thread Admin
On Sun, 17 Jul 2005 19:15:49 -0300, Sybren Stuvel [EMAIL PROTECTED] wrote: http://www.unrealtower.org/mycheetah Error 404 while looking up your page AND when looking for a suitable 404 page. Sorry! No such file /var/www/www.unrealtower.org/compiled/error404.py I can't

Re: What is your favorite Python web framework?

2005-07-17 Thread Luis M. Gonzalez
I really like Karrigell ( http://karrigell.sourceforge.net ). It is, IMHO, the most pythonic framework because all you need to know is the python language. You don't need to learn any template or special language, you only use plain and regular python. It also gives you a lot of freedom when

Re: What is your favorite Python web framework?

2005-07-17 Thread Philippe C. Martin
http://cheetahtemplate.org/ Admin wrote: On Sun, 17 Jul 2005 19:15:49 -0300, Sybren Stuvel [EMAIL PROTECTED] wrote: http://www.unrealtower.org/mycheetah Error 404 while looking up your page AND when looking for a suitable 404 page. Sorry! No such file

Re: How to create cross-backend python web app

2005-07-15 Thread Paul Boddie
the php backend and my python port running as cgi-bin). That looks like an interesting application/component. My question is this: moinmoin runs on many python web backends (cgi-bin/mod-python/twisted/standalone). My spell-checker backend runs as cgi (disclaimer: I've done a bit of php and java

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

How to create cross-backend python web app

2005-07-14 Thread matt
is this: moinmoin runs on many python web backends (cgi-bin/mod-python/twisted/standalone). My spell-checker backend runs as cgi (disclaimer: I've done a bit of php and java(struts) web app programming, but the last python related web programming I did was Zope about 5 years ago (does that even count

RE: Yet Another Python Web Programming Question

2005-07-12 Thread Sells, Fred
FWIW there's dos2unix program that fixes this on most systems. -Original Message- From: Bill Mill [mailto:[EMAIL PROTECTED] Sent: Monday, July 11, 2005 11:55 AM To: Daniel Bickett Cc: python-list@python.org Subject: Re: Yet Another Python Web Programming Question Python using CGI

Re: Yet Another Python Web Programming Question

2005-07-12 Thread Thomas Bartkus
Daniel Bickett [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] snip It was his opinion that web programming should feel no different from desktop programming. snip Should that ever become even remotely possible - I'll be interested in web programming myself. Thomas Bartkus

Re: Yet Another Python Web Programming Question

2005-07-11 Thread Bill Mill
Python using CGI, for example, was enough for him until he started getting 500 errors that he wasn't sure how to fix. A common error is that python cgi files need line endings to be in unix text file format, not windows text file format (\n instead of \r\n) [1]. Why this is, I don't know, but

RE: Yet Another Python Web Programming Question

2005-07-10 Thread Robert Brewer
Daniel Bickett wrote: I neglected to mention an important fact, and that is the fact that I am limited to Apache, which elminates several suggestions (that are appreciated none-the-less). Do you have access to mod_python, mod_rewrite, FastCGI, or SCGI? Then CherryPy 2.1 is still a great option

Re: Yet Another Python Web Programming Question

2005-07-10 Thread Jorey Bump
Daniel Bickett [EMAIL PROTECTED] wrote in news:[EMAIL PROTECTED]: I neglected to mention an important fact, and that is the fact that I am limited to Apache, which elminates several suggestions (that are appreciated none-the-less). Limited to Apache is not the same as using apache in a

Re: Yet Another Python Web Programming Question

2005-07-10 Thread Paul Boddie
Robert Brewer [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED]... Daniel Bickett wrote: I neglected to mention an important fact, and that is the fact that I am limited to Apache, which elminates several suggestions (that are appreciated none-the-less). Do you have access to

RE: Yet Another Python Web Programming Question

2005-07-10 Thread Robert Brewer
Paul Boddie wrote: Robert Brewer [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED]... Daniel Bickett wrote: I neglected to mention an important fact, and that is the fact that I am limited to Apache, which elminates several suggestions (that are appreciated none-the-less).

Re: Yet Another Python Web Programming Question

2005-07-10 Thread Sybren Stuvel
Daniel Bickett enlightened us with: It would be a long while before he would find Python, and since that time he would have no desire to ever touch PHP again. My thoughts exactly. He would, however, be compelled to write a web application again, but in Python now, of course. Same here :)

Yet Another Python Web Programming Question

2005-07-09 Thread Daniel Bickett
This post started as an incredibly long winded essay, but halfway through I decided that was a terribly bad idea, so I've trimmed it down dramatically, and put it in the third person (for humor's sake). Once upon a time a boy named Hypothetical programmed in PHP and made many a web application.

Re: Yet Another Python Web Programming Question

2005-07-09 Thread Devan L
Take some time to learn one of the web frameworks. If your host doesn't already have it, ask your host if they would consider adding it. -- http://mail.python.org/mailman/listinfo/python-list

Re: Yet Another Python Web Programming Question

2005-07-09 Thread Dave Brueck
Daniel Bickett wrote: He would read the documentation of Nevow, Zope, and Quixote, and would find none of them to his liking because: * They had a learning curve, and he was not at all interested, being eager to fulfill his new idea for the web app. It was his opinion that web programming

Re: Yet Another Python Web Programming Question

2005-07-09 Thread Jonathan Ellis
Daniel Bickett wrote: He would read the documentation of Nevow, Zope, and Quixote, and would find none of them to his liking because: * They had a learning curve, and he was not at all interested, being eager to fulfill his new idea for the web app. It was his opinion that web programming

Re: Yet Another Python Web Programming Question

2005-07-09 Thread Luis M. Gonzalez
Try Karrigell ( http://karrigell.sourceforge.net ). And let me know what you think... Cheers, Luis -- http://mail.python.org/mailman/listinfo/python-list

Re: Yet Another Python Web Programming Question

2005-07-09 Thread and-google
Daniel Bickett wrote: Python using CGI, for example, was enough for him until he started getting 500 errors that he wasn't sure how to fix. Every time you mention web applications on this list, there will necessarily be a flood of My Favourite Framework Is X posts. But you* sound like you

Re: Yet Another Python Web Programming Question

2005-07-09 Thread Daniel Bickett
I neglected to mention an important fact, and that is the fact that I am limited to Apache, which elminates several suggestions (that are appreciated none-the-less). -- Daniel Bickett dbickett at gmail.com http://heureusement.org/ -- http://mail.python.org/mailman/listinfo/python-list

Need Python web hosting ASAP

2005-06-21 Thread whisper
Medium/small site with mod_python and sqllite or mySQL running Python 2.3.3 or later on Apache 2.x. I can do the python and CGI, but might need a _little_ hand holding for the rest. Will also need SSL and a certificate. Also mailboxes for ~12 people (to start). We don't do unsolicited

Re: Need Python web hosting ASAP

2005-06-21 Thread Benji York
[EMAIL PROTECTED] asked about Python hosting I have been *very* happy with Hard Hat Hosting (http://hardhathosting.com). (I don't have any connection with them, other than being a satisfied customer for several years.) If you want more providers you might be interested in

1993 Van Rossum Python Web Robot

2005-04-19 Thread Jonathan Vance
I am looking for a python robot that Van Rossum released with python 0.9.8. It may have been the first web robot (see http://www.webhistory.org/www.lists/www-talk.1993q1/0060.html). I've had no luck finding the code for the robot or the 0.9.8 tarball. Can anyone help me out? Thanks. --

Re: Using a python web client behind a proxy (urllib and twisted.web)

2005-04-14 Thread Mike Meyer
Matthijs [EMAIL PROTECTED] writes: I have been trying to make a script that will download several rss feeds to my computer. The only problem I have is that I have to go through a proxy. First I tried using urllib (python 2.4, win32) but I found that the http_proxy and no_proxy code were not

Using a python web client behind a proxy (urllib and twisted.web)

2005-04-13 Thread Matthijs
I have been trying to make a script that will download several rss feeds to my computer. The only problem I have is that I have to go through a proxy. First I tried using urllib (python 2.4, win32) but I found that the http_proxy and no_proxy code were not implemented for win32. I have made

start python web programming

2005-04-05 Thread Andre Nobre
I should implement a simple http/database page, based on python. I read some texts and it´s strange how python deal with html output. It´s something like Servlet... is there any diferent way to do that? Something like just bussiness code, applied in an MVC framework, or just like it. Thanks and

Re: Lowest hassle Python web server?

2005-03-23 Thread Larry Bates
kanzen wrote: I keep telling my friends that Python rocks. Now it's time to put my money where my mouth is. I'm about to start writing a server for a phone based game. It needs to handle simlpe requests from some Java code running on the phone at a fairly low transaction rate. There will also

Re: Lowest hassle Python web server?

2005-03-23 Thread Gerhard Häring
Larry Bates wrote: [...] You might want to take a look a Medusa. It is the basis for the web server that is bundled in Zope. Medusa is just an asyncore framework, and not something you can develop web apps with. -- Gerhard -- http://mail.python.org/mailman/listinfo/python-list

Re: Lowest hassle Python web server?

2005-03-22 Thread kanzen
Okay, thanks for your suggestions. Are there any further recommendations as to what Python framework to use if the web server is Apache with mod_python? -- http://mail.python.org/mailman/listinfo/python-list

Re: Lowest hassle Python web server?

2005-03-21 Thread Neil Benn
snip - Does threading cause any more of a hassle in Python than Java? snip Hello, From the python docs, it states that the threading design is loosely based upon the java module. Certainly, coming from Java I had little trouble getting used to python threading. However heres some

Lowest hassle Python web server?

2005-03-20 Thread kanzen
I keep telling my friends that Python rocks. Now it's time to put my money where my mouth is. I'm about to start writing a server for a phone based game. It needs to handle simlpe requests from some Java code running on the phone at a fairly low transaction rate. There will also be a simple web

Re: Lowest hassle Python web server?

2005-03-20 Thread Peter Hansen
kanzen wrote: - Does threading cause any more of a hassle in Python than Java? What hassles have you had? I thought threads in Java were pretty straightforward. In any case, in Python they are generally very easy to use, provided you have a basic knowledge of thread safety issues and/or provided

Re: Lowest hassle Python web server?

2005-03-20 Thread Adonis
kanzen wrote: I keep telling my friends that Python rocks. Now it's time to put my money where my mouth is. I'm about to start writing a server for a phone based game. It needs to handle simlpe requests from some Java code running on the phone at a fairly low transaction rate. There will also be a

Re: Lowest hassle Python web server?

2005-03-20 Thread Gerhard Häring
kanzen wrote: I keep telling my friends that Python rocks. Now it's time to put my money where my mouth is. I'm about to start writing a server for a phone based game. It needs to handle simlpe requests from some Java code running on the phone at a fairly low transaction rate. There will also be a

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) simple web

Re: advice needed for simple python web app

2005-02-04 Thread Dan Perl
Paul Rubin http://[EMAIL PROTECTED] 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/panda/

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 looks

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 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 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 TZOTZIOY
On 03 Feb 2005 22:31:43 -0800, rumours say that Paul Rubin http://[EMAIL PROTECTED] 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

Re: advice needed for simple python web app

2005-02-03 Thread Dan Perl
Paul Rubin http://[EMAIL PROTECTED] 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 Apache is a

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 lite

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

Re: advice needed for simple python web app

2005-02-03 Thread Dan Perl
Paul Rubin http://[EMAIL PROTECTED] 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:, To: and

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 a text

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 where

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 more

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 conceptual

Re: What's the best python web-developer's editor

2005-01-21 Thread Franz Steinhaeusler
On Thu, 20 Jan 2005 18:47:53 +, andy [EMAIL PROTECTED] wrote: Anybody like to comment on which editor they use for python web app development - for both discrete and mixed python and html code, and why? I use DrPython, because: It is open source, written in python and wxPython and use

Re: What's the best python web-developer's editor

2005-01-21 Thread Philippe C. Martin
Emacs For both discrete and mixed python and html code, and why? There's no reason to use anything else. Although I tested and will keep testing other editors/ide, I also went back to emacs and am quite happy with it. However, I sometimes use snavigator

What's the best python web-developer's editor

2005-01-20 Thread andy
Anybody like to comment on which editor they use for python web app development - for both discrete and mixed python and html code, and why? I'm comfortable with IDLE (used it for years) but of course it lacks ftp or webDAV abilities, obviously because it's not intended for that type of use

Re: What's the best python web-developer's editor

2005-01-20 Thread fla liu
Try to use Eclipse + pydev On Thu, 20 Jan 2005 18:47:53 +, andy [EMAIL PROTECTED] wrote: Anybody like to comment on which editor they use for python web app development - for both discrete and mixed python and html code, and why? I'm comfortable with IDLE (used it for years

Re: What's the best python web-developer's editor

2005-01-20 Thread Jay Loden
to comment on which editor they use for python web app development - for both discrete and mixed python and html code, and why? I'm comfortable with IDLE (used it for years) but of course it lacks ftp or webDAV abilities, obviously because it's not intended for that type of use. I've had

Re: What's the best python web-developer's editor

2005-01-20 Thread Jay Loden
to comment on which editor they use for python web app development - for both discrete and mixed python and html code,  and why? I'm comfortable with IDLE (used it for years) but of course it lacks ftp or webDAV abilities, obviously because it's not intended for that type of use. I've had

Re: What's the best python web-developer's editor

2005-01-20 Thread Daniel Bowett
I only use Windows and I only ever use Textpad. It gives nice syntax highlighting, indentation and you can run your script with it too. andy wrote: Anybody like to comment on which editor they use for python web app development - for both discrete and mixed python and html code, and why? I'm

Re: What's the best python web-developer's editor

2005-01-20 Thread ionel
how about editplus ? imho it's excelent On Thu, 20 Jan 2005 18:47:53 +, andy [EMAIL PROTECTED] wrote: Anybody like to comment on which editor they use for python web app development - for both discrete and mixed python and html code, and why? I'm comfortable with IDLE (used

Re: What's the best python web-developer's editor

2005-01-20 Thread Paul Rubin
andy [EMAIL PROTECTED] writes: Anybody like to comment on which editor they use for python web app development - Emacs For both discrete and mixed python and html code, and why? There's no reason to use anything else. -- http://mail.python.org/mailman/listinfo/python-list

<    2   3   4   5   6   7