V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
mr7
V2EX  ›  程序员

《码农周刊》干货精选(Python 篇)

  •  
  •   mr7 · 2014-07-23 18:46:42 +08:00 · 7416 次点击
    这是一个创建于 3559 天前的主题,其中的信息可能已经有所发展或是发生改变。
    《码农周刊》已经累计发送了 38 期,我们将干货内容进行了精选。此为 Python 篇。
    《码农周刊》往期回顾: http://weekly.manong.io/issues/

    如何让 Python 代码运行得更快?
    作者给出了 18 条 Python 代码性能优化小贴士,简单明了,拿来即用。
    http://infiniteloop.in/blog/quick-python-performance-optimization-part-i/

    Python 学习资源列表 (kirang89)
    海量 Python 学习资源列表,涉及 Python 学习的方方面面。
    https://github.com/kirang89/pycrumbs/blob/master/pycrumbs.md

    [PDF] 免费电子书《面向程序员的数据挖掘实战指南》(Ron Zacharski)
    面向程序员的数据挖掘实战指南,侧重实例,以 Python 语言讲解。目前已完成 6 章,仍在更新中。http://guidetodatamining.com/
    http://vdisk.weibo.com/s/G-kaugh7cAzg

    gevent 程序员指南(Gevent社区)
    gevent 是一个基于 libev 的高性能 Python 并发库,它为各种并发和网络相关任务提供了整洁的 API。
    http://xlambda.com/gevent-tutorial/

    [视频] Sohu 邮箱的 Python 经验分享(彭一)
    搜狐邮箱是国内最大的 Python 应用之一,视频中分享了 Python 在搜狐邮箱的使用经验,主要包括:优雅地发布 Python 项目、优秀的 Web 框架——Tornado、加速你的 Python 代码和简化你的 C 代码。
    http://www.infoq.com/cn/presentations/sohu-mailbox-python-experience

    Python 机器学习工具包 (XD blog)
    以表格的形式比较 scikit-learn、statsmodels、mlpy、MDP、PyBrain、Theano、MILK、pyMVPA、NLTK、Gensim 和 Orange 的特性。
    http://www.xavierdupre.fr/blog/2013-09-15_nojs.html

    一份适合 Python 开发人员的 Vim 配置 (wklken)
    Python + Vim,你懂的。
    https://github.com/wklken/k-vim

    免费电子书《Tango With Django》(Leif Azzopardi & David Maxwell)
    一个很不错的 Python Django 入门教程
    http://www.tangowithdjango.com/book/

    Python 入门中译版( @LaTeX科技排版 )
    这份文档是 Python 官方入门的中文翻译版
    http://www.latexstudio.net/python-tutorial-zh-cn-latex-typesetting/

    免费电子书《Test-Driven Web Development with Python》 (Harry Percival)
    基于 Python 讲解 Web 测试驱动开发
    http://chimera.labs.oreilly.com/books/1234000000754/index.html

    PySonar - Python 代码静态分析工具
    大神王垠的开源作品
    https://github.com/yinwang0/pysonar2

    Google 出品的免费 Python 课程
    没啥好说的,推荐。在线视频 http://www.youku.com/playlist_show/id_20802998.html
    http://blog.hartleybrody.com/google-python/

    [PPT] Python 2 vs. Python 3
    来自 Python 之父 Guido 的分享,感谢 @在路上的理想 的推荐。原始链接 https://www.dropbox.com/s/83ppa5iykqmr14z/Py2v3Hackers2013.pptx
    http://vdisk.weibo.com/s/G-kaugh6K5jE

    Python 最佳实践指南 (Kenneth Reitz)
    GitHub 地址 https://github.com/kennethreitz/python-guide
    http://docs.python-guide.org/en/latest/

    ……

    完整阅读: http://baoz.me/446252
    9 条回复    2014-07-24 12:46:02 +08:00
    forrestchang
        1
    forrestchang  
       2014-07-23 22:08:44 +08:00   ❤️ 1
    感谢。
    Seikinmeid
        2
    Seikinmeid  
       2014-07-23 22:27:35 +08:00   ❤️ 1
    为什么进入最后的孢子社区的链接后,页面一直在内容页面和首页一直反复地跳?是因为我没注册么。。。
    manfay
        3
    manfay  
       2014-07-23 22:31:46 +08:00   ❤️ 1
    页面有问题(win firefox)
    mr7
        4
    mr7  
    OP
       2014-07-24 06:00:58 +08:00
    @Seikinmeid 你用的什么浏览器?
    mr7
        5
    mr7  
    OP
       2014-07-24 06:01:14 +08:00
    @manfay 具体什么问题呢?
    manfay
        6
    manfay  
       2014-07-24 08:48:22 +08:00
    昨天打开网址只有首页背景图,什都没有,点击没反应,但是现在打开又好了,能进去了。
    Seikinmeid
        7
    Seikinmeid  
       2014-07-24 09:08:01 +08:00
    @mr7 Chrome(ver. 36), Mac OS X 10.9.4

    刚刚又试了下,把可能影响页面的插件都disable了。问题依然存在,两个页面反复跳转。用Safari和火狐,Opera都可以打开。

    顺便,用火狐打开后,在滑动页面到最底端后,页面会上下抖一下。。
    tanywei
        8
    tanywei  
       2014-07-24 11:02:44 +08:00
    while 1 faster than where True
    求解
    george110
        9
    george110  
       2014-07-24 12:46:02 +08:00
    这个必须要感谢下OP
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   2687 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 27ms · UTC 11:55 · PVG 19:55 · LAX 04:55 · JFK 07:55
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.