" Python会满足我们的要求吗? 是和否。因为Python是一种非常高级的语言,并且动态输入了,所以很容易学习。 Python没有使用 指针,但是你能够编写面向对象的代码(而不是 只是像Visual Basic一样对象友好)。你会发现 它本身你不能做任何Office宏脚本虽然 有几个软件包会给你增加的功能,如 访问Com +对象(参见Mark Hammond的win32模块)。现在,这个 可能需要比使用VBA更多的工作,但它*是*可行的。 win32模块中的部分可以让人们自己创建一个 宏语言! Python是很强大。有许多第三方模块和 框架(Zope,CherryPy)。此外,还有许多GUI工具包 可供它使用(wxWindows,GTK,QT,Tk以及on和on)你可以使用它作为包装来写并编译为Java字节码(参见 Jython)。但是,问题在于,每个要求可能会或可能*不符合。为此,你必须自己找出答案。我建议下载Python并给Python教程一个旋转和 然后看看其他与Python相关的东西: [对于程序员:] http://docs.python.org/tut/ tut.html [对于非程序员:] http://honors.montana.edu/~jjc/easytut/easytut/ [Win32 stuff:] http://starship.python.net/crew/mhammond/ [Tk' 'Tkinter'':] http://www.pythonware .com / library / tkinter / introduction / [wxPython:] http://www.wxpython.org/ [PyGTK:] http://www.pygtk.org/ 通过这些链接,您可以很好地了解Python 是否适合您。当然我们都喜欢说''是的,Python很好 给你!''但是你必须自己调查。 祝你好运! Harlin Seritt"Would Python meet our requirements? "Yes and no. Because Python is a very high-level language anddynamically typed it is easy to learn. Python doesn''t make use ofpointers but you are able to write object-oriented code (as opposed tojust being object-friendly like Visual Basic is). You will find that onits own you won''t be able to do any Office macro scripting althoughthere are several packages that will give you added functionality likeaccess to Com+ objects (see win32 modules by Mark Hammond). Now, thismay require more work than using VBA but it *is* doable. The comportion of the win32 modules can enable one to create even amacro-language unto itself!Python is very powerful. There are many 3rd party modules andframeworks (Zope, CherryPy). Also, there are many GUI toolkitsavailable for it (wxWindows, GTK, QT, Tk and on and on) and you canalso use it as a wrapper to write and compile to Java bytecode (seeJython). The problem for you, however, is it may or may *not* meetevery requirement. For that you''ll have to find out for yourself. Isuggest downloading Python and giving the Python tutorial a whirl andthen taking a look at other Python-related stuff:[For programmers:] http://docs.python.org/tut/tut.html[For non-programmers:] http://honors.montana.edu/~jjc/easytut/easytut/[Win32 stuff:] http://starship.python.net/crew/mhammond/[Tk ''Tkinter'':] http://www.pythonware.com/library/tkinter/introduction/[wxPython:] http://www.wxpython.org/[PyGTK:] http://www.pygtk.org/Purusing these links will give you a very good idea of whether Pythonis right for you. Naturally we''d all like to say ''YES Python is goodfor you!'' but you have to investigate for yourself.Good luck!Harlin Seritt 2005年3月16日星期三21:33:36 -0800,迈克考克斯 < mi ********** @ yahoo.com> 在comp.lang.python中声明了以下内容:On Wed, 16 Mar 2005 21:33:36 -0800, "Mike Cox" <mi**********@yahoo.com>declaimed the following in comp.lang.python:当你可能会或可能不会知道,微软正在停止使用Visual Basic支持VB.NET,这意味着我需要找到一种新的简单编程语言。 I 据我所知,VB.NET是Visual Basic的下一个版本, 利用了公共语言运行时。 - 据我所知, 是M As you may or may not know, Microsoft is discontinuing Visual Basic in favor of VB.NET and that means I need to find a new easy programming language. ISo far as I know, VB.NET is the next version of Visual Basic,making use of the "common language runtime" -- which, as I understand,is M 这篇关于Python是否像VB一样?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持! 上岸,阿里云!