I am being NOOBish here but i am very much interested about managed code due to The Heartbleed Bug.
I recently read this statement in HN which says:
C and other languages without memory checks are unsuitable for writing secure code. Plainly unsuitable. They need to be restricted to writing a small core system, preferably small enough that it can be checked using formal (proof-based) methods, and all the rest, including all application logic, should be written using managed code (such as C#, Java, or whatever - I have no preference).
So is Python a Managed Code Language or is managed code just a Microsoft terminology?