Amazon.com: Head First Programming: A Learner's Guide to Programming Using the Python Language (9780596802370): David Griffiths, Paul Barry: Books


or
Sign in to turn on 1-Click ordering.
or
Amazon Prime Free Trial required. Sign up when you check out. Learn More
Kindle Edition
Read instantly on your iPad, PC or Mac, no Kindle required
Buy Price: $28.25
 
 
   
Sell Back Your Copy
For a $1.27 Gift Card
Trade in
More Buying Choices
Have one to sell? Sell yours here
Head First Programming: A Learner's Guide to Programming Using the Python Language
 
 

Head First Programming: A Learner's Guide to Programming Using the Python Language [Paperback]

David Griffiths (Author), Paul Barry (Author)
3.7 out of 5 stars  See all reviews (27 customer reviews)

List Price: $49.99
Price: $31.39 & this item ships for FREE with Super Saver Shipping. Details
You Save: $18.60 (37%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
In Stock.
Ships from and sold by Amazon.com. Gift-wrap available.
Only 5 left in stock--order soon (more on the way).
Want it delivered Tuesday, February 28? Choose One-Day Shipping at checkout. Details
Textbook Student FREE Two-Day Shipping for students on millions of items. Learn more

Formats

Amazon Price New from Used from
Kindle Edition $28.25  
Paperback $31.39  
Like this book? Find similar titles in the O'Reilly Bookstore.

Book Description

December 1, 2009 0596802374 978-0596802370 1

Looking for a reliable way to learn how to program on your own, without being overwhelmed by confusing concepts? Head First Programming introduces the core concepts of writing computer programs -- variables, decisions, loops, functions, and objects -- which apply regardless of the programming language. This book offers concrete examples and exercises in the dynamic and versatile Python language to demonstrate and reinforce these concepts.

Learn the basic tools to start writing the programs that interest you, and get a better understanding of what software can (and cannot) do. When you're finished, you'll have the necessary foundation to learn any programming language or tackle any software project you choose.

With a focus on programming concepts, this book teaches you how to:

  • Understand the core features of all programming languages, including: variables, statements, decisions, loops, expressions, and operators
  • Reuse code with functions
  • Use library code to save time and effort
  • Select the best data structure to manage complex data
  • Write programs that talk to the Web
  • Share your data with other programs
  • Write programs that test themselves and help you avoid embarrassing coding errors

We think your time is too valuable to waste struggling with new concepts. Using the latest research in cognitive science and learning theory to craft a multi-sensory learning experience, Head First Programming uses a visually rich format designed for the way your brain works, not a text-heavy approach that puts you to sleep.


Frequently Bought Together

Head First Programming: A Learner's Guide to Programming Using the Python Language + Head First Python + Head First Java, 2nd Edition
Price For All Three: $83.17

Show availability and shipping details

Buy the selected items together
  • In Stock.
    Ships from and sold by Amazon.com.
    This item ships for FREE with Super Saver Shipping. Details

  • Head First Python $27.26

    In Stock.
    Ships from and sold by Amazon.com.
    This item ships for FREE with Super Saver Shipping. Details

  • Head First Java, 2nd Edition $24.52

    In Stock.
    Ships from and sold by Amazon.com.
    Eligible for FREE Super Saver Shipping on orders over $25. Details


Customers Who Bought This Item Also Bought


Editorial Reviews

About the Author

David Griffiths began programming at age 12, after being inspired by a documentary on the work of Seymour Papert. At age 15 he wrote an implementation of Papert's computer language LOGO. After studying Pure Mathematics at University, he began writing code for computers and magazine articles for humans and he currently works in the UK, helping people to create simpler, more valuable software. He spends his free time traveling and time with his lovely wife, Dawn.

Paul Barry is formally educated and trained in Computer Science and holds a Masters Degree in Computing Science. He has been programming professionally, on and off, for close to 25 years. Paul already has two textbooks to his name, and is also a Contributing Editor to Linux Journal magazine. His day job is with the Institute of Technology, Carlow in Ireland where he has spent over a decade preparing Ireland's next generation of computing folk to be productive in the workforce. His role as a third level educator affords him the opportunity to explore, learn and teach the very latest programming technologies and practices, which is something that he enjoys even though he knows this makes him a bonafide "geek". Paul lives just outside the town of Carlow in Ireland with his wife, two sons, daughter, dog and cat. There's a bunch of computers and a growing collection of music instruments in the house, too (and like a lot of the Head First family, Paul is a struggling guitarist trapped inside a geek's body). He has so far resisted any suggestion that the family acquire a hamster ... or a set of drums.


Product Details

  • Paperback: 448 pages
  • Publisher: O'Reilly Media; 1 edition (December 1, 2009)
  • Language: English
  • ISBN-10: 0596802374
  • ISBN-13: 978-0596802370
  • Product Dimensions: 9.2 x 8 x 0.9 inches
  • Shipping Weight: 1.5 pounds (View shipping rates and policies)
  • Average Customer Review: 3.7 out of 5 stars  See all reviews (27 customer reviews)
  • Amazon Best Sellers Rank: #28,656 in Books (See Top 100 in Books)

More About the Author

Discover books, learn about writers, read author blogs, and more.

 

Customer Reviews

27 Reviews
5 star:
 (9)
4 star:
 (8)
3 star:
 (4)
2 star:
 (4)
1 star:
 (2)
 
 
 
 
 
Average Customer Review
3.7 out of 5 stars (27 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

32 of 33 people found the following review helpful:
3.0 out of 5 stars Could be confusing and frustrating for the complete programming novice, January 13, 2010
This review is from: Head First Programming: A Learner's Guide to Programming Using the Python Language (Paperback)
I like the Head First Books. I find them enjoyable and a lot of fun to work through. So I was looking forward to starting a hobby in programming by working through this book. Unfortunately I found this book to be both frustrating and confusing in places rather then enjoyable and rewarding.

The goal of the book is to use the Head First method of learning to teach the reader programming concepts using Python 3. HF Programming is very good in explaining programming concepts, however personally I had problems with some of the exercises it gives the reader. The reason I had problems with some of the exercises was I felt that the authors didn't explain how Python 3 worked in sufficient detail.

There are two main types of exercises in HF Programming, code completion and writing/modifying a program from scratch. In the code completion exercises the authors would present the reader with a program that was missing code segments. They would supply the code segments needed to complete the program at the bottom of the page. The reader had to pick the correct code segment and insert it into the missing line. The writing/modifying a program from scratch exercises would present the reader with a problem and then ask the reader to write/modify a Python 3 program to solve the problem.

I had no problem with the code completion exercises. Using the concepts taught in the book, and examining the code carefully, I was able to work though these exercises, just fine. However most of the time I found that I didn't have enough knowledge of how Python 3 worked to be able to complete the writing/modifying a program from scratch exercises. I found that I either had to do some research via Google, or look at the solution of the exercises to understand how to write the required program.

To be fair, researching via Google, and carefully going through the provided solution code, did teach me a lot. But personally I would have preferred to have had the required knowledge presented in the book before the exercises in numerous simple and clear example programs, but that's just me. Other readers may not have this problem.

To conclude, this is a good book that does meet it's objective in teaching programming concepts. However I found that it can be confusing and frustrating to work through in places.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


20 of 20 people found the following review helpful:
5.0 out of 5 stars A first book for programmers using Python 3 and the IDLE IDE, December 6, 2009
This review is from: Head First Programming: A Learner's Guide to Programming Using the Python Language (Paperback)
This book teaches general programming concepts to people who have used a computer but never programmed before using Python 3 and the IDLE IDE. Python was used because it has a pseudocode look to it - the new programmer doesn't have too many obscure things to remember. If you are going to use Python, you should teach version 3 since not even Python 2 print statements work in Python 3. If you know you are going to be using Python, one of the main drawbacks of this book is that it does not teach you to program in Python "the Python way". However, the authors believe, probably correctly, that if you don't even know what a control loop or an exception is, that most of the books on specific languages might be too big a first step for the budding programmer, and they are probably right. The book doesn't get into heavy concepts such as algorithms, automated testing, threads, recursion, and alternative tools, but once you finish that book you can go to more advanced texts and pick those concepts up fairly easily.

If you are not familiar with the Head First approach in textbooks, it may seem strange at first. The book uses lots of cartoons and odd looking pictures of people that appear to be from 50's issues of Life Magazine so that you'll remember things. There are Q&A sessions, concrete projects and exercises, and even crossword puzzles. Be sure to finish every exercise or the information won't "get into your head" the way the information has been designed to do so. I'd say because this series of books is so good at holding your interest, it would be an especially good choice for a high school student who is just learning to program. Highly recommended for the novice programmer.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


11 of 11 people found the following review helpful:
5.0 out of 5 stars Outstanding Introduction To Programming Using Python 3, December 28, 2009
This review is from: Head First Programming: A Learner's Guide to Programming Using the Python Language (Paperback)
This tutorial in programming for the adult (high-school and beyond) beginner is outstanding, probably the best volume of its kind. But, determining whether this book is for you and getting the most out of it requires understanding what it successfully sets out to accomplish. It is a careful guide-yourself tutorial in programming concepts and practice for the mature (but-not-humorless) reader providing scientifically-designed pedagogy to instruct and give practice in modern programming concepts using the Python 3 language. The purpose of this book is to enable an adolescent or adult who has never programmed previously, to accomplish significant coding projects and to provide instruction in modern programming methods. It is not (nor does it claim to be) the most efficient method of learning Python and its idioms for someone who has previous programming practice. In fact it eschews Python style in favor of whatever control structures and statements will be clearest to the novice and that will provide a template which can be followed in other modern languages. Like all of the excellent and carefully taught Head-First series it offers designed multi-sensory instruction in the topic under consideration applying recent discoveries in cognitive science and instructional design to ensure that the reader "gets it" and can carry out the methods s/he has learned in practice. I would highly recommend this book to instruct a beginner in programming on modern methods and practices. It does not pretend to be a general introduction to the Python language, its idioms, libraries and practices. In choosing Python 3 for its well-thought examples it uses the best of this batteries-included language but many of the tools, libraries and graphics and scientific packages that so far are only available for Python 2 cannot be demonstrated to the reader.

To summarize this is an outstanding and comprehensive introduction to programming for the mature reader, but in designing this text for that specific goal it does not pretend to be a general tutorial in Python or other particular methods.

--Ira Laefsky
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No

Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews











Only search this product's reviews



Inside This Book (learn more)
Browse Sample Pages:
Front Cover | Table of Contents | First Pages | Index | Back Cover | Surprise Me!
Search Inside This Book:

What Other Items Do Customers Buy After Viewing This Item?


Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
 
(11)

Your tags: Add your first tag
 

Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 


Active discussions in related forums
Search Customer Discussions
Search all Amazon discussions
   
Related forums





Look for Similar Items by Category


Look for Similar Items by Subject