专注 K8S研究
发布时间:2018-08-30 02:00:33
最近做python的项目需要将json对象存储到数据库,在网上查了一下发现使用mysql数据库和MySQLdb模块是可以做到的。结果上网上查的时候发现,很多人说MySQLdb只能支持python2.4-2.7,不支持python3,但是我的其他部分基于python3的,不能使用python2。于是开始寻找解决办法,我发现后来MySQLdb是有支持python3.5 和3.6的版.........【阅读全文】
发布时间:2018-08-29 22:15:15
Python 3.6.0a1 - 2016-05-17Download Windows x86 web-based installerDownload Windows x86 executable installerDownload Windows x86 embeddable zip fileDownload Windows x86-64 web-based installerDownload Windows x86-64 executable installerDownload Windows x86-64 embeddable zip file可以通过.........【阅读全文】
发布时间:2015-03-27 09:18:00
Install pipTo install pip, securely download get-pip.py. [2]Then run the following (which may require administrator access):python get-pip.pyUpgrade pipOn Linux or OS X:pip install -U pipOn Fedora: 下安装pipyum install python-pip -y .........【阅读全文】
发布时间:2013-11-14 17:11:01
本文详细介绍了Python中iterator的概念及原理,以及怎么自定义一个自己的iterator。......【阅读全文】