比較好的Python博客網址

移動測試基礎 測試之道–阿里巴巴八年測試專家傾情奉獻
https://testerhome.com/topics/9640

介紹cython基礎的博客:
http://blog.csdn.net/I2Cbus/article/category/1936349

cython 官方文檔
http://docs.cython.org/en/latest/src/userguide/wrapping_CPlusPlus.html

pytest allure的github地址(包含簡單實例)
https://github.com/allure-framework/allure-pytest

github allure地址
https://github.com/allure-framework/allure1/wiki#gathering-information-about-tests

allure+jenkins Plugin的配置說明,wiki網
http://wiki.qatools.ru/display/AL/Allure+Jenkins+Plugin

flask相關資料鏈接地址
學習資料
Flask官方文檔的中文翻譯版本:http://docs.jinkan.org/docs/flask/index.html
Flask所有擴展模塊的文檔:http://flask.pocoo.org/extensions/
一個我覺得比較好的博客:http://www.pythondoc.com/flask-mega-tutorial/database.html#id2

testerhome有關flask的文檔
https://testerhome.com/topics/7756

詳細介紹python的內存管理機制的博文
http://www.cnblogs.com/vamei/p/3232088.html

從Pytho開始學編程
http://www.cnblogs.com/vamei/archive/2012/09/13/2682778.html

發佈了21 篇原創文章 · 獲贊 9 · 訪問量 7萬+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章