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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to