hi there,
you are confusing things.
about python: python is a highlevel interpreted language, which means it does not need to be compiled by the user. It actually does get translated into bytecode, but the interpreter does that automatically. so theres not much of a "development environment"...