Ed Singleton wrote: > On 21/03/06, Ilias Lazaridis <[EMAIL PROTECTED]> wrote: >> Where can I find practical coding examples for real life coding problems? >> >> Something like a categorized solution guide? >> > > This sounds quite a lot like PLEAC. It certainly contains a lot that > you would find useful. > > http://pleac.sourceforge.net/pleac_python/index.html
yes, this looks like the resource I was looking for. > Also, try using the python-tutor list. It's a lot more helpful for > questions like these. I've subscribed via gmane's nntp: news://news.gmane.org:119/gmane.comp.python.tutor will take a close look to this list. >> My current problem: >> >> * create a folder >> * seems to be: os.mkdir(path) > > Try using the Path module. It makes all that stuff much easier: > > http://www.jorendorff.com/articles/python/path/ looks very intresting. for now I am limited to the standard library. but I will for sure take a deeper look in near future. . -- http://lazaridis.com -- http://mail.python.org/mailman/listinfo/python-list