Java is a very powerful language. Python is a very easy and very efficient language. Isn't it a pity that both of these languages remain separate? Or do they? Let me introduce Jython, a technology capable of merging Python and Java together to create efficient and powerful applications. Jython is an implementation of Python in Java. With it, you can embed Python directly into your Java applets and applications, or you can use Java classes in Python, along with the modules of the standard library that Jython supports (at the time of writing this, the number of supported modules is a bit limited). The source of Jython is also freely availible, just like Python's source.
blog comments powered by Disqus |