Raised when there is an error in Python syntax.
This article assumes a basic knowledge of Python syntax.
Finding nothing in the documentation on how to insert a comment, I used just in case the Python syntax and was lucky it worked!
Ne trouvant rien dans la doc sur la façon d'insérer un commentaire, j'ai utilisé à tout hasard la syntaxe de Python et la chance a voulu que ce soit la bonne!
a fast, pure-Python, untyped, in-memory database engine, compatible with Python 2.3 and above, using Python syntax to manage data, instead of SQL
un moteur de base de données en mémoire, rapide, non typée, en pur Python, compatible avec Python 2.3 et au-dessus, qui utilise la syntaxe de Python pour toutes les opérations de gestion de la base au lieu de SQL.
By design the n in repeat n must be an integer literal; it cannot be a variable. When students learn about variables, they should learn the proper Python syntax to do loops and forget about the non-standard repeat.
Lorsque les étudiants apprennent ce qu'est une variable, et qu'ils veulent l'utiliser dans les boucles, ils devraient apprendre la véritable syntaxe Python et oublier la notation repeat qui ne sera pas reconnue par Python.
Knowledge of Python syntax and experience creating Python scripts is required.
Les participants doivent avoir une connaissance de la syntaxe Python et de l'expérience en création de scripts Python.
When the SAS program is executed, WPS processes the SAS syntax itself and utilizes your installed Python environment for the execution of the Python syntax.
Procédure SAS, WPS traite la syntaxe en langage SAS et utilise l'environnement Python installé et utilisé pour l'exécution de la syntaxe Python.
The new WPS Interop for Python module introduces the Python Procedure that lets you use Python syntax inside a SAS program with shared use of data using Pandas DataFrames.
Le nouveau module WPS Interop for Python introduit la procédure Python, qui permet d'utiliser la syntaxe de Python dans un programme en SAS et de partager l'utilisation des données grâce aux DataFrames Pandas.
Instead of inventing new syntax for templates, it re-uses python syntax.
Au lieu d'inventer une nouvelle syntaxe pour les gabarits, il réutilise la syntaxe de python.
You know the Python syntax and you are able to write simple routines.
Now that you've completed the lesson on Python syntax, let's see if you can put your newfound skills to use.
Maintenant que vous avez terminé la leçon sur la syntaxe du Python, il est temps de mettre vos nouvelles compétences à l'épreuve.
This table shows how abstract operations correspond to operator symbols in the Python syntax and the functions in the operator module.
Le tableau montre la correspondance entre les symboles des opérateurs Python et les fonctions du module operator.
For these built in datatypes, we can either use normal Python syntax to create them - or we can use the blueprint itself (the type).
Pour ces built in datatypes, nous pouvons soit utiliser la syntaxe python normale Python pour les créer- ou nous pouvons utiliser le blueprint lui-même (le type).