Database Module in a Web Application

2005-11-30 Thread mohammad babaei
Hi, I'm going to write my first web application in Python, is it an good idea to write a database module that handles the connection to database & executing queries ?     Regards M.B -- http://mail.python.org/mailman/listinfo/python-list

Re: General question about Python design goals

2005-11-30 Thread Ben Finney
Donn Cave <[EMAIL PROTECTED]> wrote: > Tuples and lists really are intended to serve two fundamentally > different purposes. > [...] > As I'm sure everyone still reading has already heard, the natural > usage of a tuple is as a heterogenous sequence. [...] A list of > command arguments is clearly h

Re: Making immutable instances

2005-11-30 Thread bonono
Mike Meyer wrote: > [EMAIL PROTECTED] writes: > > Quoting the frequently used term "Practicality beats purity". If I have > > a practical problem/needs now and it solves it, why not use it ? > > In other words, you have a use case. Cool. Please tell us what it is - > at least if it's better than "

Re: General question about Python design goals

2005-11-30 Thread Mike Meyer
"Donn Cave" <[EMAIL PROTECTED]> writes: > Tuples and lists really are intended to serve two fundamentally different > purposes. We might guess that just from the fact that both are included > in Python, in fact we hear it from Guido van Rossum, and one might add > that other languages also make th

How to get a network resource on a windows server

2005-11-30 Thread Frank.Lin
I am new to learn program. please do me a favor. I am working in windows environment and I want copy some files from a remote share folder. I formerly mapped these share folers to a local device, then run my python script to copy files matching the given pattern to destination folder and deal wi

<    1   2   3