Newbie to Python

Bernard Delmée bdelmee at advalvas.REMOVEME.be
Fri May 30 05:23:06 EDT 2003


> - What Editor do you use to write your code ?

I like SciTE a lot but there are many alternatives:
http://www.python.org/cgi-bin/moinmoin/PythonEditors

> - Under Windows, are there functions concerning files (copying ,
> deleting ...) ?

The shutil module provides all this in a platform independant way:
http://www.python.org/doc/current/lib/module-shutil.html

> - is it possible to run a Python application  on a PC that don't have
> Python installed ?

You could look into py2exe
http://starship.python.net/crew/theller/py2exe/
or the McMillan installer
http://www.mcmillan-inc.com/installer_dnld.html
neither of which I have experience with !

Regards,

Bernard.







More information about the Python-list mailing list