Python安全類目推薦(持續更新)

技術小牛人發表於2017-11-15
Python 安全類目推薦 (持續更新)

推薦學習書目

› Learn Python the Hard Way 
› Python 學習手冊 
› Python Cookbook 
› Python 基礎教程 

Python Sites 

› PyPI – Python Package Index 
› http://www.simple-is-better.com/ 
› http://diveintopython.org/toc/index.html 
› Pocoo 
› Awesome Python 

安全開發最常用的開發庫,建議每個人都能熟練使用 

› Requests (目前最好用的http請求庫) 
› Beautiful Soup 4 (爬蟲類,解析庫) 
› Sqlalchemy (資料庫ORM中介軟體,用python便捷運算元據庫) 
› Urlparse (處理URL連結的庫) 
› Tldextract 處理分析世界各國域名tld格式的庫 
› Dnspython DNS toolkit (各種dns解析庫,可以用來實現一個dig工具) 
› Fabric (python SSH 批量連線管理伺服器的庫) 
› Netaddr (python網路地址庫 netaddr 可自定義生成IP段) 

學習視訊 

› 中谷教育 Python入門視訊 密碼: uvvk 
› Django 1.8教學視訊 
› Python從入門到精通線上視訊 極客學院 
› Python學習筆記 

值得關注的專案

› PyPy 
› Celery 
› Jinja2 
› Read the Docs 
› gevent 
› virtualenv 
› Stackless Python 
› 結巴中文分詞 
› Green Unicorn 
› Sentry 
› Shovel 
› Pyflakes 

Python 程式設計 

› pep8 Checker 

Styles 

› PEP 8 
› Google Python Style Guide 
› Code Style from The Hitchhiker`s Guide

本文轉自 K1two2 部落格園部落格,原文連結:

http://www.cnblogs.com/k1two2/p/4999530.html

  ,如需轉載請自行聯絡原作者


相關文章