Sale!

Head First Kotlin: A Brain-Friendly Guide

Add your review

Original price was: $79.99.Current price is: $43.52.

Original price was: $79.99.Current price is: $43.52.

Sale!

Note: Prices may fluctuate as sellers adjust them regularly. You'll see the latest price at final checkout.
Add to wishlistAdded to wishlistRemoved from wishlist 0
Add to compare



What will you learn from this book?

Head First Kotlin is a complete introduction to coding in Kotlin. This hands-on book helps you learn the Kotlin language with a unique method that goes beyond syntax and how-to manuals and teaches you how to think like a great Kotlin developer. Youâ??ll learn everything from language fundamentals to collections, generics, lambdas, and higher-order functions. Along the way, youâ??ll get to play with both object-oriented and functional programming. If you want to really understand Kotlin, this is the book for you.

Why does this book look so different?

Based on the latest research in cognitive science and learning theory, Head First Kotlin uses a visually rich format to engage your mind rather than a text-heavy approach that puts you to sleep. Why waste your time struggling with new concepts? This multisensory learning experience is designed for the way your brain really works.


From the brand

O'ReillyO'Reilly

Explore the full series

Brain-Friendly Guides

Brain-Friendly Guides

Explore the full series

Learning isn’t something that just happens to you. It’s something you do. Learning means building more mental pathways, bridging connections between new and pre-existing knowledge, recognizing patterns, and turning facts and information into knowledge (and ultimately, wisdom).

Based on the latest research in cognitive science, neuro-biology, and educational psychology, Head First books get your brain into learning mode.

Publisher ‏ : ‎ O’Reilly Media
Publication date ‏ : ‎ April 2, 2019
Edition ‏ : ‎ 1st
Language ‏ : ‎ English
Print length ‏ : ‎ 480 pages
ISBN-10 ‏ : ‎ 1491996692
ISBN-13 ‏ : ‎ 978-1491996690
Item Weight ‏ : ‎ 2.31 pounds
Dimensions ‏ : ‎ 8.25 x 1 x 9.25 inches
Part of series ‏ : ‎ Head First
Best Sellers Rank: #880,149 in Books (See Top 100 in Books) #41 in Client-Server Networking Systems #155 in Mobile App Development & Programming #522 in Computer Programming Languages
Customer Reviews: 4.3 4.3 out of 5 stars (158) var dpAcrHasRegisteredArcLinkClickAction; P.when(‘A’, ‘ready’).execute(function(A) { if (dpAcrHasRegisteredArcLinkClickAction !== true) { dpAcrHasRegisteredArcLinkClickAction = true; A.declarative( ‘acrLink-click-metrics’, ‘click’, { “allowLinkDefault”: true }, function (event) { if (window.ue) { ue.count(“acrLinkClickCount”, (ue.count(“acrLinkClickCount”) || 0) + 1); } } ); } }); P.when(‘A’, ‘cf’).execute(function(A) { A.declarative(‘acrStarsLink-click-metrics’, ‘click’, { “allowLinkDefault” : true }, function(event){ if(window.ue) { ue.count(“acrStarsLinkWithPopoverClickCount”, (ue.count(“acrStarsLinkWithPopoverClickCount”) || 0) + 1); } }); });

13 reviews for Head First Kotlin: A Brain-Friendly Guide

