There're too little comments, and too much Chinese characters, and
maybe you should give us an introduction about what renju is.
--
http://mail.python.org/mailman/listinfo/python-list
Hi, guys.
As a regular user of python, I am often annoyed by the fact that the
official python docementation is too short and too simple to satisfy
my requirement.
While working with socket, I want to know every detail about every
API. I can easilly achieve that by reading man page if the langua
. It will be good if the python communities get more
people who like to write documentation.
Anyway, thank you again.
On Jul 23, 12:07 pm, Steven D'Aprano wrote:
> On Thu, 22 Jul 2010 20:18:43 -0700, march wrote:
> > Hi, guys.
>
> > As a regular user of python, I am ofte
I have seen a few recipes out there that allow for access to DB-API
columns by their name instead of column number.. I was wondering if
anyone knew of any code snippets that allow for the same thing with the
CSV module?
thanks!
--
http://mail.python.org/mailman/listinfo/python-list
I am been playing with the 'email' and 'mailbox' modules trying to read
in an email at a time from an mbox file, add something to the body of a
message and then write that change back out in 'mbox' format again.
Is there any code floating around out there that allows you to take a
message from 'ma