Python 常用库
- 基本的数据处理
0.list 链式表达
- dict
- tuple
- set 求和差并补集 str in,not in , startswith , endswith, find , findall
- regex=re.compile(pattern) , regex.findall(s)
- datetime, time, dateutil
- datetime.date.today().strftime('%Y%m%d')
- math sqrt, exp,
- 系统命令
- os
- listdir ,curdir
- walk
- os
- 数据库处理
- MySQLdb
- MySQLdb.connect(host=, user=, passwd=, db=,port=,charset=)
- cur.execute() , cur.executemany()
- conn.commit()
- sqlalchemy
- create_engine
- MySQLdb
- 文件读写
- xlrd , xlwt , 支持xls
- openpyxl 支持 xlsx
- json
- readlines
- 调接口
- urllib, urllib2,
- header
- urllib.urlencode( )
- request
- get / post
- urllib, urllib2,
- 邮件、提醒等
- smtplib
- tkMessageBox 弹窗提醒
- 爬虫 scrapy
- pandas
- 可视化
- matplotlib
- pyecharts
- Web
- tornado
- flask
- 科学计算
- numpy
- scipy
- sciki-learn