先收集,备用。
http://www.crifan.com/files/doc/docbook/python_intermediate_tutorial/release/html/python_intermediate_tutorial.html
http://www.crifan.com/explanation_about_python_standard_libaray_and_third_party_library/
Python的第三方模块名称 | 功能简介 | 详细解释/使用示例 |
BeautifulSoup | 用于解析html代码,方便提取所需内容 | BeautifulSoup 【总结】Python的第三方库BeautifulSoup的使用心得 【整理】关于Python中的html处理库函数BeautifulSoup使用注意事项 |
xlwt | 用于将数据写入到excel文件 | 【记录】Python中生成(写入数据到)Excel文件中 |
Scrapy | 用于编写网页爬虫的框架 | 【记录】安装Scrapy 【记录】折腾Scrapy的Tutorial |
PIL | 用于出现图像方面的图形库 | 【已解决】Python中通过Image的open之后,去show结果打不开bmp图片,无法正常显示图片 |
http://www.pyinstaller.org/
pyinstaller 貌似比py2exe更兼容2.7 到以后版本。