Where we need to use Python ?

Bruno Desthuilliers bruno.42.desthuilliers at wtf.websiteburo.oops.com
Wed Aug 22 08:12:58 EDT 2007


gperumal at gmail.com 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).



More information about the Python-list mailing list