List of Python software: Difference between revisions

Content deleted Content added
Tags: Mobile edit Mobile web edit
No edit summary
Tag: Reverted
Line 288:
* [[IronPython]] – Python for [[Common Language Infrastructure|CLI]] platforms (including [[.NET Framework|.NET]] and [[Mono (software)|Mono]])
* [[Jython]] – Python for [[Java (software platform)|Java]] platforms
* [[Pyjs]] – a framework (based on [[Google Web Toolkit]] (GWT) concept) for developing client-side [https://radixweb.com/services/python-app-development Python-based web applications], including a stand-alone Python-to-JavaScript compiler, an [[Ajax (programming)|Ajax]] framework and widget toolkit
* [[PyPy]] – Python (originally) coded in Python, used with [[PyPy#RPython|RPython]], a restricted subset of Python that is amenable to static analysis and thus a [[Just-in-time compilation|JIT]].
* [[Numba]] – [[NumPy]] aware [[LLVM]]-based JIT compiler