
Fundamentals of Programming: With Object Orientated Programming
by Gary Marrer
2009
Number of pages: 358
Description:
Written for students who are preparing for their first computer programming language class. The topics are presented in an easy to understand fashion with special emphasis on understanding the fundamental concepts necessary to develop quality software programs.
Download or read it online for free here:
Download link
(multiple formats)
Similar books
500 Lines or Lessby Michael DiBernardo (ed.) - The Architecture of Open Source Applications
This book provides you with the chance to study how 26 experienced programmers think when they are building something new. The programs you will read about in this book were all written from scratch to solve difficult problems.
(9791 views)
Think Python: An Introduction to Software Designby Allen Downey - Green Tea Press
A concise introduction to software design using Python. Intended for people with no programming experience, this book starts with the most basic concepts and gradually adds new material. The goal is to teach you to think like a computer scientist.
(25920 views)
Bringing Design to Softwareby Terry Winograd - 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.
(15375 views)
Gradle Beyond the Basicsby Tim Berglund - O'Reilly Media
Build and test software written in Java and many other languages with Gradle, the open source project automation tool that's getting a lot of attention. This concise introduction provides numerous code examples to help you explore Gradle.
(15974 views)