praba kar wrote:
> I want to know whether Python is compiler language
> or interpreted language. If Python is interpreter
> language why compilation is there.
That distinction is implementation dependent and
not an aspect of the language. How would that knowledge
affect your decisions or thought
"praba kar" <[EMAIL PROTECTED]> wrote:
> I have doubt regarding python Compilation.
you sure have a lot of doubts.
> I want to know whether Python is compiler language
> or interpreted language. If Python is interpreter
> language why compilation is there.
the CPython implementation of P