Vertaling van "other Python" in Frans
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
We will next see how to use this module in our other Python programs.
Nous allons voir comment utiliser ce module dans nos programmes Python.
It is possible to assign the result of a comparison or other Python, unlike C, assignment cannot occur inside expressions.
Notez qu'en Python, à la différence du C, des affectations ne peuvent pas intervenir à l'intérieur d'expressions.
We printed variables, sums, several things separated by commas, and even the result of other Python command such as type().
Nous avons affiché des variables, des opérations, des chaînes séparées par des virgules et même le résultat de la commande Python type().
That is, of course, so it works well with other Python commands.
Bien sûr, cette commande fonctionne parfaitement avec les autres commandes Python.
Modifying the user libraries can affect other Python software on your system.
La modification de bibliothèques utilisateurs peut influencer d'autres logiciels Python sur votre système.
Meeting other Python freelancers at meetups organised around your trade
Rencontrez d'autres freelances Python lors des meetups organisés autour de votre métier
This error can be handled just like any other Python exception, by using the try/except construct.
Cette erreur peut être gérée comme toutes les autres exceptions Python, en utilisant la construction try/except.
We assign to and retrieve from the hand attribute in our model just like any other Python class.
Nous écrivons et lisons dans l'attribut hand de notre modèle comme on le ferait avec tout autre classe Python.
Django, like many other Python libraries, uses these warnings to flag when features are going away.
Django, comme toute autre bibliothèque Python, utilise ces avertissements pour notifier que certaines fonctionnalités sont sur le point de disparaître.
To create a new instance of a model, just instantiate it like any other Python class
Pour créer une nouvelle instance d'un modèle, il suffit de l'instancier comme n'importe quelle autre classe Python
With an intuitive interface, this software provides beginners an easier way to execute these programs, making this an ideal alternative to other Python based applications.
Avec une interface intuitive, ce logiciel fournit aux débutants un moyen plus simple d'exécuter ces programmes, en faisant une alternative idéale aux autres applications en Python.
Note, however, that by not following the convention your code may be less readable by other Python programmers, and it is also conceivable that a class browser program be written which relies upon such a convention.
Remarquez, tout de même, que si votre code ne suit pas la convention, il peut se révéler moins lisible par d'autres programmeurs Python, et il est aussi concevable qu'un explorateur de classes soit écrit, qui se base sur cette convention.
Chances are, you understood right away how to think about them but, just in case, here's a more detailed explanation which will help you to not only understand how functions work, but also other Python construct that involve blocks of code.
Au cas où ce ne serait pas très clair pour vous, voici une façon de comprendre les fonctions qui pourra possiblement vous aider à comprendre d'autres constructions de Python comportant des blocs de code.