sowen wrote:
>
>...
> I know in Linux/Unix,Python is a kind of shell script.I think
> maybe it can do some work as well as Perl.What jobs the Python fans
> will put Python do in Linux? In Windows,what character Python is?
People use Python for all sorts of general purpose jobs. Some people
write very simple scripts and others write very complicated
applications. I can't tell you what Python is "good for" because it is
very popular for all sorts of stuff. It is a general purpose programming
language.
> What it can do? I don't think I would like to open the pythonwin
> to copy a file or delete it.
You do not need to use Python from within pythonwin. You can run Python
from a command line, batch file or the Windows explorer.
> In another sense,Python can not complie EXE file,it is null,isn't it?
There are ways of embedding Python code into executables but they are
not necessarily easy and fool-proof.
> I read the document.I know Python can write ASP application.
> I am an ASP master,I don't think writing ASP in Python will be
> more efficient than VBScript.Because Python is aslo a language
> which has no variable type.Furthermore,I think writing MTS/COM+
> or any other ISAPI/CGI application in Delphi/C++ will be more
> great and easy than writing in Python.
Some people agree with you. Others disagree. Many like the fact that you
could use Python for BOTH the ASP scripts *and* the MTS/COM+/ISAPI/CGI
application.
> I really don't know what is the benefit of Python.Just
> because of its modularization? I thin JAVA will be better.
Java is also a good language. Python tends to be better at talking to
Microsoft technologies than Java and better at talking to Java
applications than VB or C++.
--
Take a recipe. Leave a recipe.
Python Cookbook! http://www.ActiveState.com/pythoncookbook
_______________________________________________
ActivePython mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/activepython