Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #5562
| Date | 2011-05-17 14:10 +0100 |
|---|---|
| From | Tim Golden <mail@timgolden.me.uk> |
| Subject | Re: where to find shared python script? |
| References | <BANLkTin5tARbO+2vQhqei9vVwaH4ujRoCg@mail.gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.1671.1305637811.9059.python-list@python.org> (permalink) |
On 17/05/2011 13:53, Yue Chao wrote: > I am new to python and thank you for your help! > the first question is, is there any resource online where we can find > shared python script (like reading a csv file for ready plot making, I > know to use csv module while I find it's not good enough) . I don't know if that specific example is there, but the ActiveState Python Cookbook is usually a good resource: http://code.activestate.com/recipes/langs/python/ > The second one is, is there a search function in the our mailing list > archive http://mail.python.org/pipermail/python-list/. ? http://www.google.com/search?q=site%3Amail.python.org+csv%20module&safe=active There's also the corresponding Google Group: http://groups.google.com/group/comp.lang.python/topics?lnk and MarkMail: http://python.markmail.org/ and GMane: http://news.gmane.org/gmane.comp.python.general and quite a few others which republish the list as Web pages TJG
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: where to find shared python script? Tim Golden <mail@timgolden.me.uk> - 2011-05-17 14:10 +0100
csiph-web