更多好资料可以关注我哦
 
Book Details
- Title: Introduction to Computing Using Python: An Application Development Focus
- Author: Ljubomir Perkovic
- Length: 512 pages
- Edition: 1
- Language: English
- Publisher: Wiley
- Publication Date: 2011-12-20
- ISBN-10: 0470618469
- ISBN-13: 9780470618462
 
Editorial Reviews
Introduction to Computing Using Python: AnApplication Development Focus
Perkovic’s Introduction to ProgrammingUsing Python is more than just an introduction to programming. It is aninclusive introduction to Computer Science that takes the pedagogical approachof “the right tool for the job at the right moment,” and focuses on applicationdevelopment.
The book’s approach is hands-on andproblem-oriented, with practice problems and solutions appearing throughout thetext. The text is imperative-first, but does not shy away from discussingobjects early where appropriate. Discussions of user-defined classes andObject-Oriented Programming appear later in the text, when students have morebackground and the concepts can be motivated.
The book includes a chapter on problemsolving and classical algorithms, and ways to apply core skills to applicationdevelopment. The last three chapters introduce a broad array of topics throughthe context of web crawling and search engines, including recursion, regularexpressions, depth-first search, Google’s MapReduce framework, GUI widgets,HTML parsers, SQL, and multicore programming.
Table of Contents
- 1 Introduction to Computer Science
- 2 Python Data Types
- 3 Imperative Programming
- 4 Text Data, Files, and Exceptions
- 5 Execution Control Structures
- 6 Containers and Randomness
- 7 Namespaces
- 8 Object-Oriented Programming
- 9 Graphical User Interfaces
- 10 Recursion
- 11 The Web and Search
- 12 Databases and Data Processing
 
 
