Python article on Builder.com

Tom Funk tdfunk at asd-web.com
Thu Aug 26 17:59:57 EDT 1999


Thanks, John:

If you haven't aleady, do you mind if I post your comments to the article's
discussion area at builder.com?

-=< tom >=-

-----Original Message-----
From: jonathanbrisbin at excite.com [mailto:jonathanbrisbin at excite.com]
Sent: Thursday, August 26, 1999 4:46 PM
To: Tom Funk; python-list at python.org
Subject: Re: Python article on Builder.com


On Thu, 26 Aug 1999 14:34:11 -0400, Tom Funk wrote:

> Some unanswered issues have been raised that could use some input from 
> some experienced Python developers.  Also, some comments from someone
> who's used both Perl and Python would be welcome (only one such reader
> has chimed in to date).
> 

Well, I'm in the process of replacing a number of my perl scripts with
python because I like programming in Python better than in perl, the .pyc's
load noticeably quicker, and it has some great features (threads!) that make
it very scalable.  In fact, I can create a self-contained webserver and
content delivery system entirely in python (a project I'm actually working
on :-).  As far as database access, I wrote a perl script and a python
script that turned out to be exactly the same number of lines and fetched
stuff from a MySQL database.  I'm running mod_perl and mod_pyapache in my
Apache 1.3.6 and the python reloaded noticeably quicker.  Throw threads into
the mix and things start working pretty quick...

Just some thoughts...

><> <>< ><> <>< ><> <><

Jon Brisbin
  JonathanBrisbin at excite.com





More information about the Python-list mailing list