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

Also, try using the python-tutor list.  It's a lot more helpful for
questions like these.

>
> 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/

Ed
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to