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
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
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 "
"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
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
201 - 205 of 205 matches
Mail list logo