Python自带工具和数据库函数
2018-01-24 本文已影响53人
老生住长亭
Python自带工具
1、模块定义
# hello1.py
def hello():
print("hello1")
import hello1.py
2、 查看模块dir方法
3、 查看模块过滤方法:all
4、使用库
fileinput : 文件读取
集合(set,堆(heap),双端队列(deque)
集合创建:set([])
堆(heap):用途 排序,取最大,最小值
deque
time
random
文件存储:shelve
正则匹配:re
贪婪模式和非贪婪模式
Python数据库API
1、数据库定义全局变量
apilevel 版本
threadsafety:0-3之间的数据
0 线程不共享模块
1 模块本身共享,但不共享连接
3 完全共享
paramstyle
2、数据库异常
DatabaseError 数据库相关的error
StandardError 所以范型异常的基类
3、连接和游标
函数名:connect
cursor 方法
4、数据类型,举几个
NUMBER 数字列
STRING 字符列
ROWID ID列