最近准备比较系统地学习python3。参考资料就用python官网的docs及其tutorial。通过博客,一方面学习python的基础知识,另一方面是及时地进行总结,顺便提高下写作能力吧。平时文档实在写的太少啦。python3的文档官网:http://docs.python.org/3python语言本身很方便,灵活,以及全面。它既可以像shell脚本语言一样方便,快捷地管理系统,如批量移动文件,批量重命名文件等,完全胜任一些日常管理任务。它也可以像c语言一样面向过程编程,python的面向对象特性是个可选项,即使不用也可以发挥很大的作用。python非常适用于编写原型系统,或者说做个mod Read More
posted @ 2012-12-18 23:29 露初晞 Views(183) Comments(0) Diggs(0)
http://faculty.simpson.edu/lydia.sinapova/www/cmsc365/LN365_Lewis/L03-Countability.htm#diagThe diagonalization principle is based on a simple observation.Let A be a finite set, and R be a binary relation on A. We can represent the relation by a square table, rows and columns representing the element Read More
posted @ 2012-12-18 09:00 露初晞 Views(557) Comments(0) Diggs(0)