On Tue, 21 Mar 2006 20:05:48 +0200 in comp.lang.python, Ilias
Lazaridis <[EMAIL PROTECTED]> wrote:
>bruno at modulix wrote:
[...]
>> 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 re
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 fin
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
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.sourcefo
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).
> -
>
> My current problem:
>
> * create a folder
> * seems
Where can I find practical coding examples for real life coding problems?
Something like a categorized solution guide?
-
My current problem:
* create a folder
* seems to be: os.mkdir(path)
* obtain the path of a python package
* copy the content of the package folder to the created folder