Logo

How to Design Programs: An Introduction to Programming and Computing

Large book cover: How to Design Programs: An Introduction to Programming and Computing

How to Design Programs: An Introduction to Programming and Computing
by

Publisher: The MIT Press
ISBN/ASIN: 0262062186
ISBN-13: 9780262062183
Number of pages: 720

Description:
This introduction to programming places computer science in the core of a liberal arts education. Unlike other introductory books, it focuses on the program design process. This approach fosters a variety of skills--critical reading, analytical thinking, creative synthesis, and attention to detail--that are important for everyone, not just future computer programmers.

Home page url

Download or read it online for free here:
Read online
(online html)

Similar books

Book cover: Software Optimization ResourcesSoftware Optimization Resources
by - agner.org
These manuals describe everything you need to know about optimizing code for x86 and x86-64 microprocessors, including optimization advices for C++ and assembly language, details about the microarchitecture and instruction timings of processors.
(13084 views)
Book cover: 97 Things Every Programmer Should Know97 Things Every Programmer Should Know
by - O'Reilly Media
Tap into the wisdom of experts to learn what every programmer should know, no matter what language you use. With the 97 extremely useful tips for programmers in this book, you'll expand your skills by adopting new approaches to old problems.
(11982 views)
Book cover: Bringing Design to SoftwareBringing Design to Software
by - Addison-Wesley
In this landmark book, Terry Winograd shows how to improve the practice of software design, by applying lessons from other areas of design to the creation of software. The goal is to create software that works -- really works.
(13179 views)
Book cover: 31 Days of Refactoring31 Days of Refactoring
by - Los Techies
Refactoring is an integral part of continually improving your code while it moves forward through time. It is an easy concept to get started with and opens the door to better practices such as unit testing, shared code ownership and bug-free code.
(17135 views)