请选择 进入手机版 | 继续访问电脑版
楼主: 客初
4856 16

Python干货学习网站精选 [推广有奖]

荣誉版主

饿死在金字塔顶的人

泰斗

28%

还不是VIP/贵宾

-

TA的文库  其他...

kindle读书人

有体系有结构的资料

公司金融与公司治理

威望
9
论坛币
11412340 个
通用积分
27294.9866
学术水平
3923 点
热心指数
4871 点
信用等级
3873 点
经验
432198 点
帖子
4706
精华
87
在线时间
17142 小时
注册时间
2012-11-2
最后登录
2024-3-28

一级伯乐勋章 初级热心勋章 初级学术勋章 初级信用勋章 中级学术勋章 中级热心勋章 中级信用勋章 高级学术勋章 高级热心勋章 高级信用勋章 特级热心勋章 特级学术勋章 特级信用勋章

客初 企业认证  学生认证  发表于 2014-8-3 22:43:41 |显示全部楼层 |坛友微信交流群

+2 论坛币
k人 参与回答

经管之家送您一份

应届毕业生专属福利!

求职就业群
赵安豆老师微信:zhaoandou666

经管之家联合CDA

送您一个全额奖学金名额~ !

感谢您参与论坛问题回答

经管之家送您两个论坛币!

+2 论坛币

本文整理自《码农周刊》



  • 如何让 Python 代码运行得更快?

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

  • Python 学习资源列表

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

  • [PDF] 免费电子书《面向程序员的数据挖掘实战指南》

面向程序员的数据挖掘实战指南,侧重实例,以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 官方入门的中文翻译版
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/


新版,你喜欢吗?
https://github.com/python/pythondotorg


非常不错,推荐。
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 学习资料合集,感谢作者。(感谢 @阿弥陀佛一页书投稿)
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 学习网站 学习网 Presentation Optimization Python 学习网站 小贴士 程序员 blog

已有 1 人评分论坛币 学术水平 热心指数 信用等级 收起 理由
xupengswordsman + 1 + 1 + 1 + 1 精彩帖子

总评分: 论坛币 + 1  学术水平 + 1  热心指数 + 1  信用等级 + 1   查看全部评分

statsailor 发表于 2014-8-3 23:19:23 来自手机 |显示全部楼层 |坛友微信交流群

使用道具

line_us 发表于 2014-8-3 23:20:10 |显示全部楼层 |坛友微信交流群
支持分享

使用道具

注册吧 发表于 2014-8-4 16:29:57 |显示全部楼层 |坛友微信交流群
谢谢分享

使用道具

tzj110 发表于 2014-8-4 19:35:11 |显示全部楼层 |坛友微信交流群
整理得不错

使用道具

minixi 发表于 2014-8-4 21:55:14 |显示全部楼层 |坛友微信交流群
谢谢分享。

使用道具

mathsfox 发表于 2014-8-23 11:47:14 |显示全部楼层 |坛友微信交流群
非常好的整理,很实用,谢谢

使用道具

qfnu2009 发表于 2014-9-11 19:04:51 |显示全部楼层 |坛友微信交流群
谢谢分享

使用道具

ding
kankan

使用道具

carmanlee 发表于 2014-9-14 00:14:49 |显示全部楼层 |坛友微信交流群
为什么“该网站已被篡改,有QQ被盗风险”

使用道具

您需要登录后才可以回帖 登录 | 我要注册

本版微信群
加好友,备注cda
拉您进交流群

京ICP备16021002-2号 京B2-20170662号 京公网安备 11010802022788号 论坛法律顾问:王进律师 知识产权保护声明   免责及隐私声明

GMT+8, 2024-3-29 22:58