这是一本编程入门书,里面并
不包含任何有关SAS的程序,该书借助python语言向大家展示编写程序的基本原理,讲解什么是变量,什么是方法,数据是如何封装的,是计算机程序设计方面的书籍。
我想本论坛的大部分人都不是cs专业出身,没有接受过多的程序设计教学,所以看一看相关方面的书籍或许还是有帮助的,望有兴趣的朋友尝试。该书虽然不是一本SAS程序教程,但是我相信只要你愿意一读,对优化代码,理解计算机程序的运行还是大有益处的。
Table of Contents (Summary)
1 Starting to Code: Finding Your Way 1
2 Textual Data: Every String Has Its Place 37
3 Functions: Let’s Get Organized 77
4 Data Files and Arrays: Sort It Out 113
5 Hashes and Databases: Putting Data in Its Place 145
6 Modular Programming: Keeping Things Straight 177
7 Building a Graphical User Interface: Going All Gooey 215
8 GUIs and Data: Data Entry Widgets 257
8 1/2 Exceptions and Message Boxes: Get the Message? 293
9 Graphical Interface Elements: Selecting the Right Tool 313
10 Custom Widgets and Classes: With an Object in Mind 349
i Leftovers: The Top Ten Things (We Didn’t Cover) 385