[EMAIL PROTECTED] a écrit :
> Hi
> 
> Iam new to Python
> I know Perl, JScript,C,C++,Java
> But i want to know where excatly this python come in to picture

Somewhere between Perl and Java.

> And Is it a interpreted language or a programming language

??? It's obviously a programming language, but this has nothing to do 
with interpreted vs compiled - which FWIW is a property of an 
implementation, not of a language.

Actually, most Python implementations are compiled to byte-code 
(specific one for CPython, JVM byte-code for Jython, CLR byte-code for 
Iron-Python).
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to