Stackless Python icon
Stackless Python icon

Stackless Python

 7 likes

Stackless Python is an enhanced version of the Python programming language. It allows programmers to reap the benefits of thread-based programming without the performance and complexity problems associated with conventional threads.

License model

  • FreeOpen Source

Platforms

  • Mac
  • Windows
  • Linux
  • Python
  No rating
7likes
0comments
0news articles

Features

Suggest and vote on features
  1.  Interpreter

 Tags

  • stackless
  • Python
  • thread
  • microthreads

Stackless Python News & Activities

Highlights All activities

Recent activities

Show all activities

Stackless Python information

  • Developed by

    Unknown
  • Licensing

    Open Source and Free product.
  • Alternatives

    5 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

Development

Our users have written 0 comments and reviews about Stackless Python, and it has gotten 7 likes

Stackless Python was added to AlternativeTo by wavenator on Jul 7, 2013 and this page was last updated Nov 27, 2014.
No comments or reviews, maybe you want to be first?
Post comment/review

What is Stackless Python?

Stackless Python is an enhanced version of the Python programming language. It allows programmers to reap the benefits of thread-based programming without the performance and complexity problems associated with conventional threads. The microthreads that Stackless adds to Python are a cheap and lightweight convenience which can if used properly, give the following benefits:

  • Improved program structure.
  • More readable code.
  • Increased programmer productivity.