Introduction to Computer Science Using Python
- Length: 580 pages
- Edition: 1
- Language: English
- Publisher: Wiley
- Publication Date: 2012-12-25
- ISBN-10: 0470555157
- ISBN-13: 9780470555156
- Sales Rank: #301716 (See Top 100 Books)
Introduction to Computer Science Using Python: A Computational Problem-Solving Focus
Introduction to Computer Science Using Python: A Computational Problem-Solving Focus introduces readers to programming and computational problem-solving via a back-to-basics, step-by-step, objects-late approach that makes this book easy to teach and learn from. Readers are provided with a thorough conceptual grounding in computational problem solving before introducing them to specific Python syntax, thus giving them the background to become successful programmers in any language. Dierbach also offers readers a thorough grounding in imperative programming before introducing them to object-oriented programming. His step-by-step pedagogical approach makes this an accessible and reader-friendly introduction to programming that eases readers into program-writing through a variety of hands-on exercises.
Table of Contents
1 Introduction
2 Data and Expressions
3 Control Structures
4 Lists
5 Functions
6 Objects and Their Use
7 Modular Design
8 Text Files
9 Dictionaries and Sets
10 Object-Oriented Programming
11 Recursion
12 Computing and Its Developments
Appendix