𝔖 Scriptorium
✦   LIBER   ✦

πŸ“

Python Programming: An Introduction to Computer Science

✍ Scribed by John M. Zelle


Publisher
Franklin, Beedle & Associates
Year
2016
Tongue
English
Leaves
554
Edition
3rd
Category
Library

⬇  Acquire This Volume

No coin nor oath required. For personal study only.

✦ Synopsis


This book is designed to be used as a primary textbook in a college-level first course in computing. It takes a fairly traditional approach, emphasizing problem solving, design, and programming as the core skills of computer science. However, these ideas are illustrated using a non-traditional language, namely Python. This textbook was written with a single overarching goal: to introduce fundamental computer science concepts as simply as possible without being simplistic. Using Python is central to this goal.

Traditional systems languages such as C++, Ada, and Java evolved to solve problems 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 of scripting (sometimes called β€œagile”) languages, such as Python, suggests an alternative approach. Python is very flexible and makes experimentation easy. Solutions to simple problems are simply and elegantly expressed. Python provides a great laboratory for the neophyte programmer.

Python has a number of features that make it a near-perfect choice as a first programming language. The basic structures are simple, clean, and well designed, which allows students to focus on the primary skills of algorithmic thinking and program design without getting bogged down in arcane language details. Concepts learned in Python carry over directly to subsequent study of systems languages such as C++ and Java. But Python is not a β€œtoy language.” It is a real-world production language that is freely available for virtually every programming platform and comes standard with its own easy-to-use integrated programming environment. The best part is that Python makes learning to program fun again.


πŸ“œ SIMILAR VOLUMES


Python Programming: An Introduction to C
✍ John M. Zelle πŸ“‚ Library πŸ“… 2003 πŸ› Franklin Beedle & Associates 🌐 English

This book is designed to be used as the primary textbook in a college-level first course in computing. It takes a fairly traditional approach, emphasizing problem solving, design, and programming as the core skills of computer science. However, these ideas are illustrated using a non-traditional lan

Python Programming: An Introduction to C
✍ John M. Zelle πŸ“‚ Library πŸ“… 2003 πŸ› Franklin, Beedle & Associates, Inc. 🌐 English

This book is suitable for use in a university-level first course in computing (CS1), as well as the increasingly popular course known as CS0. 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 complexi

Python Programming: An Introduction to C
✍ John M. Zelle πŸ“‚ Library πŸ“… 2016 πŸ› Franklin Beedle & Associates 🌐 English

This third edition of John Zelle's Python Programming continues the tradition of updating the text to reflect new technologies while maintaining a time-tested approach to teaching introductory computer science. An important change to this edition is the removal of most uses of eval and the addition