python使用的库梳理
零、引用
一、标准库
二、爬虫
2.1 Scrapy
2.2 Beautiful Soup
三、数据库ORM
3.1 SQLAlchemy
3.2 Flask-SQLAlchemy
3.3 django orm
见 django
3.4 Peewee
四、网络
4.1 Requests
4.2 Celery
4.3 gevent
五、数据处理
5.1 NumPy
5.2 pandas
5.3 chardet
六、时间处理