

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.
Cost / License
- Free
- Open Source
Platforms
- Mac
- Windows
- Linux
- Python
Features
- Interpreter
Tags
- stackless
- Python
- thread
- microthreads
Stackless Python News & Activities
Highlights All activities
Recent activities
- kitsunta1l liked Stackless Python
Stackless Python information
No comments or reviews, maybe you want to be first?
Post comment/reviewWhat 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.


