Share This
Python
Python is a general-purpose high-level programming language. Its design philosophy emphasizes code readability. Python claims to "[combine] remarkable power with very clear syntax", and its standard library is large and comprehensive. Its use of indentation for block delimiters is unusual among...
Learn more about Python »
Add More Topics
Save this view to a base, or just for yourself.
5 Programming Language topics matching:
Filter this CollectionStackless Python
Stackless Python, or Stackless, is a Python programming language interpreter, so named because it avoids depending on the C call stack for its own stack. The most prominent feature of Stackless is microthreads, which avoid much of the overhead...
Parent Language:
Language Paradigms:
IronPython
IronPython is an implementation of the Python programming language targeting the .NET Framework and Mono, created by Jim Hugunin. Version 1.0 was released on September 5, 2006. Version 2.0 was released on December 10, 2008.
IronPython is written...