MySQL for Python 2.7
Résolu
servietsky777
Messages postés
256
Statut
Membre
-
servietsky777 Messages postés 256 Statut Membre -
servietsky777 Messages postés 256 Statut Membre -
Hello !
Je recherche une librairie pour utiliser MySQL avec Python 2.7 sous Windows 7 64 bits
J'ai regardé un peu et j'ai trouvé ça :
MySQLdb - https://sourceforge.net/projects/mysql-python/
SQLAlchemy - https://www.sqlalchemy.org/
SQLObject - http://sqlobject.org/
ourSQL - https://pythonhosted.org/oursql/
Connector/Python - https://dev.mysql.com/downloads/connector/python/1.0.html
SQLite - https://www.sqlite.org/index.html
Psycopg2 - http://wiki.postgresql.org/wiki/Psycopg2_Tutorial
pandaSQL - https://github.com/yhat/pandasql
python-sql - https://code.google.com/archive/p/python-sql
SnakeSQL - http://pythonweb.org/projects/snakesql/
Qu'est-ce que vous me conseillez ?
Merci d'avance !
Servietsky
Je recherche une librairie pour utiliser MySQL avec Python 2.7 sous Windows 7 64 bits
J'ai regardé un peu et j'ai trouvé ça :
MySQLdb - https://sourceforge.net/projects/mysql-python/
SQLAlchemy - https://www.sqlalchemy.org/
SQLObject - http://sqlobject.org/
ourSQL - https://pythonhosted.org/oursql/
Connector/Python - https://dev.mysql.com/downloads/connector/python/1.0.html
SQLite - https://www.sqlite.org/index.html
Psycopg2 - http://wiki.postgresql.org/wiki/Psycopg2_Tutorial
pandaSQL - https://github.com/yhat/pandasql
python-sql - https://code.google.com/archive/p/python-sql
SnakeSQL - http://pythonweb.org/projects/snakesql/
Qu'est-ce que vous me conseillez ?
Merci d'avance !
Servietsky
A voir également:
- MySQL for Python 2.7
- Downloader for pc - Télécharger - Téléchargement & Transfert
- Citizen code python avis - Accueil - Outils
- Mysql community server - Télécharger - Bases de données
- Idm for mac - Télécharger - Téléchargement & Transfert
- Instagram for pc - Télécharger - Divers Communication
1 réponse
sqlite3 est le module de la librairie standard, on peut déjà faire beaucoup de choses avec, il est déjà aboutit.
C'est donc celui que je te conseillerais.
https://docs.python.org/3/library/sqlite3.html
Bonne continuation.
C'est donc celui que je te conseillerais.
https://docs.python.org/3/library/sqlite3.html
Bonne continuation.
Je me suis un peu renseigné, SQL Alchemy est un ORM (object-relational mapping), je sais pas si j'en ai vraiment besoin mais il s'utilise avec une librairie comme mySQLdb, ourSQL, Connector/Python... Donc il faut que j'en choisisse une. Ensuite je verrai si je veux utiliser un SQLAlchemy.
Mon autre post : https://stackoverflow.com/questions/18887705/mysql-for-python-2-7