python 安全类目推荐 (最后更新:2016-03-12)
Python 渗透测试工具库
https://github.com/dloss/python-pentest-tools
推荐学习书目
› 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请求库)
:: › grequests,requests-futures,aiohttp (几个好用的异步http请求库)
› Beautiful Soup 4 (爬虫类,解析库)
› Sqlalchemy (数据库ORM中间件,用python便捷操作数据库)
› Urlparse (处理URL链接的库)
:: › furl
› Tldextract 处理分析世界各国域名tld格式的库
› Dnspython DNS toolkit (各种dns解析库,可以用来实现一个dig工具)
› Fabric (python SSH 批量连接管理服务器的库)
› Netaddr (python网络地址库 netaddr 可自定义生成IP段)
网络编程
› Scapy
› socket
› socketserver
› struct
› ctypes
学习视频
› 中谷教育 Python入门视频 密码: uvvk
› Django 1.8教学视频
› Python从入门到精通在线视频 极客学院
› 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