Translation of "pur python" in English
We couldn’t find this entry. Showing approximate results. Check your spelling or suggest adding this term to the dictionary.
C'est un logiciel libre développé en pur Python et disponible dans de nombreux langages.
It is a free software (as in free speech), which is developed in pure Python and is available in a lot of languages.
Le package xml n'est pas fourni, parce que celui de la distribution CPython utilise un module en C (pyexpat) qui n'est disponible ni en Javascript ni en pur Python.
The xml package is not provided because that of the CPython distribution uses a C module (pyexpat) which is available neither in Javascript nor in pure Python.
La seule différence avec le module en pur Python est la syntaxe pour identifier une table et la nécessité de spécifier le type des champs quand on crée une base
The main difference with the pure-Python module is the syntax to identify a database and a table, and the need to specify field types on base creation
Pour d'autres (le module re ou le package json par exemple), une version en pur Python est fournie (elle est moins rapide !
For others (module re or package json for instance), a pure-Python version is provided (it is not as fast!
PySol est écrit en 100% pur Python et fonctionne sans adjonction sur Unix (X11), Windows 95/98/2000/NT et Macintosh.
PySolFC is written in 100% pure Python and runs out-of-the-box on Unix (X11), Windows 95/98/ME/2000/NT/XP and Macintosh platforms.
En raison de sa dépendance vis-à-vis de la structure de données en « dictionnaire de dictionnaire » (pur Python), NetworkX est raisonnablement efficace, très évolutif, faisant de lui un outil intéressant dans le cadre de l'analyse des réseaux sociaux.
Due to its dependence on a pure-Python "dictionary of dictionary" data structure, NetworkX is a reasonably efficient, very scalable, highly portable framework for network and social network analysis.
un moteur de base de données en mémoire, rapide, non typée, en pur Python, compatible avec Python 2.3 et au-dessus, qui utilise la syntaxe de Python pour toutes les opérations de gestion de la base au lieu de SQL.
a fast, pure-Python, untyped, in-memory database engine, compatible with Python 2.3 and above, using Python syntax to manage data, instead of SQL