[Tutor] Newbie question concerning text covering multiple lines
Kent Johnson
kent37 at tds.net
Thu Apr 5 14:39:13 CEST 2007
Guba Castro wrote:
> The links you sent me are helpful, many thanks for that. Maybe there is
> another site you might be able to recommend to me: what I want to do
> with Python in primarily (Linux) scripting. Any ideas?
What do you mean by "Linux scripting"? If you want to work with files
and directories, look at the os and shutil modules. If you want to run
other programs, look at the subprocess module (though you may find that
Python has built-in capabilities that you can use instead of calling
external programs).
If you want better recommendations you will have to be more specific
about your needs.
Kent
PS Please use Reply All to reply to the list.
More information about the Tutor
mailing list