Translation of "par Python" in English
We couldn’t find this entry. Showing approximate results. Check your spelling or suggest adding this term to the dictionary.
Rappel: les commentaires sont ignorés par Python.
Attention cet argument est alimenté automatiquement par Python, il n'est donc pas nécessaire de le placer lors de l'appel d'une méthode.
Careful, this argument is added automatically by Python, so it is not necessary to include it when calling the method.
Joignez-vous à nous et rencontrez d'autres femmes qui sont intéressées par Python.
Come out and meet other women who are interested in Python.
Les utilisateurs existants et ceux qui ne sont pas actuellement intéressés par Python 3 utilisent le nom plpythonu et n'ont rien à changer pour l'instant.
Existing users and users who are currently not interested in Python 3 use the language name plpythonu and don't have to change anything for the foreseeable future.
Prennez ces règles en compte lorsque vous utilisez les outils de distribution et d'installation fournis par Python.
Please take such policies into account when making use of the distribution and installation tools provided with Python.
Il va utiliser la fonction 'print' (afficher) qui est fournie par Python.
It's going to pass it to the print function which comes with Python.
Elle est fournie par le module sys à titre d'information, et la modifier n'a aucun effet sur les clés de registre utilisées par Python.
It is provided in the sys module for informational purposes; modifying this value has no effect on the registry keys used by Python.
Quand nous regardons l'erreur indiquée par Python, il nous indique l'endroit où a été trouvée l'erreur.
When we observe the error given by Python, it also tells us the place where it detected the error as well.
Cela est géré par Python qui lève (raises) la main et vous dit qu'il y a une erreur.
This is handled by Python which raises its hands and tells you there is an error.
La méthode est inestimable pour convertir des données textuelles vers des structures de données qui peuvent être lues et modifiées par Python comme démontré dans l'exemple suivant qui crée un répertoire téléphonique.
The method is invaluable for converting textual data into data structures that can be easily read and modified by Python as demonstrated in the following example that creates a phonebook.
Python ne dépend pas de l'éventuelle notion de fichier texte du système sous jacent, tout est effectué par Python lui même, et ainsi indépendant de la plateforme.
Python doesn't depend on the underlying operating system's notion of text files; all the processing is done by Python itself, and is therefore platform-independent.
Donc si vous définissez une variable longueur et que je définis dans une autre fonction une variable longueur, celles-ci seront traitées comme deux variables différentes par Python.
Thus, if you write a function and use a variable named length and if I write another function and also use a variable named length, these will be treated as being different variables by Python.
Notez que les espaces autour des opérateurs comme + et , sont ignorés par Python; cependant, ils peuvent faciliter la lecture (et la compréhension) pour les humains.
Note that spaces around the operators like + and are ignored by Python; however, they can make it easier for humans to read the code.