Cet article a été la vraie inspiration pour mon premier contact avec Python.
This article was the real inspiration for my first brush with Python.
Une expérience de développement avec Python et une bonne connaissance des bibliothèques standard.
Development experience with Python and good knowledge of the standard libraries.
Sauvez vos captures d'écran dans un fichier avec Python
Environ 80% de ces services sont écrits avec Python.
Around 80% of these services are written in Python.
File possède maintenant la méthode seekable() avec Python 3.
L'auteur présente un outil éducatif pour écrire des interfaces graphiques Gnome avec Python.
The author presents an educational tool to write Gnome GUIs using Python.
Si vous n'êtes pas familiers avec python ou la programmation en général, il y a possibilité de faire une session spécifique pour cela.
For those not familiar with python or programming, an optional special session can be held for that purpose.
Changer les dimensions d'une matrice avec python et numpy
Find nearest value and the index in array with python and numpy
Si vous travaillez avec python, inspirez-vous de la fonction matlab pour l'utilisation de l'exécutable.
If you work with python, look at the matlab function to understand how to call the executable.
Essayez de construire votre paquet avec python setup.py sdist (lancé depuis django-polls).
Try building your package with python setup.py sdist (run from inside django-polls).
Si vous avez reçu une clef usb avec python, la version est 2.7 (ancienne version).
If you received a usb key with python, then the version will be 2.7 (former version).
Ils peuvent être appelés avec python -m module [arg]... qui exécute le fichier source de module comme si vous aviez tapé son nom complet dans la ligne de commande.
These can be invoked using python -m module [arg]..., which executes the source file for module as if you had spelled out its full name on the command line.
Installez la bibliothèque bcrypt. Cela peut se faire en lançant pip install django[bcrypt] ou en téléchargeant la bibliothèque et en l'installant avec python setup.py install.
This can be done by running pip install django[bcrypt], or by downloading the library and installing it with python setup.py install.