Search results
Results from the WOW.Com Content Network
Jython includes almost all of the modules in the standard Python programming language distribution, lacking only some of the modules implemented originally in C. For example, a user interface in Jython could be written with Swing, AWT or SWT. Jython compiles Python source code to Java bytecode (an intermediate language) either on demand or ...
MicroPython is a lean and efficient implementation of Python with libraries similar to those in Python. [25] Some standard Python libraries have an equivalent library in MicroPython renamed to distinguish between the two. MicroPython libraries are smaller with less popular features removed or modified to save memory. [19]
Fully written in Python with additional speed ups in Cython. PySide, open source is a Python binding of the cross-platform GUI toolkit Qt developed by The Qt Company, as part of the Qt for Python project. PyQt, open source (GPL and commercial) is another Python binding of the cross-platform GUI toolkit Qt developed by Riverbank Computing.
Mostly Java [2] Free Software Directory [3] About 17000 packages with 386 GNU-packages and 97 High Priority Projects [4] Open Hub (Formerly Ohloh) Libraries.io: Open source libraries, frameworks and tools ibiblio: Open source software List of free and open-source software packages: AlternativeTo: General: can filter by license type "Open Source"
It provided on-the-fly conversion from XML to any format, such as HTML, WAP or text using either W3C standard techniques, or flexible custom code; Beehive: Java visual object model; Buildr: a build system for Java-based applications, including support for Scala, Groovy and a growing number of JVM languages and tools
Pygame was originally written by Pete Shinners to replace PySDL after its development stalled. [2] [8] It has been a community project since 2000 [9] and is released under the free software GNU Lesser General Public License [5] (which "provides for Pygame to be distributed with open source and commercial software" [10]).
Pages in category "Free software programmed in Python" The following 200 pages are in this category, out of approximately 313 total. This list may not reflect recent changes .
JRuby is tightly integrated with Java to allow the embedding of the interpreter into any Java application with full two-way access between the Java and the Ruby code (similar to Jython for the Python language). JRuby's lead developers are Charles Oliver Nutter and Thomas Enebo, with many current and past contributors including Ola Bini and Nick ...