码迷,mamicode.com
首页 > 编程语言 > 详细

Python 安全类目推荐 (持续更新)

时间:2015-11-27 06:46:54      阅读:232      评论:0      收藏:0      [点我收藏+]

标签:

推荐学习书目

› 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

 

Python 安全类目推荐 (持续更新)

标签:

原文地址:http://www.cnblogs.com/k1two2/p/4999530.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!