Translation of "Python va" in English
We couldn’t find this entry. Showing approximate results. Check your spelling or suggest adding this term to the dictionary.
Première chose, s'assurer que Python va trouver notre bibliothèque FreeCAD.
The first, important part is to make sure python will find our FreeCAD library.
Si vous ne les incluez pas dans vos packages, python va essayer de les créer lorsque l'utilisateur lancera le programme.
If you do not include them in your packages, python will try to create them when the user runs the program.
Très probablement Python va hurler à vous.
Python va enregistrer l'adresse en mémoire de la valeur retournée
Python will store the memory address of the return value.
Il faut aussi noter que lorsque nous entrons une commande, Python va nous en donner immédiatement le résultat.
Also, we notice that as we enter in commands, Python will give us its output immediately.
Compilation des fichier binaires Python va essayer automatiquement de compiler les fichiers binaires lorsqu'il les exécute afin d'accélérer les prochains lancements.
Python will automatically try to byte compile files when it runs in order to speed up startup the next time it is run.
Python va commencer par comparer les premiers éléments de chaque liste (ici, c'est possible, les deux éléments sont comparables ; dans le cas contraire, une erreur serait retournée)
Python will start by comparing the first elements of each list (here, it is possible, the two elements are comparable; otherwise, an error would be returned)
Pour les exécutions à d'autres niveaux avec python -O [APP], python va utiliser le cache.pyos même si celui-ci est d'un niveau d'optimisation différent de celui-demander.
On subsequent runs with python -O [APP] python will use the cached.pyos even though a different optimization level has been requested.
L'amour de Python va nous aider à le traverser.
Ainsi, une liste dans Python va à peu près ressembler à cela
Maintenant que nous avons de vrai données à manipuler, nous voulons être sûr que beaucoup de code Python va être écrit pendant ce hackathon.
Now that it has become exciting with real data, we want to make sure that there's going to be a lot of Python code written there.
Python va t'il tuer PHP ?
La variable sys.path contient les répertoires où python va chercher les modules. Le premier d'entre eux est le répertoire du programme.
The variable sys.path is a list of strings that determines the interpreter's search path for modules.