Think Java: How to Think Like a Computer Scientist

Think Java: How to Think Like a Computer Scientist
ISBN-10
1491929537
ISBN-13
9781491929537
Series
Think Java
Category
Computers
Pages
252
Language
English
Published
2016-05-06
Publisher
"O'Reilly Media, Inc."
Authors
Allen B. Downey, Chris Mayfield

Description

Currently used at many colleges, universities, and high schools, this hands-on introduction to computer science is ideal for people with little or no programming experience. The goal of this concise book is not just to teach you Java, but to help you think like a computer scientist. You’ll learn how to program—a useful skill by itself—but you’ll also discover how to use programming as a means to an end. Authors Allen Downey and Chris Mayfield start with the most basic concepts and gradually move into topics that are more complex, such as recursion and object-oriented programming. Each brief chapter covers the material for one week of a college course and includes exercises to help you practice what you’ve learned. Learn one concept at a time: tackle complex topics in a series of small steps with examples Understand how to formulate problems, think creatively about solutions, and write programs clearly and accurately Determine which development techniques work best for you, and practice the important skill of debugging Learn relationships among input and output, decisions and loops, classes and methods, strings and arrays Work on exercises involving word games, graphics, puzzles, and playing cards

Other editions

Similar books

  • Think Data Structures: Algorithms and Information Retrieval in Java
    By Allen Downey

    If you’re a student studying computer science or a software developer preparing for technical interviews, this practical book will help you learn and review some of the most important ideas in software engineering—data structures and ...

  • Thinking in Java
    By Bruce Eckel

    Bruce Eckel's "Thinking in Java— demonstrates advanced topics.Explains sound object-oriented principles as they apply to Java.Hands-on Java CD available online, with 15 hours of lectures and slides by Bruce Eckel.Live seminars, consulting ...

  • HT THINK LIKE A COMPUTER SCIEN
    By Allen B. Downey, Chris Meyers, Jeffrey Elkner

    The goal of this book is to teach you to think like a computer scientist.

  • Effective Java
    By Joshua Bloch

    Each chapter in the book consists of several “items” presented in the form of a short, standalone essay that provides specific advice, insight into Java platform subtleties, and outstanding code examples.

  • Think DSP: Digital Signal Processing in Python
    By Allen B. Downey

    Author Allen Downey explains techniques such as spectral decomposition, filtering, convolution, and the Fast Fourier Transform. This book also provides exercises and code examples to help you understand the material.

  • The Cucumber Book: Behaviour-Driven Development for Testers and Developers
    By Matt Wynne, Aslak Hellesoy, Steve Tooke

    You need Cucumber: a testing, communication, and requirements tool-all rolled into one. All the code in this book is updated for Cucumber 2.4, Rails 5, and RSpec 3.5.

  • Learning Java
    By Jonathan Knudsen, Patrick Niemeyer

    A tutorial introducing Java basics covers programming principles, integrating applets with Web applications, and using threads, arrays, and sockets.

  • Think Perl 6: How to Think Like a Computer Scientist
    By Allen B. Downey, Laurent Rosenfeld

    Want to learn how to program and think like a computer scientist? This practical guide gets you started on your programming journey with the help of Perl 6, the younger sister of the popular Perl programming language.

  • Think Complexity: Complexity Science and Computational Modeling
    By Allen B. Downey

    Ideal as a text for courses on Python programming and algorithms, Think Complexity will also help self-learners gain valuable experience with topics and ideas they might not encounter otherwise.

  • On Java 8
    By Bruce Eckel

    On Java 8