0.0 out of 5
0
0
0
0
0
Write a review
Show all Most Helpful Highest Rating Lowest Rating
  1. Mel

    Best coding textbook ever…
    Being a mid-level programmer tasked with learning Kotlin for a new project at work, I purchased this book to reinforce concepts I had previously learned independently. I was thoroughly impressed with the book; its delivery of concepts is exceptionally user-friendly and masterfully written, creating a pleasurable and rewarding learning experience. Every aspect, from wording to captions to images, was executed to perfection.While I generally prefer online learning platforms for their interactive nature, this book surprised me by incorporating puzzles and captions, providing an engaging and interactive learning experience. I wholeheartedly recommend this book. As I encounter code in my work, I often have “aha” moments because the book eloquently explained why certain concepts are used.I sincerely hope that the authors continue to produce tech books in this style, as it significantly enhances the learning process. This book is worth every penny, and it has earned a permanent place on my bookshelf.

    Helpful(0) Unhelpful(0)You have already voted this
  2. Obert

    The best introduction to Kotlin
    This is hands down the best book I’ve read on Kotlin, and quite possibly the best programming book I’ve read, full stop! (or “period”, as they say in some places). First, It’s written in a chatty way, so you feel you’re having a conversation with a friend at a pub, rather than trawling through impenetrable prose. Second, the language is simple and illustrations are used in just the right places to give a visual picture of what they’re talking about. Third, they build all the concepts up from the ground, leaving nothing confusing (One of my pet hates of alot of tutorials online is that they explain only some of the stuff, leaving you with the sinking feeling that you don’t really understand the important stuff).Thank you, I was finding Kotlin difficult until I picked up this book, and now I’m just feeling like a thicko for not having understood it before, which is all credit to the clarity and simplicity of the way this books explains it.

    Helpful(0) Unhelpful(0)You have already voted this
  3. Czar

    Great book for the uninitiated in Java’s syntax
    Most Kotlin books out there are written with the assumption that the reader is already familiar with Java. This one does not make that mistake. It takes the reader by the hand and clearly explains the language step by step.The only downer that I noticed is that there are a few typos spread here and there, some of which contradict what’s being explained and can make things confusing at times.

    Helpful(0) Unhelpful(0)You have already voted this
  4. Steve973

    Great introduction to both Kotlin and to programming
    I have been a huge long-time fan of Head First books. I find most traditional computer texts to be really boring, and not great for much other than a reference. These books are laid out very well, and their approach is not dry. They make it cheesy, campy, funny, and fun, and it is done well enough to keep you interested and for you to remember what you learned.Note that this book is a beginner level book. If you already know how to program and if you are looking for a reference to learn a new language, you might not prefer this book. I have been a software engineer for over 20 years, but I still think this book is good. I find that I can skip the parts that I don’t need to learn. I can get a good introduction to Kotlin, and then I can pass the book on to one of my kids so that he can learn to program while also learning Kotlin.

    Helpful(0) Unhelpful(0)You have already voted this
  5. Bogdan Hmarnii

    Good Kotlin`s book but for who?
    What I can say, definitely this book is not related to the Java. This book is about Kotlin from the beginning till the ending.I like to read this book, it is a good book mostly, but I cannot answer on the question for who was created this book? Some topics are super lengthy with some thrash, I thought it is made for the beginners but this topics don’t have detailed explanation. For example, why do I need few pages with explanation how class inheritance is working? I know this information as Software Engineer, but if I will a beginner, I cannot understand it because OOP is not explained in this book.Everything else is great, I can recommend it more for the beginners. If you experienced Java/C# developer, you can skip this book and read the official documentation and few articles in the web.

    Helpful(0) Unhelpful(0)You have already voted this
  6. Abhijit Das

    Did not work for me
    I would not recommend this book for experienced programmers with OO background. This may be a good for beginners in programming. I was looking for more code examples – this book has pages describing classes, objects and OO concepts which was not interesting to me. Experience programmers may want to look into other books that help them to transition to Kotlin from Java or C#

    Helpful(0) Unhelpful(0)You have already voted this
  7. Ruta

    Useful, engaging and fun
    It is the book I definitely recommend as the best way to start learning Kotlin. It is really engaging and fun and I agree with the opinion of another learner that it helps you (re)gain your joy in writing code. Everything is explained in detail with clear diagrams and pictures and playful examples from wild animal interfaces to synchronous drum beats (I think it was a brilliant idea to illustrate coroutines this way). The book brought me a real joy of learning. I’m a huge fan of the Head First books and I believe I will read a few more, maybe just to feel the pleasure of learning something new.

    Helpful(0) Unhelpful(0)You have already voted this
  8. David Wasserman

    Excellent way to learn Kotlin! Best resource to get started with.
    This is one of the better resources for learning Kotlin. Everything is explained very clearly which makes learning even some of the more advanced concepts of the Kotlin language relatively easy. I highly recommend starting with this book and reading it cover to cover. I tried a few books and online videos about Kotlin, but this is really the one that teaches it the best and helps reinforce the knowledge.

    Helpful(0) Unhelpful(0)You have already voted this
  9. Luis Alberto Juarez

    Ya sabía java así que con ayuda de este libro pude comprender mucho mejor como funcionaba el desarrollo con kotlin.

    Helpful(0) Unhelpful(0)You have already voted this
  10. Carlos Eduardo Mejia

    This book is a great tool for new comers to programming and Kotlin. I like it a lot how the book explains the concepts. It is very well structured and it has different activities to apply and practice the different topics.

    Helpful(0) Unhelpful(0)You have already voted this
  11. NOTiFY

    Having purchased “Kotlin in Action” and a Coursera course to learn Kotlin I wish this book had been available six or so months ago. Clarified a lot of things I either misunderstood or just didn’t get. As with other ‘Head First” books easy to read with excellent real-world examples.The only book (as of April 2019) that covers ‘Coroutines’ one of the ‘killer’ features of Kotlin. The Drum Machine application for Coroutines was interesting and easy to understand.

    Helpful(0) Unhelpful(0)You have already voted this
  12. Stefaan Neyts

    As a professional Java developer, I read this book in a few hours. It is no more than an introduction to Kotlin, with poor and superficial content.A better alternative is Manning’s book Kotlin in Action, which at least adds some depth in the content.

    Helpful(0) Unhelpful(0)You have already voted this
  13. isaac Blanco

    Exelente

    Helpful(0) Unhelpful(0)You have already voted this

    Add a review

    Your email address will not be published. Required fields are marked *

    Head First Kotlin: A Brain-Friendly Guide
    Head First Kotlin: A Brain-Friendly Guide

    Original price was: $79.99.Current price is: $43.52.

    bestdealsavvy.com
    Logo
    Compare items
    • Total (0)
    Compare
    0
    Shopping cart