[CODE] - Python Newcomer Starting with Coding

Ilias Lazaridis ilias at lazaridis.com
Tue Mar 21 13:05:48 EST 2006


bruno at modulix wrote:
> Ilias Lazaridis wrote:
>> Where can I find practical coding examples for real life coding problems?
> 
> Probably in real life code ?-)
> 
>> Something like a categorized solution guide?
> 
> Look for the Python cookbook (google is your friend).
...

http://www.oreilly.com/catalog/pythoncook/

sorry, I've not clarified that I mean an free internet resource.

>> * copy the content of the package folder to the created folder
> 
> import shutil
> help(shutil.copytree)
...

this one was helpfull.

thanks a lot.

.

-- 
http://lazaridis.com



More information about the Python-list mailing list