Python

Python 3.8.2 updated

Python is an interpreted, interactive, object-oriented programming language. It is often compared to Tcl, Perl, Scheme or Java. Python combines remarkable power with very clear syntax. It has modules, classes, exceptions, very high level dynamic...

Python

Python 3.5.1 / 2.7.11 updated

Python is similar to a programming language like Ruby, providing a simple syntax that allows developers to quickly put together applications and websites without having to write very much code to do so. The language supports well-known functional, OOP,...

TkInter

TkInter 2.4.2

Tkinter is Python's de-facto standard GUI (Graphical User Interface) package. It is a thin object-oriented layer on top of Tcl/Tk.Tkinter is not the only GuiProgramming toolkit for Python. It is however the most commonly used one, and almost the only one...

Python

Python 3.3.2

Python is a object oriented programming language. Clean syntax, high-level data structures, dynamic typing, and rich support libraries combine to make Python a very productive tool for many types of programming. Extensive support for XML, Internet...

Stackless Python

Stackless Python 3.4.2 / 3.3.6 / 3.2.5 / 3.1.3 / 2.7.9 / 2.6.5

Stackless Python is basically a Python interpreter that reduces the use of the C stack.It allows usage of programming threads, but without all the hassle and negative parts.Stackless Python can be used instead of regular Python, the syntax and all Python...

Python (64-bit) is an object oriented programming language. Clean syntax, high-level data structures, dynamic typing, and rich support libraries combine to make Python a very productive tool for many types of programming. Extensive support for XML,...