Forum: Python Sep 6th, 2007 |
| Replies: 11 Views: 5,655 German forum but with lots of links to editors and IDEs for python.
http://www.python-forum.de/topic-3544.html |
Forum: Python Sep 6th, 2007 |
| Replies: 7 Views: 4,626 >>> ' String '.strip()
'String'
You may also want to look at the module csv.
http://docs.python.org/lib/module-csv.html
HTH |
Forum: Python Aug 14th, 2007 |
| Replies: 9 Views: 1,347 How to Think Like a Computer Scientist
http://www.ibiblio.org/obp/thinkCSpy/
IMHO the best programming tutorial I've done so far. |