Stackless Python icon
Stackless Python icon

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.

Cost / License

  • Free
  • Open Source

Platforms

  • Mac
  • Windows
  • Linux
  • Python
-
No reviews
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

No activities found.

Stackless Python information

  • Developed by

    Unknown
  • Licensing

    Open Source and Free product.
  • Alternatives

    5 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

Development
Stackless Python was added to AlternativeTo by wavenator on and this page was last updated .
No comments or reviews, maybe you want to be first?

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.