Python Programming Fundamentals, 2nd Edition
- Length: 239 pages
- Edition: 2nd ed. 2014
- Language: English
- Publisher: Springer
- Publication Date: 2015-01-21
- ISBN-10: 1447166418
- ISBN-13: 9781447166412
- Sales Rank: #1893624 (See Top 100 Books)
This easy-to-follow and classroom-tested textbook guides the reader through the fundamentals of programming with Python, an accessible language which can be learned incrementally. Features: incudes numerous examples and practice exercises throughout the text, with additional exercises, solutions and review questions at the end of each chapter; highlights the patterns which frequently appear when writing programs, reinforcing the application of these patterns for problem-solving through practice exercises; introduces the use of a debugger tool to inspect a program, enabling students to discover for themselves how programs work and enhance their understanding; presents the Tkinter framework for building graphical user interface applications and event-driven programs; provides instructional videos and additional information for students, as well as support materials for instructors, at an associated website.
Table of Contents
Chapter 1 Introduction
Chapter 2 Decision Making
Chapter 3 Repetitive Tasks
Chapter 4 Using Objects
Chapter 5 Defining Functions
Chapter 6 Event-Driven Programming
Chapter 7 Defining Classes
Appendix A: Integer Operators
Appendix B: Float Operators
Appendix C: String Operators and Methods
Appendix D: List Operators and Methods
Appendix E: Dictionary Operators and Methods
Appendix F: Turtle Methods
Appendix G: TurtleScreen Methods
Appendix H: The Reminder! Program
Appendix I: The Bouncing Ball Program