Chris Lasher wrote:
> And there's always Mark Pilgrim's very good and very free "Dive Into
> Python".
> http://www.diveintopython.org/
>
Reading that now...definitely not for a newbie.
--
http://mail.python.org/mailman/listinfo/python-list
Are you sure this is what you want to do? It seems an odd objective for
a preliminary effort.
Forgive me if I am reading this wrong, but I am concerned that you
think you need to do all this work to use the package. If so, you are
asking the wrong questions. Please look into the PYTHONPATH environ
And there's always Mark Pilgrim's very good and very free "Dive Into
Python".
http://www.diveintopython.org/
--
http://mail.python.org/mailman/listinfo/python-list
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