[CODE] - Python Newcomer Starting with Coding
Ilias Lazaridis
ilias at lazaridis.com
Tue Mar 21 05:45:46 EST 2006
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
alternatively (which would possibly preserve the file-attributes)
* obtain the path of a python package
* copy the content of the package folder to the destination folder,
whlist giving a new name.
I've looked in the Python 2.4 documentation, but the resulting
possibilities are too much.
Any suggestions welcome.
.
--
http://lazaridis.com
More information about the Python-list
mailing list