Python for Software Design : How to Think Like a Computer Scientist
โ Scribed by Allen B Downey
- Publisher
- Cambridge University Press
- Year
- 2009
- Tongue
- English
- Leaves
- 271
- Category
- Library
No coin nor oath required. For personal study only.
โฆ Synopsis
A no-nonsense introduction to software design using the Python programming language, for people with no programming experience.
โฆ Table of Contents
Content: Cover; Half-title; Title; Copyright; Contents; Preface; Python for Software Design; 1 The Way of the Program; 2 Variables, Expressions, and Statements; 3 Functions; 4 Case Study: Interface Design; 5 Conditionals and Recursion; 6 Fruitful Functions; 7 Iteration; 8 Strings; 9 Case Study: Word Play; 10 Lists; 11 Dictionaries; 12 Tuples; 13 Case Study: Data Structure Selection; 14 Files; 15 Classes and Objects; 16 Classes and Functions; 17 Classes and Methods; 18 Inheritance; 19 Case Study: Tkinter; Appendix Debugging; Index.
Abstract: A no-nonsense introduction to software design using the Python programming language, for people with no programming experience
๐ SIMILAR VOLUMES
Python for Software Design is a concise introduction to software design using the Python programming language. Intended for people with no programming experience, this book starts with the most basic concepts and gradually adds new material. Some of the ideas students find most challenging, like rec
Python for Software Design is a concise introduction to software design using the Python programming language. Intended for people with no programming experience, this book starts with the most basic concepts and gradually adds new material. Some of the ideas students find most challenging, like r