![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.python archivemore newbie list questions
From: googleboy <mynews44@yahoo.com>
Date: Wed Jul 13 2005 - 23:12:40 CEST
Hi there.
I am doing a bunch of processing over a list of lists, and am
I have a list of books with several fields (Title, Author1, Author2,
I have a cell.txt file that looks like this:
++
I know how to do something like sAuth = re.sub('%author1%', author1,
The second thing I am trying to figure out is how to add a field (or
The last thing that is vexing me at the moment is something I am not
for book in all_books
Where I replace %filename% with the value of the filename field for
Or is there another way entirely different to accomplish such a task,
TIA!
Googleboy
|