Examples with "Python 3 si" and their translation in Engels
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.
Vous pouvez demander aux développeurs quand ils le porteront à Python 3 si vous ne voulez pas changer.
You can ask the developers when they will port it to Python 3 if you do not want to change.
Andere resultaten
Différents outils, tels que caniusepython3, vous permettent de vérifier si un package en particulier est compatible ou non avec Python 3.
Tools like caniusepython3 allow you to check if a certain package is Python 3 compatible or not.
Même si ce n'a pas été un choix délibéré, les caractères Unicode ont toujours été acceptés avec Python 3.
Although it wasn't a deliberate choice, Unicode characters have always been accepted when using Python 3.
Mais si vous utilisez Python 3, vous allez devoir effectuer quelques modifications par-ci, par la, pour que ça fonctionne correctement.
But If you're using Python 3 you are going to have to use slightly different variations every now and then to make it work properly.
Si vous n'êtes soumis à aucune contrainte de délais et que vos clients n'ont pas besoin de nouvelles fonctionnalités pour le moment, vous pouvez concentrer l'intégralité de votre cycle de développement sur le portage vers Python 3.
When you are not constrained by deadlines and your customers don't need new features at the moment you can concentrate your whole development cycle on porting to Python 3.
Si on a le choix, Python 3 est sans aucun doute le meilleur à utiliser pour tous les nouveaux projets, le plus récent étant souvent le meilleur : toutes les nouvelles fonctionnalités intéressantes des versions ultérieures valent la peine d'être utilisées.
Given the choice Python 3 is definitely the vintage to use on any new projects, and the newer the better - all the cool new features of later versions are worth having.
Il existe des centaines, si ce n'est des milliers de modules, certains ayant besoin d'autres modules, et la plupart envisage de passer à Python 3.
There are hundreds if not thousands of modules, some of which need other modules, and they're all at some point on a spectrum of support for Python 3.
La prise en charge de Jython pourrait être ajoutée de nouveau à Django si une version de Jython compatible avec Python 3 devait être publiée.
Jython support may be readded to Django if a Python 3 compatible Jython is released. Menyediakan data awal untuk model
Comme les migrations sont dorénavant aussi chargées à partir de fichiers.pyc, il pourrait être nécessaire de les supprimer si vous travaillez dans un environnement mixte Python 2 et Python 3.
Since migrations are now loaded from.pyc files, you might need to delete them if you're working in a mixed Python 2 and Python 3 environment.
Cela dépend de la configuration lors de la compilation ou des paquets installés si PL/Python pour Python 2 ou Python 3 ou les deux sont disponibles.
It depends on the build configuration or the installed packages whether PL/Python for Python 2 or Python 3 or both are available.
Si vous avez besoin de différencier le code entre Python 2 et Python 3, testez six.PY2
PY2 If you need different code in Python 2 and Python 3, check six.PY2
Si vous commencez un nouveau projet et que les dépendances que vous prévoyez d'utiliser fonctionnent avec Python 3, vous devriez utiliser Python 3.
If you're starting a new project, and the dependencies you plan to use work on Python 3, you should use Python 3.
Si vous avez besoin d'une chaîne littérale d'octets en Python 2 et que cette même chaîne littérale soit de l'unicode en Python 3, utilisez la fonction native str
If you need a byte string literal under Python 2 and a unicode string literal under Python 3, use the str builtin: str('my string')