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(728) 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(17339) Comments(0) Diggs(2) Edit