Examples with "Python's use" and their translation 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.
While attendees at PyCon have traditionally been adults, Python's use had long spread to more than adults in the workforce.
Bien que les participants de PyCon soient traditionnellement des adultes, l'utilisation du Python s'étend désormais bien au-delà du monde du travail.
Andere resultaten
Use Python's debugging tools to quickly resolve bugs.
Now that we've covered the basics of classes and custom operators in Python, let's use it to implement our pipeline.
Alors que nous avons parcouru les bases des classes et de leurs opérateurs dans Python, adoptons-les pour construire notre pipeline.
However, it is possible to use Python's comparison operators to compare a Decimal instance x with another number y.
Cependant, il est possible d'utiliser les opérateurs de comparaison entre instances de Decimal avec les autres types numériques.
Python's ease of use and learning
You can use Python's pip command to install this package as a module of your Python installation.
Note that these format strings use Python's datetime module syntax, not the format strings from the date template filter.
Notez que ces chaînes de format utilisent la syntaxe du module datetime de Python, et non pas celle des chaînes de format de la balise de gabarit date.
FloatField uses Python's float type internally, while DecimalField uses Python's Decimal type.
FloatField utilise en interne le type Python float alors que DecimalField utilise le type Python Decimal.
The solution is to use Python's raw string notation for regular expression patterns; backslashes are not handled in any special way in a string literal prefixed with 'r'.
La solution est d'utiliser la notation des chaînes brutes en Python pour les expressions rationnelles ; Les backslashs ne provoquent aucun traitement spécifique dans les chaînes littérales préfixées par 'r'.
However, there are two alternates: Inside the one macro use Python's exec or execfile functions.
Cependant, il y a deux méthodes que vous pouvez utiliser: A l'intérieur d'une macro utilisez les fonctions Python exec ou execfile.
If the Majestic API has outdated information for a website (for example, no title) - we use python's urllib2 to grab it and populate the database.
Si l'API de Majestic a des informations non mises à jour pour un site web (par exemple, pas de titre), nous utilisons le urllib2 de python pour le récolter et peupler la base de donnée.
I will take advantage of Python's extensibility and use the pipe character ("|") to construct the pipeline. Live Example
Python uses the dot syntax to access attributes of objects.