Différences entre les versions de « Python »
De BlaxWiki
Aller à la navigationAller à la recherche| Ligne 4 : | Ligne 4 : | ||
Pour tester qu'un module python est bien installé : python -c "import MySQLdb;" | Pour tester qu'un module python est bien installé : python -c "import MySQLdb;" | ||
Pour lister les modules : python / puis help('modules') | |||
[[Catégorie:Software]] | [[Catégorie:Software]] | ||
Version du 27 mars 2013 à 17:31
Apprendre a programmer en Python (fr)
Pour tester qu'un module python est bien installé : python -c "import MySQLdb;"
Pour lister les modules : python / puis help('modules')