
python
文章平均质量分 77
EE
tester
展开
-
[Python]MySQLdb for Python使用指南/Python的数据库操作
[Python]MySQLdb for Python使用指南/Python的数据库操作 网站就是要和数据库进行交互,否则什么都不用做了...今天我们来看一个叫MySQLdb的库,这个用来和MySQL数据库进行交互. 可以从这里获得这个库 [url]http://source转载 2011-08-31 16:49:28 · 453 阅读 · 1 评论 -
python堆栈类
# -*- coding:utf-8 -*- # file: pystack.py # class PyStack: # 堆栈类转载 2011-08-29 10:45:19 · 1771 阅读 · 2 评论 -
python 数组 队列 堆栈
转自: http://www.17jo.com/program/python/base/ListUse.html转载 2011-08-29 10:53:59 · 562 阅读 · 0 评论 -
[转] Python的50个模块,满足你各种需要
Python具有强大的扩展能力,我列出了50个很棒的Python模块,包含几乎所有的需要:比如Databases,GUIs,Images, Sound, OS interaction, Web,以及其他。推荐收藏。 Graphical interface wxPython http://wxpython.org Graphical interface pyGtk http://ww转载 2012-04-21 00:27:32 · 548 阅读 · 0 评论 -
Boa constructor简介
我用Boa constructor很长时间了,也用它做了一个小项目(双色蟒 http://code.google.com/p/ssqpython),有一些感觉了;而且之前翻译了Boa constructor的中文部分,如果你从网上下载的是0.6.1版本,i18n中都会有中文可选。所以对它做一个介绍(基于Windows)。 首先要说的是Boa constructor不是Boa,当然也不是韩国女歌手转载 2012-04-21 01:16:51 · 722 阅读 · 0 评论