help-I am new to python, I have some query could sombody help me out.

Jorge Godoy godoy at ieee.org
Mon Nov 7 06:20:59 EST 2005


"sumi" <suma_37 at yahoo.com> writes:

> I am very new to python ,  I have small query could some one help me.
> every time I get a new load i need to do few things like creating some
> dir, changing some file contents and moving some files , i would like
> to know if i can write a python script to do all these operation .

You can...  Creating directories, processing file contents and moving files is
not hard with Python (if the "processing" part is simple, then it all becomes
easy). :-)

Take a look at the tutorial and the documentation on the website.

-- 
Jorge Godoy      <godoy at ieee.org>



More information about the Python-list mailing list