Come one come all and see the glories of python!
We have Python, Jython, CPython, Stackless Python, Unladen Swallow, PyPy, IronPython, Python.NET, PyVM, Vyper, Psyco...god only knows I'm missing about a thousand other iterations.
Ive just gotten finally to the point where Im getting into the GUI stuff of Python, and trying to lay out what works and what doesn't work and at this point Im *really* in a head-spin. What implementation of Python are we going to have in the pandora? - Anyone know?
Will ANY of these other python implementations be available or even compatible with the Pandora? I highly doubt all of them will since at least a couple of them use their own internal compilers, etc. I really like the fact at least that I can glue C into Python for intensive tasks (I've been told I can basically get 95% speed of C, without all the hassle of the actual coding of C if I play my cards right.)
Is it worth trying to delve into any of these other implementations or am I better off just using the standard Python, writing what I need to write, then coming back and optimizing (or even re-writing for a specific implementation)? I vaguely remember seeing someone say premature optimization is the devil, but I dont want to write shoddy code either.
We have Python, Jython, CPython, Stackless Python, Unladen Swallow, PyPy, IronPython, Python.NET, PyVM, Vyper, Psyco...god only knows I'm missing about a thousand other iterations.
Ive just gotten finally to the point where Im getting into the GUI stuff of Python, and trying to lay out what works and what doesn't work and at this point Im *really* in a head-spin. What implementation of Python are we going to have in the pandora? - Anyone know?
Will ANY of these other python implementations be available or even compatible with the Pandora? I highly doubt all of them will since at least a couple of them use their own internal compilers, etc. I really like the fact at least that I can glue C into Python for intensive tasks (I've been told I can basically get 95% speed of C, without all the hassle of the actual coding of C if I play my cards right.)
Is it worth trying to delve into any of these other implementations or am I better off just using the standard Python, writing what I need to write, then coming back and optimizing (or even re-writing for a specific implementation)? I vaguely remember seeing someone say premature optimization is the devil, but I dont want to write shoddy code either.
Last edited by a moderator: