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

2023-05-23,

原文:http://baoz.me/446252 码农周刊,本人有修改
 
Python标准库,第三方库
按功能进行了分类,之前有一Pythoner说there is a library for everything in Python,果然是功能强大。
当我们需要某个功能时,先可以在这里检索
https://github.com/vinta/awesome-python
 
 
如何让 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/
你应该知道的一些 Python 模块 (Alberto Granzotto)
Docopt、Requests、lxml、Bottle、sh、Structlog……
http://tmp.devcharm.com/pages/python-modules-you-should-know
Learn X in Y minutes
一个通过实例快速学习编程语言的网站,里面有各种语言(如 Python、Ruby、JS、PHP、Java、C 和 C# 等)。via @骆逸
http://learnxinyminutes.com/
一些必看的 Python 学习视频 (reddit)
一篇不错的总结帖
http://www.reddit.com/r/Python/comments/1rs7ub/what_are_some_mustwatch_python_videos/
Python 静态分析介绍(@_王土艮)  
大神的文章,不多介绍了。
https://sourcegraph.com/blog/python-static-analysis
snownlp - 一个处理中文文本的 Python 类库  
感谢 @limodou 的分享
https://github.com/isnowfy/snownlp
Python 魔术方法指南 (Rafe Kettler)
不算新,PDF 版本。http://www.rafekettler.com/magicmethods.pdf
http://www.rafekettler.com/magicmethods.html
2013 年 Python 精华汇总  
超级棒!Pythoner 必读!感谢 @tastypaper 的推荐。
http://pypix.com/roundups/best-python-2013/
Python 3 问答
最新版本。同时推荐 Python 3.3: Trust Me, It's Better Than Python 2.7 https://speakerdeck.com/pyconslides/python-3-dot-3-trust-me-its-better-than-python-2-dot-7-by-dr-brett-cannon
http://python-notes.curiousefficiency.org/en/latest/python3/questions_and_answers.html
Python Koans
通过 TDD 的方式学习 Python
https://github.com/gregmalcolm/python_koans
Python 数据科学教程 (Greg)
大数据时代,多了解总是没错的。
http://blog.yhathq.com/posts/data-science-in-python-tutorial.html
全栈 Python (Matt Makai)  
一站式 Python 学习网站,覆盖 Python 学习的方方面面。
http://www.fullstackpython.com/
[PDF] 一些 Python 惯用法 (Safe Hammad)  
There should be one - and preferably only one - obvious way to do it. 感谢 @在路上的理想 的推荐。
http://safehammad.com/downloads/python-idioms-2014-01-16.pdf
14 个小巧的 Python Web 框架 (Alex Ivanovs)  
Pythoner 可以关注
http://codecondo.com/14-minimal-web-frameworks-for-python/
新版 Python.org 网站开源  
新版,你喜欢吗?
https://github.com/python/pythondotorg
Python 入门教程(@廖雪峰)  
非常不错,推荐。
http://www.liaoxuefeng.com/wiki/001374738125095c955c1e6d8bb493182103fac9270762a000
免费 Python 视频网站  
上线没多久,质量不错。视频在 YouTube 上,你懂的。
https://www.neckbeardrepublic.com/
30 个你可能不知道的 Python 语言特性和技巧 (Sahand Saba)  
拿来即用
http://sahandsaba.com/thirty-python-language-features-and-tricks-you-may-not-know.html
C/Go/Python 学习笔记 (qyuhen)  
这兄弟笔记写的太详细认真了,完全超出我的想象。一本 Go,一本 C,一本 Python。值得推荐。via @刘鑫Mars
https://github.com/qyuhen/book
10 个不错的 Python 学习资源 (Alex Ivanovs)  
很不错,推荐初学者关注。
http://codecondo.com/10-ways-to-learn-python/
Python 单元测试 (José R.C. Cruz)  
来自 Dr Dobb's 的好文
http://www.drdobbs.com/testing/unit-testing-with-python/240165163
Unpythonic Python (Erik Taubeneck)  
这周挺火的一篇 Python 文章,你中招没?
http://skien.cc/blog/2014/04/09/unpythonic-python/
Python 冷门知识合集 (Sebastian Raschka)  
学无止境
http://nbviewer.ipython.org/github/rasbt/python_reference/blob/master/tutorials/not_so_obvious_python_stuff.ipynb
click - 又一个 Python 命令行生成工具  
使用更加方便!GitHub 地址 https://github.com/mitsuhiko/click
http://click.pocoo.org/
Python 程序员常犯的 10 个错误 (Martin Chikilian)  
你中招了吗?
http://www.toptal.com/python/top-10-mistakes-that-python-programmers-make
Python 3 里 Unicode 的那些事 (Armin Ronacher)  
信息量不小
http://lucumr.pocoo.org/2014/5/12/everything-about-unicode/
Python 测试框架介绍  
nose、pytest、unittest、doctest
http://pythontesting.net/start-here/
如何组织你的 Python 应用代码?  
推荐 Pythoner 阅读
http://pythonthusiast.pythonblogs.com/230_pythonthusiast/archive/1395_how_python_organize_your_application_code.html
[在线课程] 计算机科学及 Python 编程导论(@MOOC学院)  
由 MIT 执行校长 Eric Grimson 主讲
http://mooc.guokr.com/course/244/Introduction-to-Computer-Science-and-Programming-Using-Python/
[PDF] 10 个超棒的 Python 3 功能  
你心动吗?
http://asmeurer.github.io/python3-presentation/python3-presentation.pdf
Online Python Tutor - 一个免费的 Python 学习工具  
适合初学者
http://www.pythontutor.com/
Python 基础知识 + 数据结构 + 算法设计(@五道口宅男)  
非常不错的 Python 学习资料合集,感谢作者。(感谢 @阿弥陀佛一页书 投稿)
http://hujiaweibujidao.github.io/python/
Python 编程中的反模式(曹知渊)  
本文为摘译,阅读原文。http://lignos.org/py_antipatterns/
http://www.infoq.com/cn/news/2014/07/python-programming-anti-patterns

《码农周刊》干货精选--Python篇(转)的相关教程结束。

《《码农周刊》干货精选--Python篇(转).doc》

下载本文的Word格式文档,以方便收藏与打印。