Python External Compilers

I am having trouble using the compiler that Python comes with and am currently looking for an external, and better compiler. Does anyone have any suggestions?

When Im in need of external python environment, I use Python WIN --> see here for more info and downloads…

Regards,

python is in interpited not compiled language.

Python does indeed compile the code (pyc, pyo files).

If the op were to describe the problem maybe one would have a shot at helping since there are a few different ways to ‘compile’ python code.