Python/lang-es

From OLPC
< PythonRedirect page
Jump to: navigation, search

Redirect to:

Introducion

Python es un lenguaje de programación. puedes encontrar mas sobre Python en su web[1] o leyendo el articulo de la wikipedia [2].

La mayoria del entorno Sugar esta escrito en el OLPC Python Environment.

Python es un tipico lenjuage interpretado. (It tokenizes the code at program start-up. It does not JIT.) Python is thus adequately fast for simple things, but poorly suited to number crunching and similar so processor intensive tasks are usually handled by a lower level language (normally C). The biggest advantage for the project is that source code is naturally supplied to the user, making Open Source software licenses easy to satisfy and making code available for children to modify. The biggest advantage for activity developers is that Python libraries are supplied which encapsulate the sugar API. (traduccion no terminada)