> So, lets say I want to develop a distributable web application (such
> as phpBB or Drupal) for Python. What platform (mod_wsgi, mod_python)
> would I use to reach as many users as possible, and on top of that,
> which (if any) framework should I use to develop this web application?
A lot of appl
Does the DOMImplementation interface support schemas?
I'm tweaking an example from a book to process a flat file registration
database:
from xml.dom import implementation
class RegistrationParser:
def parseFile(self, fileAsString):
# Create DocType Declaration
doctype = implement
> Loops, then? The code this is based off of had the second line of
> actual code (between "room = 1" and "if room ==1") as "while true:",
> but when I include this, it gives an error at that line. Is there
> another way to do that? Maybe "while room != 4.2"?
What you had before was...
room =
On Tue, 23 Dec 2008 19:17:33 -0800 (PST)
Ishan Puri wrote:
> Hello,
> I am a beginner with Python but I understand a lot of
> linguistics. I am a high school student. I needed help (from the
> beginning) making a word frequency chart that I can use to chart out
> the numerical frequencies of
On Wed, 07 Jan 2009 15:47:25 +0100
Ole Henning Jensen wrote:
> Marco Petersen wrote:
> > I'm using Python 2.5.4. I wanted to try out the SMTP module. I
> > tried to send an email through my Gmail account but it keeps saying
> > that the connection was refused.
> > error: (10061, 'Connection refu
On 20 Jan 2009 11:10:14 -
"Manoj kumar" wrote:
> i am a newbie to python programming. i just know basics of the
> language. i came across MySqldb. i able to manipulate database with
> MySqldb but i wasn't able to add files in database through the lib
> MySqldb.
Right. Whatever you wa