Tagged Questions

5
votes
2answers
239 views

when to use an alternative Python distribution?

I have been programming in Python for a few years now and have always used CPython without thinking about it. The books and documentation I have read always refer to CPython too. When does it make ...