上一页 1 ··· 40 41 42 43 44 45 46 47 48 ··· 72 下一页
add by zhj : 这是Redis的作者antirez在他的技术博客中写的一篇文章英文原文:take-advantage-of-redis-adding-it-to-your-stack译文:几点建议,让Redis在你的系统中发挥更大作用 Redis在很多方面与其他数据库解决方案不同:它使用... Read More
posted @ 2015-04-06 00:02 奋斗终生 Views(6218) Comments(0) Diggs(2) Edit
原文:程序员必读书籍及导读指南最近在网上看了一个非常好的帖子《程序员一生必读的书》(我的腾讯微博上有分享该贴子链接,有兴趣就点击进去看看吧),该贴的第一个张图片是一个雷达图, 这张图是由ThoughtWorks(全球软件设计与定制领域的领袖级企业)的资深人士提供的,它将程序员要读的书分为四个类别,每... Read More
posted @ 2015-04-02 17:49 奋斗终生 Views(635) Comments(0) Diggs(1) Edit
原文:http://www.cnblogs.com/vamei/p/3174796.html作者:Vamei在循环对象和函数对象中,我们了解了循环器(iterator)的功能。循环器是对象的容器,包含有多个对象。通过调用循环器的next()方法 (__next__()方法,在Python 3.x中)... Read More
posted @ 2015-04-01 15:06 奋斗终生 Views(573) Comments(0) Diggs(0) Edit
原文:http://www.cnblogs.com/cython/articles/2169009.htmlitertools模块包含很多创建迭代器的函数,可以用各种方式对数据进行循环操作,此模块中的所有函数返回的迭代器都可以与for循环语句以及其他包含迭代器(如生成器和生成器表达式)的函数联合使用... Read More
posted @ 2015-04-01 15:01 奋斗终生 Views(324) Comments(0) Diggs(0) Edit
译文:Python中的下划线英文原文:Underscores in Python这篇文章讨论Python中下划线_的使用。跟Python中很多用法类似,下划线_的不同用法绝大部分(不全是)都是一种惯例约定。1. 单个下划线直接做变量名(_)主要有三种情况:1. 解释器中_符号是指交互解释器中最后一次... Read More
posted @ 2015-03-31 16:33 奋斗终生 Views(227) Comments(0) Diggs(0) Edit
add by zhj: 有些地方不正确,有时间再改吧原文:Python Cheat SheetCheat sheet of Python. Some basic concepts for Python programmer need to know.Python Naming Styles# see... Read More
posted @ 2015-03-30 21:36 奋斗终生 Views(727) Comments(0) Diggs(0) Edit
add by zhj: 在Python文档中清楚的说明了默认参数是怎么工作的,如下"Default parameter values are evaluated when the function definition is executed.This means that the expressi... Read More
posted @ 2015-03-30 17:09 奋斗终生 Views(250) Comments(0) Diggs(0) Edit
add by zhj: Python设计者为何将默认参数设计成这样呢?参见[Python函数参数默认值的陷阱和原理深究](http://cenalulu.github.io/python/default-mutable-arguments/)原文:[https://github.com/acmerf... Read More
posted @ 2015-03-30 16:51 奋斗终生 Views(676) Comments(0) Diggs(0) Edit
add by zhj: 这个是豆瓣网友整理的PEP8,算是PEP8的一个简易版本,因为原PEP8内容太多,所以建议先看这篇文章,然后再看PEP8中文翻译原文:http://www.douban.com/note/134971609/决定开始Python之路了,利用业余时间,争取更深入学习Python... Read More
posted @ 2015-03-30 14:22 奋斗终生 Views(1167) Comments(0) Diggs(0) Edit
原文:https://github.com/zgia/manualPEP 8 -- Style Guide for Python CodePEP Index > PEP 8 -- Style Guide for Python Code PEP:8Title:Style Guide for Pytho... Read More
posted @ 2015-03-30 14:12 奋斗终生 Views(17338) Comments(0) Diggs(2) Edit
上一页 1 ··· 40 41 42 43 44 45 46 47 48 ··· 72 下一页