Amazon cover image
Image from Amazon.com
Image from Google Jackets

Python programming : an introduction to computer science / John Zelle.

By: Material type: TextTextPublication details: Oregon : Franklin, Beedle & Associates, c2004.Description: xiv, 514 p. ; 24 cmISBN:
  • 9781887902991
Subject(s): DDC classification:
  • 005.133   22
Contents:
Summary: It is difficult for many students to master basic concepts in computer science and programming. A large portion of the confusion can be blamed on the complexity of the tools and materials that are traditionally used to teach CS1 and CS2. This textbook was written with a single overarching goal: to present the core concepts of computer science as simply as possible without being simplistic. Perhaps the greatest source of complexity in introductory CS courses is the use of traditional systems languages such as C++ and Java. These languages evolved to solve problems that arise in large-scale programming where the primary emphasis is on structure and discipline. They were not designed to make writing small or medium-scale programs easy. The recent rise in popularity (in industry, if not necessarily in academia) of scripting languages, such Python, suggests an alternative. Python is flexible and makes experimentation easy. Solutions to simple problems are simply and elegantly expressed. Python is a great laboratory for the neophyte programmer. Python is a natural choice as a first programming language because its basic structures are very clean and well-designed. The concepts carry over directly to subsequent study of systems languages such as Java and C++. Python is a real-world language that is feely available for virtually every programming platform and comes standard with its own easy-to-use integrated programming environment. Python allows students to focus on the primary skills of algorithmic thinking and program design without getting bogged down in arcane language details.
Tags from this library: No tags from this library for this title. Log in to add tags.
Star ratings
    Average rating: 0.0 (0 votes)
Holdings
Item type Current library Call number Copy number Status Date due Barcode
Books Books Main library General Stacks 005.133 / ZE.P 2004 (Browse shelf(Opens below)) 2 Not For Loan 003197
Books Books Main library General Stacks 005.133 / ZE.P 2004 (Browse shelf(Opens below)) 3 Available 003263

Includes index.

Computers and Programs -- Writing Simple Programs -- Computing with Numbers -- Computing with Strings -- Input/Output as String Manipulation -- File Processing -- Objects and Graphics -- Decision Structures -- Loop Structures and Booleans -- Simulation and Design -- Bottom-Up Implementation --

It is difficult for many students to master basic concepts in computer science and programming. A large portion of the confusion can be blamed on the complexity of the tools and materials that are traditionally used to teach CS1 and CS2. This textbook was written with a single overarching goal: to present the core concepts of computer science as simply as possible without being simplistic. Perhaps the greatest source of complexity in introductory CS courses is the use of traditional systems languages such as C++ and Java. These languages evolved to solve problems that arise in large-scale programming where the primary emphasis is on structure and discipline. They were not designed to make writing small or medium-scale programs easy. The recent rise in popularity (in industry, if not necessarily in academia) of scripting languages, such Python, suggests an alternative. Python is flexible and makes experimentation easy. Solutions to simple problems are simply and elegantly expressed. Python is a great laboratory for the neophyte programmer. Python is a natural choice as a first programming language because its basic structures are very clean and well-designed. The concepts carry over directly to subsequent study of systems languages such as Java and C++. Python is a real-world language that is feely available for virtually every programming platform and comes standard with its own easy-to-use integrated programming environment. Python allows students to focus on the primary skills of algorithmic thinking and program design without getting bogged down in arcane language details.

1

There are no comments on this title.

to post a comment.