python官方windows的安装包.
Python 3.7.4 was the fourth bugfix release of Python 3.7.
Note
There are now newer bugfix releases of Python 3.7 that supersede 3.7.4 and Python 3.8 is now the latest feature release of Python 3. Get the latest releases of 3.
在Windows平台上安装mysql模块用于Python开发
用python连接mysql的时候,需要用的安装版本,源码版本容易有错误提示。下边是打包了32与64版本。
MySQL-python-1.2.3.win32-py2.7.exe
MySQL-python-1.2.3.win-amd64-py2.7.exe
实例 1、取得 MYSQL 的版本
# -*- coding: UTF-8 -*-
#安装 MYSQL DB for python
import MySQLdb as mdb
c