Examples with "In Python 2" 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.
In Python 2, the string should be treated as a byte sequence without any character encoding.
Avec Python 2, la chaîne devrait être traitée comme une séquence d'octets sans encodage.
In Python 2, the "print" statement is not a function, and therefore it is invoked without parentheses.
En Python 2, l'instruction "print" n'est pas une fonction, et par conséquent elle est invoquée sans parenthèses.
In Python 2, you only needed to type "print" followed by what you wanted displayed.
Avec Python 2 il suffisait de taper "print" suivi de ce que vous vouliez afficher.
For example, the range command that we used creates a list (in python 2)
Par exemple, la commande range que nous avons utilisée plus haut crée en fait une liste (en python 2)
The u prefix on the functions below comes from a difference in Python 2 between unicode and bytestrings.
Le préfixe u des fonctions ci-dessous vient d'une différence en Python 2 entre les chaînes Unicode et chaînes d'octets.
Strings in Python 2 are required to be in the PostgreSQL server encoding when they are passed to PostgreSQL.
Les chaines de caractères en Python 2 doivent être transmises dans le même encodage que celui du serveur PostgreSQL.
In Python 2, this string will be in the PostgreSQL server encoding; in Python 3, it will be a Unicode string like all strings.
En Python 2, ces chaînes auront le même encodage de caractères que le serveur. En Python 3, ce seront des chaînes Unicode comme les autres.
Their names used the words str, which doesn't mean the same thing in Python 2 and Python 3, and unicode, which doesn't exist in Python 3.
dict.keys(), dict.items() and dict.values() return lists in Python 2 and iterators in Python 3.
Les méthodes de dictionnaire dict.keys(), dict.items() et dict.values() renvoient des listes en Python 2 et des itérateurs en Python 3.
A str (in Python 3) or unicode (in Python 2) subclass that has been specifically marked as "safe" for HTML output purposes.
Une sous-classe de str (avec Python 3) ou de unicode (avec Python 2) pour des chaînes ayant été explicitement marquées comme « sûres » (plus besoin d'échappement) à des fins d'affichage HTML.
PY2 If you need different code in Python 2 and Python 3, check six.PY2
Andere resultaten
Easy to program in Python 3 and 2, scratch and C language
Facile à programmer en Python 3 et 2, avec Scratch et en langage C
I'm not sure how many [packages] we have for Python 2 in Fedora, but there are a lot.
Je ne suis pas certain de combien de paquets nous avons pour Python 2 dans Fedora, mais il y en a beaucoup.