| Write Once and Really Run Anywhere |
| Posted on Thursday July 13, @05:27PM Pacific |
Python is an interpreted, interactive, object-oriented programming language. It has modules, classes, exceptions, very high level dynamic data types, and dynamic typing. The Python interpreter is written in C so basically any platform that has a C compiler can run Python. A sample of the platforms that Python runs on are Unix, Linux, DOS, Win16, Win32, Macintosh, OS/2, Amiga, BeOS, QNX, VMS, Psion, WinCE and PalmOS. Not only that, with JPython one can run Python within the Java Virtual Machine. Python is my preferred programming language. It is a first-rate language for both Web and XML development. Its syntax is both straight forward and powerful. It is both an excellent language for beginners as well as advanced programmers.
Note: Fields with bold titles are required.
|