[CODE] - Python Newcomer Starting with Coding

Ed Singleton singletoned at gmail.com
Tue Mar 21 07:50:38 EST 2006


On 21/03/06, Ilias Lazaridis <ilias at lazaridis.com> 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



More information about the Python-list mailing list