The Practice of Computing using Python

The Practice of Computing using Python
Authors
William Punch, Richard Enbody
ISBN
0136110673
Published
07 Mar 2010
Purchase online
amazon.com

A problem-solving approach to programming with Python. The Practice of Computing using Python, first edition is intended to teach problem solving within the context of CS1 to both majors and non-majors using Python as a vehicle. As such the authors cover general concepts like hardware, complexity, and software engineering as well as general concepts of programming using the Python language.

Editorial Reviews

A problem-solving approach to programming with Python. The Practice of Computing using Python, first edition is intended to teach problem solving within the context of CS1 to both majors and non-majors using Python as a vehicle. As such the authors cover general concepts like hardware, complexity, and software engineering as well as general concepts of programming using the Python language. In the end, if a student takes no other programming course than one such as this, they can be productive programmers who understand general principles of computation and can produce useful, meaningful results in their respective fields of study.

The Study of Computer Science; Starting to Program–Beginnings, Control, Algorithms and Program Development; Organizing: Data Structures and Functions–Working with Strings, Functions–QuickStart, Lists and Tuples, Dictionaries and Sets, Files; Classes: Making Your Own Data Structures & Algorithms–Program Development with Classes; Becoming a Better Programmer–Exceptions and Exception Handling, Testing, Recursion—another control mechanism, Getting and Using Python, Simple Drawing with Turtle Graphics, Plotting and Numeric Tools, Python 3.0.

Anyone interested in learning Python or computer programming skills in general.

You might also like...

Comments

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“It is practically impossible to teach good programming style to students that have had prior exposure to BASIC. As potential programmers, they are mentally mutilated beyond hope of regeneration.” - E. W. Dijkstra