Wednesday, 4 August 2021
about Python-Programing
Using Java as the underlying systems language for Python has a number of
advantages over the current implementation of Python in C.
First and foremost of these in my mind is the opportunity to ride the Java
popularity wave and let Python code run everywhere there's a Java VM.
It also makes the rich set of portable Java API's available from within
Python.
There is also a nice collection of technical reasons why Java is a
superior implementation language for Python than C. These include
Java's binary portability, thread-safety, object-orientation, true
exceptions, garbage collection, and friendliness to glue languages.
Nonetheless, Java offers many advantages for Python as
both an implementation language and a widely available run-time platform.
Subscribe to:
Post Comments (Atom)
ads
portfolio page website
Some important topics in portfolio webpage Portfolio Sections: ✔ ️ Summary and About me: Information yourself in brief. ✔ ️ Skil...
-
Some important topics in portfolio webpage Portfolio Sections: ✔ ️ Summary and About me: Information yourself in brief. ✔ ️ Skil...
-
Introduction to Artificial Intelligence (AI) : Artificial Intelligence (AI) refers to a machine-based system that can, for a given set of ...
-
A programming language is a way to code the program for programmers (developers) to communicate with computers. Programming languages co...
No comments:
Post a Comment