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.

> 
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to