Glue It All Together With Python
Title: Glue It All Together With Python
Category: /Literature/English
Details: Words: 1160 | Pages: 4 (approximately 235 words/page)
Glue It All Together With Python
Category: /Literature/English
Details: Words: 1160 | Pages: 4 (approximately 235 words/page)
Introduction
Python is an advanced scripting language that is being used successfully to glue together large
software components. It spans multiple platforms, middleware products, and application domains.
Python is an object-oriented language with high-level data structures, dynamic typing, and dynamic
binding. Python has been around since 1991, and has a very active user community. For more
information, see the Python website http://www.python.org.
Like Tcl, Python is easily extensible with C/C++/Java code,
showed first 75 words of 1160 total
You are viewing only a small portion of the paper.
Please login or register to access the full copy.
Please login or register to access the full copy.
showed last 75 words of 1160 total
development time and execution
time, by providing a more dynamic, more expressive alternative. JPython's integration with Java is
superior to Python's integration with C/C++: due to Java's Reflection API, JPython can use
arbitrary Java classes without the help of a wrapper generator such as SWIG. (C/C++ code must
first be made available to Java through the Java native code interface; once it is callable from Java it
is callable from JPython.)
------------------------------------------------------------------------
**Bibliography**