Shell Commands in Python Code

F. Petitjean littlejohn.75 at news.free.fr
Sat May 7 13:21:17 EDT 2005


Le Sat, 7 May 2005 08:55:35 -0700 (PDT), Sara Khalatbari a écrit :
> There are a lot of commands that I need to use in my
> code & I don't know how to do it
> 
> Is there a way to use shell commands in Python code?
Python is a scrpting language. So you can substitute most shell scripts
idioms with pythonic ones. A large number of shell scripts can be
replaced with python scripts without any semantic loss.

> 



More information about the Python-list mailing list