Python温故

Python温故

上周五的时候,在公司做了一个关于python的交流会,我花了两天时间,写了48页ppt作为大纳。会后咨询参会的同事,都说效果不错,所以就大胆地把ppt放到blog上来了。这些ppt主要说的是python的基础知识,但因为综合了python 2.3/2.4/2.5的各种新特性,所以也合适对python已经了解的人士。在ppt里,我讲了7种python的基本数据结构,几乎涵盖了编程的各种需求;而“避免代码劣化”一节更是我在工作和学习中的总结,我觉得应该很有借鉴的价值吧;而单元测试和性能剖分方面,也是现代程序开发不可或缺的两种质量保证手段。

在这里提供图片预览版,你也可以点击这里下载清晰的pdf版本。

又,我发现把ppt转为图片很麻烦,虽然powerpoint 2003 已经有另存为图片的功能,但竟然不能指定大小!只好自己写了一段vba来把换,以后有时间的话,完善一下这段vba程序,再分享给大家!

 

Python温故_第1张图片 

Python温故_第2张图片 

Python温故_第3张图片 

Python温故_第4张图片 

Python温故_第5张图片 

Python温故_第6张图片 

Python温故_第7张图片 

Python温故_第8张图片 

Python温故_第9张图片 

Python温故_第10张图片 

Python温故_第11张图片 

Python温故_第12张图片 

Python温故_第13张图片 

Python温故_第14张图片 

Python温故_第15张图片 

Python温故_第16张图片 

Python温故_第17张图片 

Python温故_第18张图片 

Python温故_第19张图片 

Python温故_第20张图片 

Python温故_第21张图片 

Python温故_第22张图片 

Python温故_第23张图片 

Python温故_第24张图片 

Python温故_第25张图片 

Python温故_第26张图片 

Python温故_第27张图片 

Python温故_第28张图片 

Python温故_第29张图片 

Python温故_第30张图片 

Python温故_第31张图片 

Python温故_第32张图片 

Python温故_第33张图片 

Python温故_第34张图片 

Python温故_第35张图片 

Python温故_第36张图片 

Python温故_第37张图片 

Python温故_第38张图片 

Python温故_第39张图片 

Python温故_第40张图片 

Python温故_第41张图片 

Python温故_第42张图片 

Python温故_第43张图片 

Python温故_第44张图片 

Python温故_第45张图片 

Python温故_第46张图片 

Python温故_第47张图片 

Python温故_第48张图片 

你可能感兴趣的:(Python)