You are here: Home / User Group Association Program / Book Reviews / Learning the Vi and VIM Editors 7th Edition by Anrnold Robbins, Elbert Hannah & Linda Lamb Review by Harry Tormey

Search results

Blog Entry Arduino Cookbook by Michael Margolis, review by Tony Cappellini by Tony Cappellini posted on Apr 24, 2011 06:55 AM
The Arduino Cookbook is a hefty tome, weighing in at 631 pages with minimal space covering introductory material. Page xvi refers to “What was left Out” which has references for programming, electronics and hardware. I’m glad to see this material isn’t duplicated in this book.
Blog Entry Beginning Arduino by Michael McRoberts review by Tony Cappellini by Tony Cappellini posted on Apr 15, 2011 06:15 AM
Beginning Arduino is a great book to get started learning how to program embedded microcontrollers. The books contains a fun collection 50 experiments starting from the most basic to more advanced projects.
Blog Entry Django Javascript Integration: AJAX and JQuery by Jonathan Hayward, review by Sukanta Ganguly by Tony Cappellini posted on Apr 03, 2011 04:31 PM
The author has done a fine job of presenting a practical discussion of how to use a popular Python framework, namely Django and using another popular Javascript library, namely JQuery to develop a nice application through the chapters presented in the book.
Blog Entry Linux Kernel Development 3rd Edition by Robert Love, Review by Raj Jammalamadaka by Tony Cappellini posted on Mar 17, 2011 04:15 AM
This is one of the better books for an introduction to Linux Kernel Development.
Blog Entry MySQL For Python by By Albert Lukaszewski review by Mark Jaffe by Tony Cappellini posted on Feb 22, 2011 08:20 PM
This is a comprehensive tutorial on using the mysql module for Python and for using MySQL in general. Although the author's native language may not be English, I found the oddly-phrased text to be quite understandable and easy to follow. I have been a MySQL user for a number of years now, and would have welcomed this book to my bookshelf several years ago when I was trying to solve some of the problems laid out in detail in this book.
Blog Entry The Linux Programming Interface by Michael Kerrisk Review by Rajanikanth Jammalamadaka by Tony Cappellini posted on Feb 13, 2011 04:10 AM
This is an excellent book for learning systems programming on Linux/Unix if you have a reading knowledge of the C programming language.
Blog Entry Python Algorithms: Mastering Basic Algorithms in Python, By Magnus Lie Hetland, Review by Ian Zimmerman by Tony Cappellini posted on Feb 08, 2011 06:30 AM
This book presents a quite broad range of fundamental computer science algorithms, with all illustrative code written in Python. There is a strong emphasis on graph algorithms, perhaps reflecting a predilection of the author. Since I like graphs too I cannot complain about that.
Blog Entry Pro Python System Administration by Rytis Sileika Review By Paul Hoffman by Tony Cappellini posted on Feb 08, 2011 06:20 AM
"Pro Python System Administration" by Rytis Sileika is a surprisingly good book. First and foremost, it is not a cookbook with a sysadmin slant. Instead, it is organized as fully-worked-out sysadmin problems that show how to use powerfully Python features (usually extensions). The author succeeds in covering both a wide range of problems and a reasonable range of tools.
Blog Entry MySQL for Python by Albert Lukaszewski, PhD, Review by Bryce Verdier by Tony Cappellini posted on Feb 08, 2011 06:10 AM
MySQL for Python is a good book for any beginning to intermediate Python programmers who want or need to get their minds and hands on a crash course in SQL programming and MySQL administration.
Blog Entry Land Of Lisp by Conrad Barski MD, Review by Raj Jammalamadaka by Tony Cappellini posted on Dec 20, 2010 05:25 AM
LISP stands for List Processing. This book is a nice introduction to the Common LISP programming language. I started using the EMACS editor recently and really love it. As a result I wanted to learn more about the language on which the EMACS editor is built upon.