你是如何自學 Python 的? https://www.zhihu.com/question/20702054
Python 編碼規範(Google) http://www.runoob.com/w3cnote/google-python-styleguide.html
Python面試必需要看的15個問題 http://www.cnblogs.com/Vito2008/p/5044251.html
PYTHON 一些基礎面試題目總結 http://blog.csdn.net/alvine008/article/details/39229057
Python - 熟悉httplib2 http://blog.csdn.net/leehark/article/details/7079761html
Python3.X出現AttributeError: module 'urllib' has no attribute 'urlopen'錯誤 http://blog.csdn.net/john_bian/article/details/68059250
Python中第三方的庫(library)、模塊(module),包(package)的安裝方法 http://blog.csdn.net/atpccb/article/details/30304115
httplib2---python下的http請求終結者 http://blog.csdn.net/five3/article/details/7079140python
Python模塊經常使用的幾種安裝方式 http://blog.chinaunix.net/uid-23500957-id-3781907.html面試
Python中re(正則表達式)模塊學習 http://www.cnblogs.com/sevenyuan/archive/2010/12/06/1898075.html
深刻理解正則表達式 http://www.cnblogs.com/China3S/archive/2013/11/30/3451971.html正則表達式
python簡單爬取頁面信息及實現打開、關閉瀏覽器 http://blog.csdn.net/high2011/article/details/50900293windows
Python中元組,列表,字典的區別 http://blog.csdn.net/yasi_xi/article/details/38384047