
Python Programming Fundamentals
Kent D. Lee(Author)
Springer (Publisher)
Published on 28. October 2010
Book
Paperback/Softback
XII, 241 pages
978-1-84996-536-1 (ISBN)
Article exhausted; check for reprint
Description
Computer programming is a skill that can bring great enjoyment from the creativity involved in designing and implementing a solution to a problem. This classroom-tested and easy-to-follow textbook teaches the reader how to program using Python, an accessible language which can be learned incrementally. Through an extensive use of examples and practical exercises, students will learn to recognize and apply abstract patterns in programming, as well as how to inspect the state of a program using a debugger tool. Features: contains numerous examples and solved practice exercises designed for an interactive classroom environment; highlights several patterns which commonly appear in programs, and presents exercises that reinforce recognition and application of these patterns; introduces the use of a debugger, and includes supporting material that reveals how programs work; presents the Tkinter framework for building graphical user interface applications and event-driven programs; provides helpful additional resources for instructors at the associated website: http://cs.luther.edu/~leekent/CS1. This hands-on textbook for active learning in the classroom will enable undergraduates in computer science to develop the necessary skills to begin developing their own programs. It employs Python as the introductory language due to the wealth of support available for programmers.
Reviews / Votes
From the reviews: "Phython's recent gain in popularity, this new work is timely. Though intended primarily as a textbook for introductory programming classes, it will work well as a guide to self-teaching. ... The writing is clear and succinct; the choice of topics is excellent; and the examples work well. By introducing the Tkinter graphical user interface kit, the book does much to help readers work with interesting programs without the need for another book. ... Summing Up: Highly recommended. Students of all levels, professionals/practitioners, and general readers." (S. L. Tanimoto, Choice, Vol. 48 (9), May, 2011) "This book follows a classical Kernighan-Ritchie-style approach ... . Each chapter concludes with review questions, exercises, and solutions for practice problems--all making this book applicable for self-study. Overall, this is a fine book. ... a well-written, well-structured, self-contained modern introduction to programming with an important platform-independent language." (Klaus Galensa, ACM Computing Reviews, December, 2011)More details
Series
Edition
2011
Language
English
Place of publication
London
United Kingdom
Target group
Professional and scholarly
Lower undergraduate
Illustrations
biography
Dimensions
Height: 23.5 cm
Width: 15.5 cm
Weight
439 gr
ISBN-13
978-1-84996-536-1 (9781849965361)
DOI
10.1007/978-1-84996-537-8
Schweitzer Classification
Other editions
New editions

Kent D. Lee
Python Programming Fundamentals
Book
01/2015
2nd Edition
Springer
€42.79
Shipment within 15-20 days
Additional editions

Kent D. Lee
Python Programming Fundamentals
E-Book
10/2010
1st Edition
Springer
€35.30
Available for download
Content
Introduction
Decision Making
Repetitive Tasks
Using Objects
Defining Functions
Event-driven Programming
Defining Classes