OscarXie.net

关注质量与体验——电子商务与自动化测试

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

接触Python是08年中,当时搞selenium爬虫用的是python语言,也是首次接触selenium,很有意思,selenium首次使用居然不是用来做自动化测试。

之前用C#,写爬虫时间紧,一周搞完,完全是个速成,导致根基不牢,最近考虑重新学习以加深认识。

当时参考的是python官网的教程和简明python教程,按照搜索的思路,碰到什么不明白的就上去查下,完全是个解决问题的思路。

Python的好处这里就不提了,网上到处都是,这里整理下python的学习资料以便后面学习使用。

 

The Python Tutorial 

http://docs.python.org/tutorial/index.html
Python Style Guide

http://www.python.org/doc/essays/styleguide.html

简明python教程
http://woodpecker.org.cn/abyteofpython_cn/chinese/

Learn Python The Hard Way, 2nd Edition 

http://learnpythonthehardway.org/book/

Google's Python Class 

http://code.google.com/intl/zh-CN/edu/languages/google-python-class/introduction.html

深入Python 

http://man.chinaunix.net/develop/python/diveinto_python/toc.html

Python 中文社区 

http://python.cn/

Python China

http://python-china.org/

园子里文章,Python天天美味

http://www.cnblogs.com/coderzh/archive/2008/07/08/1237921.html

 

Django 

https://www.djangoproject.com/

PycURL

http://pycurl.sourceforge.net/

PyCon

http://pycon.org/
http://cn.pycon.org/2012

 

ulipad

http://code.google.com/p/ulipad/

这个罗嗦2句,刚开始用了下自带的IDE果断放弃换notepad,但发现python的缩进很讨厌,再换notepad++,

有语言高亮好多了,但是运行又不爽,当时装的还是XP,最后换的ulipad,确实好很多,但是ulipad只针对python,如果有其他语言混合使用就不方便了。

所以还是用Eclipse或NetBeans省事,特别是现在换Ubuntu了,目前使用NetBeans,VI/VIM高手就不要来吐槽了,我是windows世界过来的,快捷键操作确实弱。 

 

Python 代码性能优化技巧(推荐)

http://www.ibm.com/developerworks/cn/linux/l-cn-python-optim/

 

PS:

Google 编程学院 

http://code.google.com/intl/zh-CN/edu/

Google Developers

https://developers.google.com/


posted on 2012-09-20 11:23  oscarxie  阅读(2192)  评论(0编辑  收藏  举报