<?xml version="1.0" encoding="UTF-8"?>
<GoodreadsResponse>
	<Request>
		<authentication>false</authentication>
		    <method><![CDATA[]]></method>
	</Request>
	
<book id="80438">
  <title><![CDATA[Python in a Nutshell (In a Nutshell (O'Reilly))]]></title>
  <isbn><![CDATA[0596100469]]></isbn>
  <isbn13><![CDATA[9780596100469]]></isbn13>
    <image_url>http://photo.goodreads.com/books/1170982356m/80438.jpg</image_url>
    <work>
  <best_book_id type="integer">80438</best_book_id>
  <books_count type="integer">1</books_count>
  <default_description>&lt;p&gt; This book offers Python programmers one place to look when they need help remembering or deciphering the syntax of this open source language and its many powerful but scantily documented modules. This comprehensive reference guide makes it easy to look up the most frequently needed information--not just about the Python language itself, but also the most frequently used parts of the standard library and the most important third-party extensions. &lt;/p&gt; &lt;p&gt; Ask any Python aficionado and you'll hear that Python programmers have it all: an elegant object-oriented language with readable and maintainable syntax, that allows for easy integration with components in C, C++, Java, or C#, and an enormous collection of precoded standard library and third-party extension modules. Moreover, Python is easy to learn, yet powerful enough to take on the most ambitious programming challenges. But what Python programmers used to lack is a concise and clear reference resource, with the appropriate measure of guidance in how best to use Python's great power. &lt;i&gt;Python in a Nutshell&lt;/i&gt; fills this need. &lt;/p&gt; &lt;p&gt; &lt;i&gt;Python in a Nutshell&lt;/i&gt;, Second Edition covers more than the language itself; it also deals with the most frequently used parts of the standard library, and the most popular and important third party extensions. Revised and expanded for Python 2.5, this book now contains the gory details of Python's new subprocess module and breaking news about Microsoft's new IronPython project. Our &quot;Nutshell&quot; format fits Python perfectly by presenting the highlights of the most important modules and functions in its standard library, which cover over 90% of your practical programming needs. This book includes: &lt;/p&gt; &lt;ul&gt;   &lt;li&gt;A fast-paced tutorial on the syntax of the Python language&lt;/li&gt;   &lt;li&gt;An explanation of object-oriented programming in Python &lt;/li&gt;   &lt;li&gt;Coverage of iterators, generators, exceptions, modules, packages, strings, and regular expressions&lt;/li&gt;   &lt;li&gt;A quick reference for Python's built-in types and functions and key modules &lt;/li&gt;   &lt;li&gt;Reference material on important third-party extensions, such as Numeric and Tkinter&lt;/li&gt;   &lt;li&gt;Information about extending and embedding Python &lt;/li&gt; &lt;/ul&gt; &lt;p&gt;&lt;i&gt;Python in a Nutshell&lt;/i&gt; provides a solid, no-nonsense quick reference to information that programmers rely on the most. This book will immediately earn its place in any Python programmer's library. &lt;/p&gt; Praise for the First Edition:&lt;br&gt; &lt;p&gt; &quot;In a nutshell, &lt;i&gt;Python in a Nutshell&lt;/i&gt; serves one primary goal: to act as an immediately accessible goal for the Python language. True, you can get most of the same core information that is presented within the covers of this volume online, but this will invariably be broken into multiple files, and in all likelihood lacking the examples or the exact syntax description necessary to truly understand a command.&quot;&lt;br&gt; --Richard Cobbett, &lt;i&gt;Linux Format&lt;/i&gt;&lt;br&gt; &lt;/p&gt; &lt;p&gt; &quot;O'Reilly has several good books, of which &lt;i&gt;Python in a Nutshell&lt;/i&gt; by Alex Martelli is probably the best for giving you some idea of what Python is about and how to do useful things with it.&quot;&lt;br&gt; --Jerry Pournelle, &lt;i&gt;Byte Magazine&lt;/i&gt;&lt;/p&gt;</default_description>
  <id type="integer">77673</id>
  <media_type nil="true"></media_type>
  <original_language_id type="integer" nil="true"></original_language_id>
  <original_publication_day type="integer">14</original_publication_day>
  <original_publication_month type="integer">7</original_publication_month>
  <original_publication_year type="integer">2006</original_publication_year>
  <original_title>Python in a Nutshell (In a Nutshell (O'Reilly))</original_title>
  <rating_dist>total:28|5:7|4:14|3:5|2:2|1:0|</rating_dist>
  <ratings_count type="integer">28</ratings_count>
  <ratings_sum type="integer">110</ratings_sum>
  <reviews_count type="integer">43</reviews_count>
  <text_reviews_count type="integer">8</text_reviews_count>
</work>

  <average_rating><![CDATA[3.93]]></average_rating>
  <ratings_count><![CDATA[28]]></ratings_count>
  <text_reviews_count><![CDATA[8]]></text_reviews_count>
  <url><![CDATA[http://www.goodreads.com/book/show/80438.Python_in_a_Nutshell]]></url>
  <authors>
        <author id="45802">
      <name><![CDATA[Alex Martelli]]></name>
      <role><![CDATA[]]></role>
      <url><![CDATA[http://www.goodreads.com/author/show/45802.Alex_Martelli]]></url>
      <average_rating><![CDATA[3.79]]></average_rating>
      <ratings_count><![CDATA[73]]></ratings_count>
      <text_reviews_count><![CDATA[10]]></text_reviews_count>
    </author>
      </authors>
    <reviews start="1" end="20" total="43">
    <review id="71842644">
    <user id="541654">
    <name><![CDATA[Jared]]></name>
    <location><![CDATA[North Salt Lake, UT]]></location>        
    <url><![CDATA[http://www.goodreads.com/user/show/541654-jared]]></url>
  </user>
      <rating>0</rating>
  <votes>0</votes>
  <sell_flag>false</sell_flag>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
        <shelf name="currently-reading" />
        <shelf name="non-fiction" />
        <shelf name="programming" />
      </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at></read_at>
  <date_added>Sat Sep 19 21:59:06 -0700 2009</date_added>
  <date_updated>Sat Sep 19 22:03:07 -0700 2009</date_updated>
  <read_count></read_count>
    <body><![CDATA[The content is quite good, but I don't learn well the way he presents material -- it's rather heavy on the theory, with very little in the way of example.  Of course, it's meant to be &quot;in a nutshell,&quot; so it shouldn't be long-winded.  Nevertheless, I would expect a book about a programming ...<a href="http://www.goodreads.com/review/show/71842644">more...</a>]]></body>
    <url><![CDATA[http://www.goodreads.com/review/show/71842644]]></url>
</review>
    <review id="8896820">
    <user id="266417">
    <name><![CDATA[Louis]]></name>
    <location><![CDATA[Pittsburgh, PA]]></location>        
    <url><![CDATA[http://www.goodreads.com/user/show/266417-louis]]></url>
  </user>
      <rating>4</rating>
  <votes>0</votes>
  <sell_flag>false</sell_flag>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
        <shelf name="computer" />
      </shelves>
  <recommended_for><![CDATA[Any programmer using Python]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at>Thu Nov 01 00:00:00 -0700 2007</read_at>
  <date_added>Fri Nov 09 13:53:14 -0800 2007</date_added>
  <date_updated>Sat Nov 10 19:50:56 -0800 2007</date_updated>
  <read_count></read_count>
    <body><![CDATA[In this Alex Martelli covers the Python language and the standard library.  Now, in most books of this type, the typical comment is &quot;all the information is on the web.&quot; Well, in this case, no.  For each section, Martelli opens with a brief essay explaining the purpose of the module and an ...<a href="http://www.goodreads.com/review/show/8896820">more...</a>]]></body>
    <url><![CDATA[http://www.goodreads.com/review/show/8896820]]></url>
</review>
    <review id="58828743">
    <user id="1993155">
    <name><![CDATA[Ahmed]]></name>
    <location><![CDATA[Cairo, 11, Egypt]]></location>        
    <url><![CDATA[http://www.goodreads.com/user/show/1993155-ahmed-soliman]]></url>
  </user>
      <rating>5</rating>
  <votes>0</votes>
  <sell_flag>false</sell_flag>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
      </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at>Wed Apr 01 00:00:00 -0700 2009</read_at>
  <date_added>Mon Jun 08 00:17:03 -0700 2009</date_added>
  <date_updated>Mon Jun 08 00:17:31 -0700 2009</date_updated>
  <read_count></read_count>
    <body><![CDATA[Excellent book as a reference]]></body>
    <url><![CDATA[http://www.goodreads.com/review/show/58828743]]></url>
</review>
    <review id="51705116">
    <user id="1636890">
    <name><![CDATA[Robb]]></name>
    <location><![CDATA[Evanston, IL]]></location>        
    <url><![CDATA[http://www.goodreads.com/user/show/1636890-robb]]></url>
  </user>
      <rating>2</rating>
  <votes>0</votes>
  <sell_flag>false</sell_flag>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
        <shelf name="currently-reading" />
      </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at></read_at>
  <date_added>Mon Apr 06 11:49:06 -0700 2009</date_added>
  <date_updated>Mon Apr 06 11:49:58 -0700 2009</date_updated>
  <read_count></read_count>
    <body><![CDATA[This is one huge nutshell. The apt metaphor may have been 'python in a huge bag of python stuff'. ]]></body>
    <url><![CDATA[http://www.goodreads.com/review/show/51705116]]></url>
</review>
    <review id="25925712">
    <user id="1285816">
    <name><![CDATA[Firstclown]]></name>
    <location><![CDATA[The United States]]></location>        
    <url><![CDATA[http://www.goodreads.com/user/show/1285816-firstclown]]></url>
  </user>
      <rating>5</rating>
  <votes>0</votes>
  <sell_flag>false</sell_flag>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
      </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at>Sun Jun 15 00:00:00 -0700 2008</read_at>
  <date_added>Mon Jun 30 11:07:56 -0700 2008</date_added>
  <date_updated>Wed Jul 02 04:49:26 -0700 2008</date_updated>
  <read_count></read_count>
    <body><![CDATA[Great intro to Python with a real low level description of how the language works. Probably the best Nutshell book for any language.]]></body>
    <url><![CDATA[http://www.goodreads.com/review/show/25925712]]></url>
</review>
    <review id="17222539">
    <user id="696435">
    <name><![CDATA[becky]]></name>
    <location><![CDATA[Cleveland, OH]]></location>        
    <url><![CDATA[http://www.goodreads.com/user/show/696435-becky-bristol]]></url>
  </user>
      <rating>4</rating>
  <votes>0</votes>
  <sell_flag>false</sell_flag>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
      </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at></read_at>
  <date_added>Fri Mar 07 06:09:45 -0800 2008</date_added>
  <date_updated>Tue Mar 25 09:06:13 -0700 2008</date_updated>
  <read_count></read_count>
    <body><![CDATA[python what more can i say...i am learning all about programming in python and this book has been a great help]]></body>
    <url><![CDATA[http://www.goodreads.com/review/show/17222539]]></url>
</review>
    <review id="18161440">
    <user id="541580">
    <name><![CDATA[Mark]]></name>
    <location><![CDATA[The United States]]></location>        
    <url><![CDATA[http://www.goodreads.com/user/show/541580-mark-azevedo]]></url>
  </user>
      <rating>4</rating>
  <votes>0</votes>
  <sell_flag>false</sell_flag>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
      </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at></read_at>
  <date_added>Thu Mar 20 00:30:31 -0700 2008</date_added>
  <date_updated>Thu Mar 20 00:36:12 -0700 2008</date_updated>
  <read_count></read_count>
    <body><![CDATA[One of the best references I've ever read, although Python's online documentation is superb enough.]]></body>
    <url><![CDATA[http://www.goodreads.com/review/show/18161440]]></url>
</review>
    <review id="17560880">
    <user id="986384">
    <name><![CDATA[Spencer]]></name>
    <location><![CDATA[The United States]]></location>        
    <url><![CDATA[http://www.goodreads.com/user/show/986384-spencer]]></url>
  </user>
      <rating>4</rating>
  <votes>0</votes>
  <sell_flag>false</sell_flag>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
        <shelf name="technical" />
      </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at></read_at>
  <date_added>Tue Mar 11 19:47:47 -0700 2008</date_added>
  <date_updated>Tue Mar 11 19:52:16 -0700 2008</date_updated>
  <read_count></read_count>
    <body><![CDATA[Great book. Exellent cover to cover and as a reference. ]]></body>
    <url><![CDATA[http://www.goodreads.com/review/show/17560880]]></url>
</review>
    <review id="76585153">
    <user id="1826917">
    <name><![CDATA[Ionut]]></name>
    <location><![CDATA[Bucuresti, jud. Valcea, Romania]]></location>        
    <url><![CDATA[http://www.goodreads.com/user/show/1826917-ionut]]></url>
  </user>
      <rating>0</rating>
  <votes>0</votes>
  <sell_flag>false</sell_flag>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
      </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at></read_at>
  <date_added>Tue Nov 03 09:00:06 -0800 2009</date_added>
  <date_updated>Tue Nov 03 09:00:06 -0800 2009</date_updated>
  <read_count></read_count>
    <body><![CDATA[]]></body>
    <url><![CDATA[http://www.goodreads.com/review/show/76585153]]></url>
</review>
    <review id="76330530">
    <user id="2897263">
    <name><![CDATA[Matthew]]></name>
    <location><![CDATA[The United States]]></location>        
    <url><![CDATA[http://www.goodreads.com/user/show/2897263-matthew]]></url>
  </user>
      <rating>0</rating>
  <votes>0</votes>
  <sell_flag>false</sell_flag>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
        <shelf name="currently-reading" />
      </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at></read_at>
  <date_added>Sat Oct 31 17:23:20 -0700 2009</date_added>
  <date_updated>Sat Oct 31 17:23:20 -0700 2009</date_updated>
  <read_count></read_count>
    <body><![CDATA[]]></body>
    <url><![CDATA[http://www.goodreads.com/review/show/76330530]]></url>
</review>
    <review id="76120031">
    <user id="2887168">
    <name><![CDATA[Jeff]]></name>
    <location><![CDATA[Eaton, OH]]></location>        
    <url><![CDATA[http://www.goodreads.com/user/show/2887168-jeff-ober]]></url>
  </user>
      <rating>4</rating>
  <votes>0</votes>
  <sell_flag>false</sell_flag>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
      </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at></read_at>
  <date_added>Thu Oct 29 10:08:06 -0700 2009</date_added>
  <date_updated>Thu Oct 29 10:08:06 -0700 2009</date_updated>
  <read_count></read_count>
    <body><![CDATA[]]></body>
    <url><![CDATA[http://www.goodreads.com/review/show/76120031]]></url>
</review>
    <review id="75097235">
    <user id="2810524">
    <name><![CDATA[Sridhar]]></name>
    <location><![CDATA[North Vancouver, BC, Canada]]></location>        
    <url><![CDATA[http://www.goodreads.com/user/show/2810524-sridhar-ratnakumar]]></url>
  </user>
      <rating>4</rating>
  <votes>0</votes>
  <sell_flag>false</sell_flag>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
        <shelf name="programming" />
      </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at>Wed Jan 01 00:00:00 -0800 2003</read_at>
  <date_added>Mon Oct 19 22:56:20 -0700 2009</date_added>
  <date_updated>Mon Oct 19 22:56:45 -0700 2009</date_updated>
  <read_count></read_count>
    <body><![CDATA[]]></body>
    <url><![CDATA[http://www.goodreads.com/review/show/75097235]]></url>
</review>
    <review id="72147851">
    <user id="1847371">
    <name><![CDATA[Michael]]></name>
    <location><![CDATA[Delft, 11, Netherlands]]></location>        
    <url><![CDATA[http://www.goodreads.com/user/show/1847371-michael-scott]]></url>
  </user>
      <rating>3</rating>
  <votes>0</votes>
  <sell_flag>false</sell_flag>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
        <shelf name="compsci-tech" />
      </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at></read_at>
  <date_added>Tue Sep 22 14:16:09 -0700 2009</date_added>
  <date_updated>Tue Sep 22 14:16:09 -0700 2009</date_updated>
  <read_count></read_count>
    <body><![CDATA[]]></body>
    <url><![CDATA[http://www.goodreads.com/review/show/72147851]]></url>
</review>
    <review id="69546270">
    <user id="2687334">
    <name><![CDATA[Peter]]></name>
    <location><![CDATA[Smyrna, GA]]></location>        
    <url><![CDATA[http://www.goodreads.com/user/show/2687334-peter-manis]]></url>
  </user>
      <rating>0</rating>
  <votes>0</votes>
  <sell_flag>false</sell_flag>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
        <shelf name="to-read" />
      </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at></read_at>
  <date_added>Mon Aug 31 06:41:03 -0700 2009</date_added>
  <date_updated>Mon Aug 31 06:43:40 -0700 2009</date_updated>
  <read_count></read_count>
    <body><![CDATA[]]></body>
    <url><![CDATA[http://www.goodreads.com/review/show/69546270]]></url>
</review>
    <review id="69539412">
    <user id="1536062">
    <name><![CDATA[Jh6p]]></name>
    <location><![CDATA[Brighton, MA]]></location>        
    <url><![CDATA[http://www.goodreads.com/user/show/1536062-jh6p]]></url>
  </user>
      <rating>0</rating>
  <votes>0</votes>
  <sell_flag>false</sell_flag>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
        <shelf name="computer" />
        <shelf name="currently-reading" />
        <shelf name="reference" />
      </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at></read_at>
  <date_added>Mon Aug 31 04:20:15 -0700 2009</date_added>
  <date_updated>Mon Aug 31 04:20:42 -0700 2009</date_updated>
  <read_count></read_count>
    <body><![CDATA[]]></body>
    <url><![CDATA[http://www.goodreads.com/review/show/69539412]]></url>
</review>
    <review id="66630889">
    <user id="1506255">
    <name><![CDATA[Mert]]></name>
    <location><![CDATA[34684, Turkey]]></location>        
    <url><![CDATA[http://www.goodreads.com/user/show/1506255-mert]]></url>
  </user>
      <rating>4</rating>
  <votes>0</votes>
  <sell_flag>false</sell_flag>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
      </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at>Tue Sep 08 23:45:36 -0700 2009</read_at>
  <date_added>Sat Aug 08 06:46:54 -0700 2009</date_added>
  <date_updated>Tue Sep 08 23:45:36 -0700 2009</date_updated>
  <read_count></read_count>
    <body><![CDATA[]]></body>
    <url><![CDATA[http://www.goodreads.com/review/show/66630889]]></url>
</review>
    <review id="62970100">
    <user id="2509546">
    <name><![CDATA[Shikhar]]></name>
    <location><![CDATA[Gurgaon, 10, India]]></location>        
    <url><![CDATA[http://www.goodreads.com/user/show/2509546-shikhar-bhushan]]></url>
  </user>
      <rating>5</rating>
  <votes>0</votes>
  <sell_flag>false</sell_flag>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
      </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at></read_at>
  <date_added>Fri Jul 10 17:06:09 -0700 2009</date_added>
  <date_updated>Fri Jul 10 17:06:09 -0700 2009</date_updated>
  <read_count></read_count>
    <body><![CDATA[]]></body>
    <url><![CDATA[http://www.goodreads.com/review/show/62970100]]></url>
</review>
    <review id="58833947">
    <user id="1276562">
    <name><![CDATA[Karim]]></name>
    <location><![CDATA[Cairo, Egypt]]></location>        
    <url><![CDATA[http://www.goodreads.com/user/show/1276562-karim-abo-el-ela]]></url>
  </user>
      <rating>0</rating>
  <votes>0</votes>
  <sell_flag>false</sell_flag>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
        <shelf name="to-read" />
      </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at></read_at>
  <date_added>Mon Jun 08 03:39:04 -0700 2009</date_added>
  <date_updated>Mon Jun 08 03:39:04 -0700 2009</date_updated>
  <read_count></read_count>
    <body><![CDATA[]]></body>
    <url><![CDATA[http://www.goodreads.com/review/show/58833947]]></url>
</review>
    <review id="58718843">
    <user id="2389955">
    <name><![CDATA[Trevor]]></name>
    <location><![CDATA[The United States]]></location>        
    <url><![CDATA[http://www.goodreads.com/user/show/2389955-trevor]]></url>
  </user>
      <rating>5</rating>
  <votes>0</votes>
  <sell_flag>false</sell_flag>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
      </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at></read_at>
  <date_added>Sat Jun 06 23:12:15 -0700 2009</date_added>
  <date_updated>Sat Jun 06 23:12:15 -0700 2009</date_updated>
  <read_count></read_count>
    <body><![CDATA[]]></body>
    <url><![CDATA[http://www.goodreads.com/review/show/58718843]]></url>
</review>
    <review id="55277857">
    <user id="2295939">
    <name><![CDATA[Pavlo]]></name>
    <location><![CDATA[Ukraine]]></location>        
    <url><![CDATA[http://www.goodreads.com/user/show/2295939-pavlo]]></url>
  </user>
      <rating>2</rating>
  <votes>0</votes>
  <sell_flag>false</sell_flag>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
      </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at></read_at>
  <date_added>Thu May 07 11:47:48 -0700 2009</date_added>
  <date_updated>Thu May 07 11:47:48 -0700 2009</date_updated>
  <read_count></read_count>
    <body><![CDATA[]]></body>
    <url><![CDATA[http://www.goodreads.com/review/show/55277857]]></url>
</review>
    </reviews>
  <popular_shelves>
        <shelf name="currently-reading" />
        <shelf name="programming" />
        <shelf name="to-read" />
        <shelf name="computer" />
        <shelf name="python" />
        <shelf name="compsci-tech" />
        <shelf name="non-fiction" />
        <shelf name="reference" />
        <shelf name="college-university-textbooks" />
      </popular_shelves>
  <book_links>
    <book_link id="8">
  <name><![CDATA[WorldCat]]></name>
  <link>http://www.goodreads.com/book_link/follow/8?book_id=80438</link>
</book_link>
  </book_links>
</book>
</GoodreadsResponse>