Vous êtes sur la page 1sur 1

So Why Use Python?

Python is highly expressive and easy to learnnew programmers quickly discover that
they can do quite a lot in a short space of time. Many Python libraries wrap tools written
in other languages to make it easy to call other systems; for example, the scikit-
learn machine learning system wraps LIBLINEAR and LIBSVM (both of which are
written in C), and the numpy library includes BLAS and other C and Fortran libraries.
As a result, Python code that properly utilizes these modules can indeed be as fast as
comparable C code.

Vous aimerez peut-être aussi