IronPython (Python running on .NET)
Jython (Python running on the Java Virtual Machine)
PyPy (A fast python implementation with a JIT compiler)
Stackless Python (Branch of CPython supporting microthreads)
Do we have to write different codes for those different python implementations (aka compilers ,right?)
http://python.org/download/ << If I download windows x86 windows install,which implmentation will I be using