Personal tools
You are here: Home User Group Association Program Book Reviews Bioinformatics Programming Using Python by Mitchell L Model Review by Jason Chin
Log in


Forgot your password?
New user?
Mailing List

Please click here to sign up or edit your subscription.

 

Search results

Blog Entry The Quick Python Book, Second Edition by Vernon L. Ceder, Review by Jerome Lanig by Tony Cappellini posted on Aug 26, 2010 08:10 PM — —
Vernon Cedar, the author of The Quick Python Book, First Edition, has written a well rounded introduction and reference manual to the Python scripting language. My previous experience with coding was writing C at Nortel in the 90's. I hadn't done much coding since, but I always had the bug to get back into it. My friend suggested that I read and review this book as my introduction to Python.
Blog Entry The Quick Python Book, Second Edition by Vernon L Ceder. Review by Hartti Suomela by Tony Cappellini posted on Aug 13, 2010 01:05 AM — —
The Quick Python Book is a good and short introduction/overview of Python 3. The book covers a lot of ground, but because it is relatively slim (about 300 pages or so) it is no wonder that in many places the author instructs the reader to look for more information from online sources. Additionally some more challenging topics (like decorators) are not explained in enough detail, which leaves the reader wondering if those part should have been left out of the book completely (or explained better).
Blog Entry R In A Nutshell by Joseph Adler. Reviewed by Raj Jammalamadaka by Tony Cappellini posted on Jul 13, 2010 12:30 AM — —
This book is a very good introduction to the R programming language. R is a free, general purpose programming language(with a strong support for doing statistics). The language has its idiosyncrasies. For example, the assignment operator is denoted by a reverse arrow (x<-2); this book does a pretty good job of explaining all these in detail. Once you get past these details, you will find that R is a pretty versatile language.
Blog Entry TextMate: Power Editing for the Mac Review by Raj Jammalamadaka by Bill Deegan posted on Jun 05, 2010 07:30 PM
This book is for people who have a Mac and are willing to invest in a text editor called TextMate.
Blog Entry Programming Google App Engine by Dan Sanderson Review by William Deegan by Bill Deegan posted on Jun 05, 2010 06:54 PM
If you're like me, when Google announced free hosting on their App Engine platform, you couldn't wait to start tinkering with the new bit of goodness that Google was giving to the world...
Blog Entry Bioinformatics Programming Using Python by Mitchell L. Model Reviewed by Mark Voorhies by Bill Deegan posted on Apr 11, 2010 04:30 PM — —
As a biologist preparing to teach my first course (on Python programming for biologists), I was excited to hear about Mitchell L. Model's Bioinformatics Programming Using Python. A quick look through the table of contents indicated a thorough coverage of the language and useful libraries, and the introduction indicated that it would be appropriate for students in the life sciences with no prior programming experience...
Blog Entry Natural Language Processing with Python Review By Sukanta Ganguly by Bill Deegan posted on Apr 11, 2010 04:05 PM — —
This book is a near-perfect blend of Natural Language Processing done Python usage to its fullest. Not only did the authors describe NLP extremely well and provided great explanation to many different conditions but they also showed an effective use of Python to substantiate the technical content.
Blog Entry Building iPhone Apps with HTML, CSS, and JavaScript: Making App Store Apps Without Objective-C or Cocoa by Johnathan Stark Review by Steven Parkes by Bill Deegan posted on Apr 11, 2010 03:56 PM
I wanted to like this book. I really did. With all that can be done with HTML5 and JavaScript, seems like there's a huge opportunity for doing very interesting things on iPhoneOS devices (both the iPhone and the iPad) without having to write Objective-C or deal with the App Store.
Blog Entry VMware Cookbook First Edition by Ryan Troy and Matthew Helmke Review by Raj Jammalamadaka by Bill Deegan posted on Feb 21, 2010 03:50 PM — —
This is a good book for anyone working with the Enterprise products of VMware :ESX, ESXi and vCenter Server.
Blog Entry Bioinformatics Programming Using Python by Mitchell L Model Review by Dr. Sukanta Ganguly by Bill Deegan posted on Feb 21, 2010 03:00 PM — —
This book is a good Python Programming tutorial. It does a good job of explaining the concepts of Python programming to individuals who would like to learn Python. The book is written in eleven chapters. It has two appendix titles ‘A’ and ‘B’.