<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Wow! eBook - Blog &#187; Ruby &amp; Python</title>
	<atom:link href="http://www.wowebook.me/category/e-book/ruby-python/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wowebook.me</link>
	<description>Great ebook, great site!</description>
	<lastBuildDate>Sat, 11 Feb 2012 16:55:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Ruby on Rails 3 Tutorial: Learn Rails by Example</title>
		<link>http://www.wowebook.me/book/ruby-on-rails-3-tutorial/</link>
		<comments>http://www.wowebook.me/book/ruby-on-rails-3-tutorial/#comments</comments>
		<pubDate>Sat, 07 Jan 2012 19:21:11 +0000</pubDate>
		<dc:creator>Wow!</dc:creator>
				<category><![CDATA[Ruby & Python]]></category>
		<category><![CDATA[Software Dev.]]></category>
		<category><![CDATA[MVC]]></category>
		<category><![CDATA[OOP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://www.wowebook.me/?p=16481</guid>
		<description><![CDATA[Book Description “Ruby on Rails™ 3 Tutorial: Learn Rails by Example by Michael Hartl has become a must read for developers learning how to build Rails apps.” —Peter Cooper, Editor of Ruby Inside Using Rails 3, developers can build web applications of exceptional elegance and power. Although its remarkable capabilities have made Ruby on Rails [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://img.wowebook.com/images/1976037845.jpg" alt="Ruby on Rails 3 Tutorial: Learn Rails by Example" width="220" height="220" title="Ruby on Rails 3 Tutorial: Learn Rails by Example" /></p>
<h3>Book Description</h3>
<p>“<em><a href="http://www.wowebook.me/tag/ruby-on-rails/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Ruby on Rails">Ruby on Rails</a>™ 3 Tutorial: Learn <a href="http://www.wowebook.me/tag/rails/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Rails">Rails</a> by Example</em> by Michael Hartl has become a must read for developers learning how to build <a href="http://www.wowebook.me/tag/rails/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Rails">Rails</a> apps.”<br />
—Peter Cooper, Editor of <em><a href="http://www.wowebook.me/tag/ruby/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Ruby">Ruby</a> Inside</em></p>
<p>Using Rails 3, developers can build web applications of exceptional elegance and power. Although its remarkable capabilities have made <a href="http://www.wowebook.me/tag/ruby-on-rails/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Ruby on Rails">Ruby on Rails</a> one of the world’s most popular web <a href="http://www.wowebook.me/tag/development/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Development">development</a> frameworks, it can be challenging to learn and use. <em><a href="http://www.wowebook.me/tag/ruby/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Ruby">Ruby</a> on Rails™ 3 Tutorial</em> is the solution. Leading Rails developer Michael Hartl teaches Rails 3 by guiding you through the <a href="http://www.wowebook.me/tag/development/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Development">development</a> of your own complete sample application using the latest techniques in Rails web <a href="http://www.wowebook.me/tag/development/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Development">development</a>.</p>
<p>Drawing on his experience building RailsSpace, Insoshi, and other sophisticated Rails applications, Hartl illuminates all facets of design and implementation—including powerful new techniques that simplify and accelerate development.</p>
<p>You’ll find integrated tutorials not only for Rails, but also for the essential Ruby, <a href="http://www.wowebook.me/tag/html/" class="st_tag internal_tag" rel="tag" title="Posts tagged with HTML">HTML</a>, CSS, JavaScript, and SQL skills you’ll need when developing web applications. Hartl explains how each new technique solves a real-world problem, and he demonstrates this with bite-sized code that’s simple enough to understand, yet novel enough to be useful. Whatever your previous web development experience, this book will guide you to true Rails mastery.</p>
<p>This book will help you<br />
<span id="more-16481"></span></p>
<ul>
<li>Install and set up your Rails development environment</li>
<li>Go beyond generated code to truly understand how to build Rails applications from scratch</li>
<li>Learn Test Driven Development (TDD) with RSpec</li>
<li>Effectively use the Model-View-Controller (<a href="http://www.wowebook.me/tag/mvc/" class="st_tag internal_tag" rel="tag" title="Posts tagged with MVC">MVC</a>) pattern</li>
<li>Structure applications using the REST architecture</li>
<li>Build static pages and transform them into dynamic ones</li>
<li>Master the Ruby <a href="http://www.wowebook.me/tag/programming/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Programming">programming</a> skills all Rails developers need</li>
<li>Define high-quality site layouts and data models</li>
<li>Implement registration and authentication systems, including validation and secure passwords</li>
<li>Update, display, and delete users</li>
<li>Add social features and microblogging, including an introduction to Ajax</li>
<li>Record version changes with Git and share code at GitHub</li>
<li>Simplify application deployment with Heroku</li>
</ul>
<p><strong>Table of Contents</strong><br />
Chapter 1. From Zero to Deploy<br />
Chapter 2. A Demo App<br />
Chapter 3. Mostly Static Pages<br />
Chapter 4. Rails-Flavored Ruby<br />
Chapter 5. Filling in the Layout<br />
Chapter 6. Modeling and Viewing Users, Part I<br />
Chapter 7. Modeling and Viewing Users, Part II<br />
Chapter 8 Sign Up<br />
Chapter 9. Sign In, Sign Out<br />
Chapter 10. Updating, Showing, and Deleting Users<br />
Chapter 11. User Microposts<br />
Chapter 12. Following Users</p>
<h3>Book Details</h3>
<ul>
<li><strong>Paperback:</strong> 576 pages</li>
<li><strong>Publisher:</strong> Addison-Wesley Professional (December 2010)</li>
<li><strong>Language:</strong> English</li>
<li><strong>ISBN-10:</strong> 0321743121</li>
<li><strong>ISBN-13:</strong> 978-0321743121</li>
</ul>
Note: There is a file embedded within this post, please visit this post to download the file.

<h4 class="itemtitle" style="margin-bottom:5px;">Related Posts</h4>
<ul><li>
	<a href="http://www.wowebook.me/book/the-book-of-ruby/" title="The Book of Ruby" rel="bookmark">The Book of Ruby</a> <span class="date">(12-07-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/starting-out-with-cpp-7th-edition/" title="Starting Out with C++: Early Objects, 7th Edition" rel="bookmark">Starting Out with C++: Early Objects, 7th Edition</a> <span class="date">(06-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/start-here-fundamentals-of-microsoft-net-programming/" title="Start Here! Fundamentals of Microsoft .NET Programming" rel="bookmark">Start Here! Fundamentals of Microsoft .NET Programming</a> <span class="date">(14-11-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/python-3-object-oriented-programming/" title="Python 3 Object Oriented Programming" rel="bookmark">Python 3 Object Oriented Programming</a> <span class="date">(27-08-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/programming-microsoft-asp-net-mvc-2nd-edition/" title="Programming Microsoft ASP.NET MVC, 2nd Edition" rel="bookmark">Programming Microsoft ASP.NET MVC, 2nd Edition</a> <span class="date">(14-11-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/programming-microsoft-asp-net-mvc/" title="Programming Microsoft ASP.NET MVC" rel="bookmark">Programming Microsoft ASP.NET MVC</a> <span class="date">(06-05-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/professional-enterprise-net/" title="Professional Enterprise .NET" rel="bookmark">Professional Enterprise .NET</a> <span class="date">(14-01-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/object-oriented-programming-in-c-4th-edition/" title="Object-Oriented Programming in C++, 4th Edition" rel="bookmark">Object-Oriented Programming in C++, 4th Edition</a> <span class="date">(30-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/migrating-to-windows-phone/" title="Migrating to Windows Phone" rel="bookmark">Migrating to Windows Phone</a> <span class="date">(16-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/learning-iphone-programming/" title="Learning iPhone Programming: From Xcode to App Store" rel="bookmark">Learning iPhone Programming: From Xcode to App Store</a> <span class="date">(11-03-2010)</span>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.wowebook.me/book/ruby-on-rails-3-tutorial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sinatra: Up and Running</title>
		<link>http://www.wowebook.me/book/sinatra-up-and-running/</link>
		<comments>http://www.wowebook.me/book/sinatra-up-and-running/#comments</comments>
		<pubDate>Thu, 08 Dec 2011 17:55:29 +0000</pubDate>
		<dc:creator>Wow!</dc:creator>
				<category><![CDATA[Ruby & Python]]></category>
		<category><![CDATA[Up and Running]]></category>

		<guid isPermaLink="false">http://www.wowebook.me/?p=15903</guid>
		<description><![CDATA[Book Description Take advantage of Sinatra, the Ruby-based web application library and domain-specific language used by GitHub, LinkedIn, Engine Yard, and other prominent organizations. With this concise book, you will quickly gain working knowledge of Sinatra and its minimalist approach to building both standalone and modular web applications. Sinatra serves as a lightweight wrapper around [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://img.wowebook.com/images/330210227.jpg" alt="Sinatra: Up and Running" width="220" height="220" title="Sinatra: Up and Running" /></p>
<h3>Book Description</h3>
<p>Take advantage of Sinatra, the <a href="http://www.wowebook.me/tag/ruby/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Ruby">Ruby</a>-based web application library and domain-specific language used by GitHub, LinkedIn, Engine Yard, and other prominent organizations. With this concise book, you will quickly gain working knowledge of Sinatra and its minimalist approach to building both standalone and modular web applications.</p>
<p>Sinatra serves as a lightweight wrapper around Rack middleware, with syntax that maps closely to functions exposed by HTTP verbs, which makes it ideal for web services and APIs. If you have experience building applications with <a href="http://www.wowebook.me/tag/ruby/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Ruby">Ruby</a>, you’ll quickly learn language fundamentals and see under-the-hood techniques, with the help of several practical examples. Then you’ll get hands-on experience with Sinatra by building your own blog engine.</p>
<ul>
<li>Learn Sinatra’s core concepts, and get started by building a simple application</li>
<li>Create views, manage sessions, and work with Sinatra route definitions</li>
<li>Become familiar with the language’s internals, and take a closer look at Rack</li>
<li>Use different subclass methods for building flexible and robust architectures</li>
<li>Put Sinatra to work: build a blog that takes advantage of service hooks provided by the GitHub API</li>
</ul>
<p><strong>Table of Contents</strong><br />
Chapter 1 Taking the Stage<br />
Chapter 2 Fundamentals<br />
Chapter 3 A Peek Behind the Curtain<span id="more-15903"></span><br />
Chapter 4 Modular Applications<br />
Chapter 5 Hands On: Your Own Blog Engine</p>
<h3>Book Details</h3>
<ul>
<li><strong>Paperback:</strong> 120 pages</li>
<li><strong>Publisher:</strong> O&#8217;Reilly Media (November 2011)</li>
<li><strong>Language:</strong> English</li>
<li><strong>ISBN-10:</strong> 1449304230</li>
<li><strong>ISBN-13:</strong> 978-1449304232</li>
</ul>
Note: There is a file embedded within this post, please visit this post to download the file.
]]></content:encoded>
			<wfw:commentRss>http://www.wowebook.me/book/sinatra-up-and-running/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NumPy 1.5: Beginner&#8217;s Guide</title>
		<link>http://www.wowebook.me/book/numpy-1-5-beginners-guide/</link>
		<comments>http://www.wowebook.me/book/numpy-1-5-beginners-guide/#comments</comments>
		<pubDate>Sat, 03 Dec 2011 12:20:22 +0000</pubDate>
		<dc:creator>Wow!</dc:creator>
				<category><![CDATA[Ruby & Python]]></category>
		<category><![CDATA[NumPy]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://www.wowebook.pro/?p=15809</guid>
		<description><![CDATA[Book Description In today&#8217;s world of science and technology, the hype is all about speed and flexibility. When it comes to scientific computing, NumPy is on the top of the list. NumPy is the fundamental package needed for scientific computing with Python. NumPy will give you both speed and high productivity. Save thousands of dollars [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://img.wowebook.com/images/209854523.jpg" alt="NumPy 1.5: Beginners Guide" width="220" height="220" title="NumPy 1.5: Beginners Guide" /></p>
<h3>Book Description</h3>
<p>In today&#8217;s world of science and technology, the hype is all about speed and flexibility. When it comes to scientific computing, <a href="http://www.wowebook.me/tag/numpy/" class="st_tag internal_tag" rel="tag" title="Posts tagged with NumPy">NumPy</a> is on the top of the list. <a href="http://www.wowebook.me/tag/numpy/" class="st_tag internal_tag" rel="tag" title="Posts tagged with NumPy">NumPy</a> is the fundamental package needed for scientific computing with <a href="http://www.wowebook.me/tag/python/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Python">Python</a>. <a href="http://www.wowebook.me/tag/numpy/" class="st_tag internal_tag" rel="tag" title="Posts tagged with NumPy">NumPy</a> will give you both speed and high productivity. Save thousands of dollars on expensive software, while keeping all the flexibility and power of your favourite <a href="http://www.wowebook.me/tag/programming/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Programming">programming</a> language.</p>
<p><em><a href="http://www.wowebook.me/tag/numpy/" class="st_tag internal_tag" rel="tag" title="Posts tagged with NumPy">NumPy</a> 1.5 Beginner&#8217;s Guide</em> will teach you about NumPy from scratch. It includes everything from installation, functions, matrices, and modules to <a href="http://www.wowebook.me/tag/testing/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Testing">testing</a>, all explained with appropriate examples.</p>
<p><em>Numpy 1.5 Beginner&#8217;s Guide</em> will teach you about installing and using NumPy and related concepts.</p>
<p>This book will give you a solid foundation in NumPy arrays and universal functions. At the end of the book, we will explore related scientific computing projects such as Matplotlib for plotting and the SciPy project through examples.</p>
<p><em>NumPy 1.5 Beginner&#8217;s Guide</em> will help you be productive with NumPy and write clean and fast code.</p>
<p><strong>What you will learn from this book:</strong></p>
<ul>
<li>Installing NumPy</li>
<li>Learn to load arrays from files and write arrays to files</li>
<li>Work with universal functions<span id="more-15809"></span></li>
<li>Create NumPy matrices</li>
<li>Use basic modules that NumPy offers</li>
<li>Write unit tests for NumPy code</li>
<li>Plot mathematical NumPy results with Matplotlib</li>
<li>Integrate with Scipy, a high level <a href="http://www.wowebook.me/tag/python/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Python">Python</a> scientific computing framework built on top of NumPy</li>
</ul>
<p><strong>Approach</strong><br />
The book is written in beginner’s guide style with each aspect of NumPy demonstrated by <a href="http://www.wowebook.me/tag/real-world/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Real World">real world</a> examples. There is appropriate explained code with the required screenshots thrown in for the novice.</p>
<p><strong>Who this book is written for</strong><br />
This book is for the programmer, scientist or engineer, who has basic Python knowledge and would like to be able to do numerical computations with Python.</p>
<h3>Book Details</h3>
<ul>
<li><strong>Paperback:</strong> 234 pages</li>
<li><strong>Publisher:</strong> Packt Publishing (November 2011)</li>
<li><strong>Language:</strong> English</li>
<li><strong>ISBN-10:</strong> 1849515301</li>
<li><strong>ISBN-13:</strong> 978-1849515306</li>
</ul>
Note: There is a file embedded within this post, please visit this post to download the file.

<h4 class="itemtitle" style="margin-bottom:5px;">Related Posts</h4>
<ul><li>
	<a href="http://www.wowebook.me/book/wxpython-2-8-application-development-cookbook/" title="wxPython 2.8 Application Development Cookbook" rel="bookmark">wxPython 2.8 Application Development Cookbook</a> <span class="date">(29-12-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/the-quick-python-book-2nd-edition/" title="The Quick Python Book, 2nd Edition" rel="bookmark">The Quick Python Book, 2nd Edition</a> <span class="date">(04-01-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/the-python-standard-library-by-example/" title="The Python Standard Library by Example" rel="bookmark">The Python Standard Library by Example</a> <span class="date">(27-06-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/spring-python-1-1/" title="Spring Python 1.1" rel="bookmark">Spring Python 1.1</a> <span class="date">(21-06-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/silverlight-2-in-action/" title="Silverlight 2 in Action" rel="bookmark">Silverlight 2 in Action</a> <span class="date">(10-09-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/sage-beginners-guide/" title="Sage: Beginner's Guide" rel="bookmark">Sage: Beginner's Guide</a> <span class="date">(15-06-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/regular-expression-pocket-reference-2nd-edition/" title="Regular Expression Pocket Reference: Regular Expressions for Perl, Ruby, PHP, Python, C, Java and .NET, 2nd Edition" rel="bookmark">Regular Expression Pocket Reference: Regular Expressions for Perl, Ruby, PHP, Python, C, Java and .NET, 2nd Edition</a> <span class="date">(16-06-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/real-world-instrumentation-with-python/" title="Real World Instrumentation with Python: Automated Data Acquisition and Control Systems" rel="bookmark">Real World Instrumentation with Python: Automated Data Acquisition and Control Systems</a> <span class="date">(08-12-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/python-web-development-with-django/" title="Python Web Development with Django" rel="bookmark">Python Web Development with Django</a> <span class="date">(24-08-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/python-text-processing-with-ntlk-2-0-cookbook/" title="Python Text Processing with NTLK 2.0 Cookbook" rel="bookmark">Python Text Processing with NTLK 2.0 Cookbook</a> <span class="date">(14-12-2010)</span>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.wowebook.me/book/numpy-1-5-beginners-guide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Python and AWS Cookbook</title>
		<link>http://www.wowebook.me/book/python-and-aws-cookbook/</link>
		<comments>http://www.wowebook.me/book/python-and-aws-cookbook/#comments</comments>
		<pubDate>Sat, 05 Nov 2011 18:01:50 +0000</pubDate>
		<dc:creator>Wow!</dc:creator>
				<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[Ruby & Python]]></category>
		<category><![CDATA[Amazon]]></category>
		<category><![CDATA[AWS]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://www.wowebook.pro/?p=15203</guid>
		<description><![CDATA[Book Description If you intend to use Amazon Web Services (AWS) for remote computing and storage, Python is an ideal programming language for developing applications and controlling your cloud-based infrastructure. This cookbook gets you started with more than two dozen recipes for using Python with AWS, based on the author&#8217;s boto library. You&#8217;ll find detailed [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://img.wowebook.com/images/1105017460.jpg" alt="Python and AWS Cookbook" width="220" height="220" title="Python and AWS Cookbook" /></p>
<h3>Book Description</h3>
<p>If you intend to use <a href="http://www.wowebook.me/tag/amazon/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Amazon">Amazon</a> Web Services (<a href="http://www.wowebook.me/tag/aws/" class="st_tag internal_tag" rel="tag" title="Posts tagged with AWS">AWS</a>) for remote computing and storage, <a href="http://www.wowebook.me/tag/python/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Python">Python</a> is an ideal <a href="http://www.wowebook.me/tag/programming/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Programming">programming</a> language for developing applications and controlling your <a href="http://www.wowebook.me/tag/cloud/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Cloud">cloud</a>-based infrastructure. This <a href="http://www.wowebook.me/tag/cookbook/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Cookbook">cookbook</a> gets you started with more than two dozen recipes for using <a href="http://www.wowebook.me/tag/python/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Python">Python</a> with <a href="http://www.wowebook.me/tag/aws/" class="st_tag internal_tag" rel="tag" title="Posts tagged with AWS">AWS</a>, based on the author&#8217;s boto library.</p>
<p>You&#8217;ll find detailed recipes for working with the S3 storage service as well as EC2, the service that lets you design and build <a href="http://www.wowebook.me/tag/cloud/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Cloud">cloud</a> applications. Each recipes includes a code solution you can use immediately, along with a discussion of why and how the recipes works. You also get detailed advice for using boto with AWS and other <a href="http://www.wowebook.me/tag/cloud/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Cloud">cloud</a> services.</p>
<p>This book&#8217;s recipes include methods to help you:</p>
<ul>
<li>Launch instances on EC2, and keep track of them with tags</li>
<li>Associate and Elastic IP address with and instance</li>
<li>Restore an failed Elastic Block Store volume from a snapshot</li>
<li>Store and monitor your own custom metrics in CloudWatch</li>
<li>Create a bucket in S3 to contain your data objects</li>
<li>Reduce the cost of storing noncritical data</li>
<li>Prevent accidental deletion of data in S3</li>
</ul>
<p><strong>About the Author</strong><br />
Mitch Garnaat is a software developer at Eucalyptus Systems<span id="more-15203"></span> where he is responsible for the <a href="http://www.wowebook.me/tag/development/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Development">development</a> of tools to make it easier to create and manage cloud computing resources. Previously, as a Principal Engineer at Xerox PARC he was the co-inventor and lead developer of DocuShare, a web-based document management product from Xerox. He is the creator of boto, an <a href="http://www.wowebook.me/tag/opensource/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Open Source">open source</a> <a href="http://www.wowebook.me/tag/python/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Python">Python</a> library for cloud computing.</p>
<h3>Book Details</h3>
<ul>
<li><strong>Paperback:</strong> 76 pages</li>
<li><strong>Publisher:</strong> O&#8217;Reilly Media (October 2011)</li>
<li><strong>Language:</strong> English</li>
<li><strong>ISBN-10:</strong> 144930544X</li>
<li><strong>ISBN-13:</strong> 978-1449305444</li>
</ul>
Note: There is a file embedded within this post, please visit this post to download the file.

<h4 class="itemtitle" style="margin-bottom:5px;">Related Posts</h4>
<ul><li>
	<a href="http://www.wowebook.me/book/understanding-paas/" title="Understanding PaaS" rel="bookmark">Understanding PaaS</a> <span class="date">(26-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/php-development-in-the-cloud/" title="PHP Development in the Cloud" rel="bookmark">PHP Development in the Cloud</a> <span class="date">(22-12-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/elastic-beanstalk/" title="Elastic Beanstalk" rel="bookmark">Elastic Beanstalk</a> <span class="date">(08-08-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/deploying-openstack/" title="Deploying OpenStack" rel="bookmark">Deploying OpenStack</a> <span class="date">(08-08-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/amazon-web-services-migrating-your-net-enterprise-application/" title="Amazon Web Services: Migrating Your .NET Enterprise Application" rel="bookmark">Amazon Web Services: Migrating Your .NET Enterprise Application</a> <span class="date">(02-08-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/wxpython-2-8-application-development-cookbook/" title="wxPython 2.8 Application Development Cookbook" rel="bookmark">wxPython 2.8 Application Development Cookbook</a> <span class="date">(29-12-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/wordpress-bundle/" title="WordPress Bundle" rel="bookmark">WordPress Bundle</a> <span class="date">(11-02-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/windows-azure-platform-2nd-edition/" title="Windows Azure Platform, 2nd Edition" rel="bookmark">Windows Azure Platform, 2nd Edition</a> <span class="date">(14-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/ubuntu-unleashed-2012-edition/" title="Ubuntu Unleashed 2012 Edition: Covering 11.10 and 12.04" rel="bookmark">Ubuntu Unleashed 2012 Edition: Covering 11.10 and 12.04</a> <span class="date">(04-02-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/the-quick-python-book-2nd-edition/" title="The Quick Python Book, 2nd Edition" rel="bookmark">The Quick Python Book, 2nd Edition</a> <span class="date">(04-01-2010)</span>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.wowebook.me/book/python-and-aws-cookbook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MongoDB and Python</title>
		<link>http://www.wowebook.me/book/mongodb-and-python/</link>
		<comments>http://www.wowebook.me/book/mongodb-and-python/#comments</comments>
		<pubDate>Tue, 11 Oct 2011 15:53:29 +0000</pubDate>
		<dc:creator>Wow!</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[Ruby & Python]]></category>
		<category><![CDATA[MongoDB]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://www.wowebook.com/?p=14448</guid>
		<description><![CDATA[Book Description Learn how to leverage MongoDB with your Python applications, using the hands-on recipes in this book. You get complete code samples for tasks such as making fast geo queries for location-based apps, efficiently indexing your user documents for social-graph lookups, and many other scenarios. This guide explains the basics of the document-oriented database [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://img.wowebook.com/images/1996911462.jpg" alt="MongoDB and Python" width="220" height="220" title="MongoDB and Python" /></p>
<h3>Book Description</h3>
<p>Learn how to leverage <a href="http://www.wowebook.me/tag/mongodb/" class="st_tag internal_tag" rel="tag" title="Posts tagged with MongoDB">MongoDB</a> with your <a href="http://www.wowebook.me/tag/python/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Python">Python</a> applications, using the hands-on recipes in this book. You get complete code samples for tasks such as making fast geo queries for location-based apps, efficiently indexing your user documents for social-graph lookups, and many other scenarios.</p>
<p>This guide explains the basics of the document-oriented database and shows you how to set up a <a href="http://www.wowebook.me/tag/python/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Python">Python</a> environment with it. Learn how to read and write to <a href="http://www.wowebook.me/tag/mongodb/" class="st_tag internal_tag" rel="tag" title="Posts tagged with MongoDB">MongoDB</a>, apply idiomatic <a href="http://www.wowebook.me/tag/mongodb/" class="st_tag internal_tag" rel="tag" title="Posts tagged with MongoDB">MongoDB</a> and Python patterns, and use the database with several popular Python web frameworks. You’ll discover how to model your data, write effective queries, and avoid concurrency problems such as race conditions and deadlocks.</p>
<p>The recipes will help you:</p>
<ul>
<li>Read, write, count, and sort documents in a MongoDB collection</li>
<li>Learn how to use the rich MongoDB query language</li>
<li>Maintain data integrity in replicated/distributed MongoDB environments</li>
<li>Use embedding to efficiently model your data without joins</li>
<li>Code defensively to avoid keyerrors and other bugs</li>
<li>Apply atomic operations to update game scores, billing systems, and more with the fast accounting pattern</li>
<li>Use MongoDB with the Pylons 1.x, <a href="http://www.wowebook.me/tag/django/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Django">Django</a>, and Pyramid web frameworks</li>
</ul>
<p><span id="more-14448"></span><strong>About the Author</strong><br />
Niall O&#8217;Higgins is a software consultant specializing in mobile, tablet and <a href="http://www.wowebook.me/tag/cloud/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Cloud">cloud</a> computing. His accomplishments include designing and implementing numerous mobile and web platforms using MongoDB, Python and Pylons/<a href="http://www.wowebook.me/tag/django/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Django">Django</a>/Pyramid. Prior to starting his consulting business, he was a software engineer at Metaweb Technologies, where he worked on Freebase.com (now owned by Google). He is the founder and organizer of both the San Francisco Python Web Technology Meet-up, PyWebSF and the Bay Area Tablet Computing Group, We Have Tablets. He has published quite a bit of <a href="http://www.wowebook.me/tag/opensource/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Open Source">Open Source</a> software &#8211; contributing to OpenBSD and Pyramid among others &#8211; and frequently speaks at conferences and events.</p>
<h3>Book Details</h3>
<ul>
<li><strong>Paperback:</strong> 68 pages</li>
<li><strong>Publisher:</strong> O&#8217;Reilly Media (September 2011)</li>
<li><strong>Language:</strong> English</li>
<li><strong>ISBN-10:</strong> 1449310370</li>
<li><strong>ISBN-13:</strong> 978-1449310370</li>
</ul>
Note: There is a file embedded within this post, please visit this post to download the file.

<h4 class="itemtitle" style="margin-bottom:5px;">Related Posts</h4>
<ul><li>
	<a href="http://www.wowebook.me/book/wxpython-2-8-application-development-cookbook/" title="wxPython 2.8 Application Development Cookbook" rel="bookmark">wxPython 2.8 Application Development Cookbook</a> <span class="date">(29-12-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/the-quick-python-book-2nd-edition/" title="The Quick Python Book, 2nd Edition" rel="bookmark">The Quick Python Book, 2nd Edition</a> <span class="date">(04-01-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/the-python-standard-library-by-example/" title="The Python Standard Library by Example" rel="bookmark">The Python Standard Library by Example</a> <span class="date">(27-06-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/the-definitive-guide-to-mongodb/" title="The Definitive Guide to MongoDB" rel="bookmark">The Definitive Guide to MongoDB</a> <span class="date">(16-05-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/spring-python-1-1/" title="Spring Python 1.1" rel="bookmark">Spring Python 1.1</a> <span class="date">(21-06-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/silverlight-2-in-action/" title="Silverlight 2 in Action" rel="bookmark">Silverlight 2 in Action</a> <span class="date">(10-09-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/scaling-mongodb/" title="Scaling MongoDB" rel="bookmark">Scaling MongoDB</a> <span class="date">(25-02-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/sage-beginners-guide/" title="Sage: Beginner's Guide" rel="bookmark">Sage: Beginner's Guide</a> <span class="date">(15-06-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/regular-expression-pocket-reference-2nd-edition/" title="Regular Expression Pocket Reference: Regular Expressions for Perl, Ruby, PHP, Python, C, Java and .NET, 2nd Edition" rel="bookmark">Regular Expression Pocket Reference: Regular Expressions for Perl, Ruby, PHP, Python, C, Java and .NET, 2nd Edition</a> <span class="date">(16-06-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/real-world-instrumentation-with-python/" title="Real World Instrumentation with Python: Automated Data Acquisition and Control Systems" rel="bookmark">Real World Instrumentation with Python: Automated Data Acquisition and Control Systems</a> <span class="date">(08-12-2010)</span>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.wowebook.me/book/mongodb-and-python/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rails 3 in Action</title>
		<link>http://www.wowebook.me/book/rails-3-in-action/</link>
		<comments>http://www.wowebook.me/book/rails-3-in-action/#comments</comments>
		<pubDate>Wed, 21 Sep 2011 21:09:08 +0000</pubDate>
		<dc:creator>Wow!</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Ruby & Python]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[RESTful]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://www.wowebook.com/?p=13923</guid>
		<description><![CDATA[Book Description Rails 3 is a full stack, open source web framework powered by Ruby and this book is an introduction to it. Whether you&#8217;re just starting or you have a few cycles under your belt, you&#8217;ll appreciate the book&#8217;s guru&#8217;s-eye-view of idiomatic Rails programming. You&#8217;ll master Rails 3.1 by developing a ticket tracking application [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://img.wowebook.com/images/1170286697.jpg" alt="Rails 3 in Action" width="220" height="220" title="Rails 3 in Action" /></p>
<h3>Book Description</h3>
<p><a href="http://www.wowebook.me/tag/rails/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Rails">Rails</a> 3 is a full stack, <a href="http://www.wowebook.me/tag/opensource/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Open Source">open source</a> web framework powered by <a href="http://www.wowebook.me/tag/ruby/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Ruby">Ruby</a> and this book is an introduction to it. Whether you&#8217;re just starting or you have a few cycles under your belt, you&#8217;ll appreciate the book&#8217;s guru&#8217;s-eye-view of idiomatic <a href="http://www.wowebook.me/tag/rails/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Rails">Rails</a> <a href="http://www.wowebook.me/tag/programming/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Programming">programming</a>.</p>
<p>You&#8217;ll master <a href="http://www.wowebook.me/tag/rails/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Rails">Rails</a> 3.1 by developing a ticket tracking application that includes <a href="http://www.wowebook.me/tag/restful/" class="st_tag internal_tag" rel="tag" title="Posts tagged with RESTful">RESTful</a> routing, authentication and authorization, state maintenance, file uploads, email, and more. You&#8217;ll also explore powerful features like designing your own APIs and building a <a href="http://www.wowebook.me/tag/rails/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Rails">Rails</a> engine. You will see Test Driven <a href="http://www.wowebook.me/tag/development/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Development">Development</a> and Behavior Driven <a href="http://www.wowebook.me/tag/development/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Development">Development</a> in action throughout the book, just like you would in a top <a href="http://www.wowebook.me/tag/rails/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Rails">Rails</a> shop.</p>
<p>It is helpful for readers to have a background in <a href="http://www.wowebook.me/tag/ruby/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Ruby">Ruby</a>, but no prior Rails experience is needed.</p>
<p><strong>What&#8217;s Inside</strong></p>
<ul>
<li>Covers Rails 3.1 from the ground up</li>
<li><a href="http://www.wowebook.me/tag/testing/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Testing">Testing</a> and BDD using RSpec and Cucumber</li>
<li>Working with Rack</li>
</ul>
<p><strong>Table of Contents</strong></p>
<ol>
<li><a href="http://www.wowebook.me/tag/ruby-on-rails/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Ruby on Rails">Ruby on Rails</a>, the framework</li>
<li><a href="http://www.wowebook.me/tag/testing/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Testing">Testing</a> saves your bacon<span id="more-13923"></span></li>
<li>Developing a real Rails application</li>
<li>Oh CRUD!</li>
<li>Nested resources</li>
<li>Authentication and basic authorization</li>
<li>Basic access control</li>
<li>More authorization</li>
<li>File uploading</li>
<li>Tracking state</li>
<li>Tagging</li>
<li>Sending email</li>
<li>Designing an API</li>
<li>Deployment</li>
<li>Alternative authentication</li>
<li>Basic performance enhancements</li>
<li>Engines</li>
<li>Rack-based applications</li>
</ol>
<h3>Book Details</h3>
<ul>
<li><strong>Paperback:</strong> 592 pages</li>
<li><strong>Publisher:</strong> Manning Publications (September 2011)</li>
<li><strong>Language:</strong> English</li>
<li><strong>ISBN-10:</strong> 1935182277</li>
<li><strong>ISBN-13:</strong> 978-1935182276</li>
</ul>
Note: There is a file embedded within this post, please visit this post to download the file.

<h4 class="itemtitle" style="margin-bottom:5px;">Related Posts</h4>
<ul><li>
	<a href="http://www.wowebook.me/book/the-art-of-rails/" title="The Art of Rails" rel="bookmark">The Art of Rails</a> <span class="date">(23-08-2009)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/service-oriented-design-with-ruby-and-rails/" title="Service-Oriented Design with Ruby and Rails" rel="bookmark">Service-Oriented Design with Ruby and Rails</a> <span class="date">(19-10-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/ruby-on-rails-for-microsoft-developers/" title="Ruby on Rails for Microsoft Developers" rel="bookmark">Ruby on Rails for Microsoft Developers</a> <span class="date">(24-07-2009)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/ruby-on-rails-bible/" title="Ruby on Rails Bible" rel="bookmark">Ruby on Rails Bible</a> <span class="date">(24-07-2009)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/rails-for-net-developers/" title="Rails for .NET Developers" rel="bookmark">Rails for .NET Developers</a> <span class="date">(28-07-2009)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/professional-ruby-on-rails/" title="Professional Ruby on Rails" rel="bookmark">Professional Ruby on Rails</a> <span class="date">(22-08-2009)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/professional-alfresco/" title="Professional Alfresco: Practical Solutions for Enterprise Content Management" rel="bookmark">Professional Alfresco: Practical Solutions for Enterprise Content Management</a> <span class="date">(31-05-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/practical-reporting-with-ruby-and-rails/" title="Practical Reporting with Ruby and Rails" rel="bookmark">Practical Reporting with Ruby and Rails</a> <span class="date">(04-07-2009)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/enterprise-recipes-with-ruby-and-rails/" title="Enterprise Recipes with Ruby and Rails" rel="bookmark">Enterprise Recipes with Ruby and Rails</a> <span class="date">(28-07-2009)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/couchdb-the-definitive-guide/" title="CouchDB: The Definitive Guide" rel="bookmark">CouchDB: The Definitive Guide</a> <span class="date">(28-01-2010)</span>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.wowebook.me/book/rails-3-in-action/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Core PYTHON Programming, 2nd Edition</title>
		<link>http://www.wowebook.me/book/core-python-programming-2nd-edition/</link>
		<comments>http://www.wowebook.me/book/core-python-programming-2nd-edition/#comments</comments>
		<pubDate>Sat, 27 Aug 2011 12:00:46 +0000</pubDate>
		<dc:creator>Wow!</dc:creator>
				<category><![CDATA[Ruby & Python]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://www.wowebook.com/?p=735</guid>
		<description><![CDATA[Book Description Python is an agile, robust, expressive, fully object-oriented, extensible, and scalable programming language. It combines the power of compiled languages with the simplicity and rapid development of scripting languages. In Core Python Programming, Second Edition, leading Python developer and trainer Wesley Chun helps you learn Python quickly and comprehensively so that you can [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://img.wowebook.com/images/1565956465.jpg" alt="Core PYTHON Programming, 2nd Edition" width="220" height="220" title="Core PYTHON Programming, 2nd Edition" /></p>
<h3>Book Description</h3>
<p><a href="http://www.wowebook.me/tag/python/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Python">Python</a> is an agile, robust, expressive, fully object-oriented, extensible, and scalable <a href="http://www.wowebook.me/tag/programming/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Programming">programming</a> language. It combines the power of compiled languages with the simplicity and rapid <a href="http://www.wowebook.me/tag/development/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Development">development</a> of scripting languages. In <em><strong>Core <a href="http://www.wowebook.me/tag/python/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Python">Python</a> <a href="http://www.wowebook.me/tag/programming/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Programming">Programming</a>, Second Edition</strong></em>, leading Python developer and trainer Wesley Chun helps you learn Python quickly and comprehensively so that you can immediately succeed with any Python project.</p>
<p>Using practical code examples, Chun introduces all the fundamentals of Python programming: syntax, objects and memory management, data types, operators, files and I/O, functions, generators, error handling and exceptions, loops, iterators, functional programming, object-oriented programming and more. After you learn the core fundamentals of Python, he shows you what you can do with your new skills, delving into advanced topics, such as regular expressions, networking programming with sockets, multithreading, GUI <a href="http://www.wowebook.me/tag/development/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Development">development</a>, Web/CGI programming and extending Python in C.</p>
<p>This edition reflects major enhancements in the Python 2.x series, including 2.5 as well as capabilities set for future versions. It contains new chapters on database and Internet client programming, plus coverage of many new topics, including new-style classes, Java and Jython, Microsoft Office (Win32 COM Client) programming, and much more.</p>
<ul>
<li>Learn professional Python style, best practices, and good programming habits</li>
<li>Gain a deep understanding of Python&#8217;s objects<span id="more-735"></span> and memory model as well as its <a href="http://www.wowebook.me/tag/oop/" class="st_tag internal_tag" rel="tag" title="Posts tagged with OOP">OOP</a> features, including those found in Python&#8217;s new-style classes</li>
<li>Build more effective Web, CGI, Internet, and network and other client/server applications</li>
<li>Learn how to develop your own GUI applications using Tkinter and other toolkits available for Python</li>
<li>Improve the performance of your Python applications by writing extensions in C and other languages, or enhance I/O-bound applications by using multithreading</li>
<li>Learn about Python&#8217;s database API and how to use a variety of database systems with Python, including MySQL, Postgres, and SQLite</li>
</ul>
<p><em><strong>Core Python Programming</strong></em> delivers</p>
<ul>
<li>Systematic, expert coverage of Python&#8217;s core features</li>
<li>Powerful insights for developing complex applications</li>
<li>Easy-to-use tables and charts detailing Python modules, operators, functions, and methods</li>
<li>Dozens of professional-quality code examples, from quick snippets to full-fledged applications</li>
</ul>
<p>The Complete Developer&#8217;s Guide to Python—Fully Updated for Python 2.5</p>
<ul>
<li>New to Python? The definitive guide to Python development for experienced programmers</li>
<li>Covers core language features thoroughly, including those found in the latest Python releases</li>
<li>Learn advanced topics such as regular expressions, networking, multithreading, GUI, and Web/CGI</li>
<li>Includes brand-new chapters on database, Internet, Jython, and COM Client programming</li>
<li>Presents hundreds of code samples and practical exercises to strengthen your Python skills</li>
</ul>
<h3>Book Details</h3>
<ul>
<li><strong>Paperback:</strong> 1136 pages</li>
<li><strong>Publisher:</strong> Prentice Hall; 2nd Edition (September 2006)</li>
<li><strong>Language</strong> English</li>
<li><strong>ISBN-10:</strong> 0132269937</li>
<li><strong>ISBN-13:</strong> 978-0132269933</li>
</ul>
Note: There is a file embedded within this post, please visit this post to download the file.

<h4 class="itemtitle" style="margin-bottom:5px;">Related Posts</h4>
<ul><li>
	<a href="http://www.wowebook.me/book/wxpython-2-8-application-development-cookbook/" title="wxPython 2.8 Application Development Cookbook" rel="bookmark">wxPython 2.8 Application Development Cookbook</a> <span class="date">(29-12-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/the-quick-python-book-2nd-edition/" title="The Quick Python Book, 2nd Edition" rel="bookmark">The Quick Python Book, 2nd Edition</a> <span class="date">(04-01-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/sage-beginners-guide/" title="Sage: Beginner's Guide" rel="bookmark">Sage: Beginner's Guide</a> <span class="date">(15-06-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/python-text-processing-with-ntlk-2-0-cookbook/" title="Python Text Processing with NTLK 2.0 Cookbook" rel="bookmark">Python Text Processing with NTLK 2.0 Cookbook</a> <span class="date">(14-12-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/python-testing-cookbook/" title="Python Testing Cookbook" rel="bookmark">Python Testing Cookbook</a> <span class="date">(14-06-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/python-programming-on-win32/" title="Python Programming On Win32: Help for Windows Programmers" rel="bookmark">Python Programming On Win32: Help for Windows Programmers</a> <span class="date">(04-06-2009)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/python-essential-reference-4th-edition/" title="Python Essential Reference, 4th Edition" rel="bookmark">Python Essential Reference, 4th Edition</a> <span class="date">(13-10-2009)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/python-3-object-oriented-programming/" title="Python 3 Object Oriented Programming" rel="bookmark">Python 3 Object Oriented Programming</a> <span class="date">(27-08-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/python-3-for-absolute-beginners/" title="Python 3 for Absolute Beginners" rel="bookmark">Python 3 for Absolute Beginners</a> <span class="date">(31-10-2009)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/programming-python-4th-edition/" title="Programming Python, 4th Edition" rel="bookmark">Programming Python, 4th Edition</a> <span class="date">(18-01-2011)</span>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.wowebook.me/book/core-python-programming-2nd-edition/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Python Web Development with Django</title>
		<link>http://www.wowebook.me/book/python-web-development-with-django/</link>
		<comments>http://www.wowebook.me/book/python-web-development-with-django/#comments</comments>
		<pubDate>Wed, 24 Aug 2011 15:12:28 +0000</pubDate>
		<dc:creator>Wow!</dc:creator>
				<category><![CDATA[Ruby & Python]]></category>
		<category><![CDATA[Web Dev.]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Django]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://www.wowebook.com/?p=13409</guid>
		<description><![CDATA[Book Description Using the simple, robust, Python-based Django framework, you can build powerful Web solutions with remarkably few lines of code. In Python Web Development with Django®, three experienced Django and Python developers cover all the techniques, tools, and concepts you need to make the most of Django 1.0, including all the major features of [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://img.wowebook.com/images/1750902780.jpg" alt="Python Web Development with Django" width="220" height="220" title="Python Web Development with Django" /></p>
<h3>Book Description</h3>
<p>Using the simple, robust, <a href="http://www.wowebook.me/tag/python/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Python">Python</a>-based <a href="http://www.wowebook.me/tag/django/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Django">Django</a> framework, you can build powerful Web solutions with remarkably few lines of code. In <em><a href="http://www.wowebook.me/tag/python/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Python">Python</a> Web <a href="http://www.wowebook.me/tag/development/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Development">Development</a> with <a href="http://www.wowebook.me/tag/django/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Django">Django</a>®</em>, three experienced Django and Python developers cover all the techniques, tools, and concepts you need to make the most of Django 1.0, including all the major features of the new release.</p>
<p>The authors teach Django through in-depth explanations, plus provide extensive sample code supported with images and line-by-line explanations. You’ll discover how Django leverages Python’s <a href="http://www.wowebook.me/tag/development/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Development">development</a> speed and flexibility to help you solve a wide spectrum of Web <a href="http://www.wowebook.me/tag/development/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Development">development</a> problems and learn Django best practices covered nowhere else. You’ll build your first Django application in just minutes and deepen your real-world skills through start-to-finish application projects including</p>
<ul>
<li>Simple Web log (blog)</li>
<li>Online photo gallery</li>
<li>Simple content management system</li>
<li>Ajax-powered live blogger</li>
<li>Online source code sharing/syntax highlighting tool</li>
<li>How to run your Django applications on the Google App Engine</li>
</ul>
<p>This complete guide starts by introducing Python, Django, and Web development concepts, then dives into the Django framework, providing a deep understanding of its major components (models, views, templates), and how they come together to form complete Web applications.</p>
<p><span id="more-13409"></span><strong>Table of Contents</strong><br />
Introduction 1</p>
<p><em><strong>Part I: Getting Started</strong></em><br />
Chapter 1: Practical Python for Django 7<br />
Chapter 2: Django for the Impatient: Building a Blog 57<br />
Chapter 3: Starting Out 77</p>
<p><em><strong>Part II: Django in Depth</strong></em><br />
Chapter 4: Defining and Using Models 89<br />
Chapter 5: URLs, HTTP Mechanisms, and Views 117<br />
Chapter 6: Templates and Form Processing 135</p>
<p><em><strong>Part III: Django Applications by Example</strong></em><br />
Chapter 7: Photo Gallery 159<br />
Chapter 8: Content Management System 181<br />
Chapter 9: Liveblog 205<br />
Chapter 10: Pastebin 221</p>
<p><em><strong>Part IV: Advanced Django Techniques and Features</strong></em><br />
Chapter 11: Advanced Django <a href="http://www.wowebook.me/tag/programming/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Programming">Programming</a> 235<br />
Chapter 12: Advanced Django Deployment 261</p>
<p><em><strong>Part V: Appendices</strong></em><br />
Appendix A: Command Line Basics 285<br />
Appendix B: Installing and Running Django 295<br />
Appendix C: Tools for Practical Django Development 313<br />
Appendix D: Finding, Evaluating, and Using Django Applications 321<br />
Appendix E: Django on the Google App Engine 325<br />
Appendix F: Getting Involved in the Django Project 337</p>
<p>Index 339<br />
Colophon 375</p>
<h3>Book Details</h3>
<ul>
<li><strong>Paperback:</strong> 408 pages</li>
<li><strong>Publisher:</strong> Addison-Wesley Professional (October 2008)</li>
<li><strong>Language:</strong> English</li>
<li><strong>ISBN-10:</strong> 0132356139</li>
<li><strong>ISBN-13:</strong> 978-0132356138</li>
</ul>
Note: There is a file embedded within this post, please visit this post to download the file.

<h4 class="itemtitle" style="margin-bottom:5px;">Related Posts</h4>
<ul><li>
	<a href="http://www.wowebook.me/book/django-1-1-testing-and-debugging/" title="Django 1.1 Testing and Debugging" rel="bookmark">Django 1.1 Testing and Debugging</a> <span class="date">(05-05-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/wxpython-2-8-application-development-cookbook/" title="wxPython 2.8 Application Development Cookbook" rel="bookmark">wxPython 2.8 Application Development Cookbook</a> <span class="date">(29-12-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/the-quick-python-book-2nd-edition/" title="The Quick Python Book, 2nd Edition" rel="bookmark">The Quick Python Book, 2nd Edition</a> <span class="date">(04-01-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/real-world-instrumentation-with-python/" title="Real World Instrumentation with Python: Automated Data Acquisition and Control Systems" rel="bookmark">Real World Instrumentation with Python: Automated Data Acquisition and Control Systems</a> <span class="date">(08-12-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/python-geospatial-development/" title="Python Geospatial Development" rel="bookmark">Python Geospatial Development</a> <span class="date">(08-02-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/python-3-web-development-beginners-guide/" title="Python 3 Web Development: Beginner's Guide" rel="bookmark">Python 3 Web Development: Beginner's Guide</a> <span class="date">(14-06-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/programming-in-python-3/" title="Programming in Python 3: A Complete Introduction to the Python Language" rel="bookmark">Programming in Python 3: A Complete Introduction to the Python Language</a> <span class="date">(03-03-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/professional-python-frameworks/" title="Professional Python Frameworks: Web 2.0 Programming with Django and Turbogears" rel="bookmark">Professional Python Frameworks: Web 2.0 Programming with Django and Turbogears</a> <span class="date">(04-06-2009)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/pro-python/" title="Pro Python" rel="bookmark">Pro Python</a> <span class="date">(20-07-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/pro-android-python-with-sl4a/" title="Pro Android Python with SL4A" rel="bookmark">Pro Android Python with SL4A</a> <span class="date">(13-08-2011)</span>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.wowebook.me/book/python-web-development-with-django/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The Ruby Programming Language</title>
		<link>http://www.wowebook.me/book/the-ruby-programming-language/</link>
		<comments>http://www.wowebook.me/book/the-ruby-programming-language/#comments</comments>
		<pubDate>Mon, 15 Aug 2011 10:23:55 +0000</pubDate>
		<dc:creator>Wow!</dc:creator>
				<category><![CDATA[Ruby & Python]]></category>
		<category><![CDATA[Software Dev.]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://www.wowebook.com/?p=13252</guid>
		<description><![CDATA[Book Description The Ruby Programming Language is the authoritative guide to Ruby and provides comprehensive coverage of versions 1.8 and 1.9 of the language. It was written (and illustrated!) by an all-star team: David Flanagan, bestselling author of programming language &#8220;bibles&#8221; (including JavaScript: The Definitive Guide and Java in a Nutshell) and committer to the [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://img.wowebook.com/images/1080533207.jpg" alt="The Ruby Programming Language" width="220" height="220" title="The Ruby Programming Language" /></p>
<h3>Book Description</h3>
<p><em>The <a href="http://www.wowebook.me/tag/ruby/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Ruby">Ruby</a> <a href="http://www.wowebook.me/tag/programming/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Programming">Programming</a> Language</em> is <em>the</em> authoritative guide to <a href="http://www.wowebook.me/tag/ruby/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Ruby">Ruby</a> and provides comprehensive coverage of versions 1.8 and 1.9 of the language. It was written (and illustrated!) by an all-star team:</p>
<ul>
<li>David Flanagan, bestselling author of <a href="http://www.wowebook.me/tag/programming/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Programming">programming</a> language &#8220;bibles&#8221; (including <em>JavaScript: The Definitive Guide</em> and <em>Java in a Nutshell</em>) and committer to the Ruby Subversion repository.</li>
<li>Yukihiro &#8220;Matz&#8221; Matsumoto, creator, designer and lead developer of Ruby and author of <em>Ruby in a Nutshell</em>, which has been expanded and revised to become this book.</li>
<li>why the lucky stiff, artist and Ruby programmer extraordinaire.</li>
</ul>
<p>This book begins with a quick-start tutorial to the language, and then explains the language in detail from the bottom up: from lexical and syntactic structure to datatypes to expressions and statements and on through methods, blocks, lambdas, closures, classes and modules.</p>
<p>The book also includes a long and thorough introduction to the rich API of the Ruby platform, demonstrating &#8212; with heavily-commented example code &#8212; Ruby&#8217;s facilities for text processing, numeric manipulation, collections, input/output, networking, and concurrency. An entire chapter is devoted to Ruby&#8217;s metaprogramming capabilities.</p>
<p><em>The Ruby Programming Language</em> documents the Ruby language definitively but without the formality of a language specification. It is written for experienced programmers who are new to Ruby, and for current Ruby programmers who want to challenge their understanding and increase their mastery of the language.<span id="more-13252"></span></p>
<h3>Book Details</h3>
<ul>
<li><strong>Paperback:</strong> 448 pages</li>
<li><strong>Publisher:</strong> O&#8217;Reilly Media (February 2008)</li>
<li><strong>Language:</strong> English</li>
<li><strong>ISBN-10:</strong> 0596516177</li>
<li><strong>ISBN-13:</strong> 978-0596516178</li>
</ul>
Note: There is a file embedded within this post, please visit this post to download the file.

<h4 class="itemtitle" style="margin-bottom:5px;">Related Posts</h4>
<ul><li>
	<a href="http://www.wowebook.me/book/the-book-of-ruby/" title="The Book of Ruby" rel="bookmark">The Book of Ruby</a> <span class="date">(12-07-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/seven-languages-in-seven-weeks/" title="Seven Languages in Seven Weeks" rel="bookmark">Seven Languages in Seven Weeks</a> <span class="date">(02-11-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/refactoring-in-ruby/" title="Refactoring in Ruby" rel="bookmark">Refactoring in Ruby</a> <span class="date">(12-10-2009)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/programming-ruby-1-9-the-pragmatic-programmers-guide/" title="Programming Ruby 1.9: The Pragmatic Programmers' Guide" rel="bookmark">Programming Ruby 1.9: The Pragmatic Programmers' Guide</a> <span class="date">(29-07-2009)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/eloquent-ruby/" title="Eloquent Ruby" rel="bookmark">Eloquent Ruby</a> <span class="date">(28-02-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/dsls-in-action/" title="DSLs in Action" rel="bookmark">DSLs in Action</a> <span class="date">(15-01-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/distributed-programming-with-ruby/" title="Distributed Programming with Ruby" rel="bookmark">Distributed Programming with Ruby</a> <span class="date">(24-11-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/xslt-2-0-and-xpath-2-0-programmers-reference-4th-edition/" title="XSLT 2.0 and XPath 2.0 Programmer's Reference, 4th Edition" rel="bookmark">XSLT 2.0 and XPath 2.0 Programmer's Reference, 4th Edition</a> <span class="date">(07-05-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/xna-game-studio-4-0-programming/" title="XNA Game Studio 4.0 Programming: Developing for Windows Phone 7 and Xbox 360" rel="bookmark">XNA Game Studio 4.0 Programming: Developing for Windows Phone 7 and Xbox 360</a> <span class="date">(26-01-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/xna-3-0-game-programming-recipes/" title="XNA 3.0 Game Programming Recipes: A Problem-Solution Approach" rel="bookmark">XNA 3.0 Game Programming Recipes: A Problem-Solution Approach</a> <span class="date">(08-07-2009)</span>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.wowebook.me/book/the-ruby-programming-language/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Book of Ruby</title>
		<link>http://www.wowebook.me/book/the-book-of-ruby/</link>
		<comments>http://www.wowebook.me/book/the-book-of-ruby/#comments</comments>
		<pubDate>Tue, 12 Jul 2011 10:41:30 +0000</pubDate>
		<dc:creator>Wow!</dc:creator>
				<category><![CDATA[Ruby & Python]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://www.wowebook.com/?p=12334</guid>
		<description><![CDATA[Book Description Ruby is famous for being easy to learn, but most users only scratch the surface of what it can do. While other books focus on Ruby&#8217;s trendier features, The Book of Ruby reveals the secret inner workings of one of the world&#8217;s most popular programming languages, teaching you to write clear, maintainable code. [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://img.wowebook.com/images/1690915090.jpg" alt="The Book of Ruby" width="220" height="220" title="The Book of Ruby" /></p>
<h3>Book Description</h3>
<p><a href="http://www.wowebook.me/tag/ruby/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Ruby">Ruby</a> is famous for being easy to learn, but most users only scratch the surface of what it can do. While other books focus on <a href="http://www.wowebook.me/tag/ruby/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Ruby">Ruby</a>&#8217;s trendier features, <em>The Book of <a href="http://www.wowebook.me/tag/ruby/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Ruby">Ruby</a></em> reveals the secret inner workings of one of the world&#8217;s most popular <a href="http://www.wowebook.me/tag/programming/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Programming">programming</a> languages, teaching you to write clear, maintainable code.</p>
<p>You&#8217;ll start with the basics—types, data structures, and control flows—and progress to advanced features like blocks, mixins, metaclasses, and beyond. Rather than bog you down with a lot of theory, <em>The Book of Ruby</em> takes a hands-on approach and focuses on making you productive from day one. As you follow along, you&#8217;ll learn to:</p>
<ul>
<li>Leverage Ruby&#8217;s succinct and flexible syntax to maximize your productivity</li>
<li>Balance Ruby&#8217;s functional, imperative, and object-oriented features</li>
<li>Write self-modifying programs using dynamic <a href="http://www.wowebook.me/tag/programming/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Programming">programming</a> techniques</li>
<li>Create new fibers and threads to manage independent processes concurrently</li>
<li>Catch and recover from execution errors with robust exception handling</li>
<li>Develop powerful web applications with the <a href="http://www.wowebook.me/tag/ruby-on-rails/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Ruby on Rails">Ruby on Rails</a> framework</li>
</ul>
<p>Each chapter includes a &#8220;Digging Deeper&#8221; section that shows you how Ruby works under the hood, so you&#8217;ll never be caught off guard by its deceptively simple scoping, multithreading features, or precedence rules.</p>
<p><span id="more-12334"></span>Whether you&#8217;re new to programming or just new Ruby, <em>The Book of Ruby</em> is your guide to rapid, real-world software <a href="http://www.wowebook.me/tag/development/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Development">development</a> with this unique and elegant language.</p>
<p><strong>About the Author</strong><br />
Huw Collingbourne is the Director of Technology for SapphireSteel Software, developer of the Ruby In Steel IDE. With 30 years of programming experience, he has written programming columns for numerous magazines, presented features on computing for BBC Television, and currently edits the online technical journal <em>Bitwise Magazine</em>. He has previously released two free ebooks on Ruby—<em>The Little Book of Ruby</em> and <em>The Book of Ruby</em>.</p>
<h3>Book Details</h3>
<ul>
<li><strong>Paperback:</strong> 400 pages</li>
<li><strong>Publisher:</strong> No Starch Press (Julne 2011)</li>
<li><strong>Language:</strong> English</li>
<li><strong>ISBN-10:</strong> 1593272944</li>
<li><strong>ISBN-13:</strong> 978-1593272944</li>
</ul>
Note: There is a file embedded within this post, please visit this post to download the file.

<h4 class="itemtitle" style="margin-bottom:5px;">Related Posts</h4>
<ul><li>
	<a href="http://www.wowebook.me/book/the-ruby-programming-language/" title="The Ruby Programming Language" rel="bookmark">The Ruby Programming Language</a> <span class="date">(15-08-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/seven-languages-in-seven-weeks/" title="Seven Languages in Seven Weeks" rel="bookmark">Seven Languages in Seven Weeks</a> <span class="date">(02-11-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/service-oriented-design-with-ruby-and-rails/" title="Service-Oriented Design with Ruby and Rails" rel="bookmark">Service-Oriented Design with Ruby and Rails</a> <span class="date">(19-10-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/ruby-on-rails-3-tutorial/" title="Ruby on Rails 3 Tutorial: Learn Rails by Example" rel="bookmark">Ruby on Rails 3 Tutorial: Learn Rails by Example</a> <span class="date">(07-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/refactoring-ruby-edition/" title="Refactoring: Ruby Edition" rel="bookmark">Refactoring: Ruby Edition</a> <span class="date">(12-10-2009)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/refactoring-in-ruby/" title="Refactoring in Ruby" rel="bookmark">Refactoring in Ruby</a> <span class="date">(12-10-2009)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/programming-ruby-1-9-the-pragmatic-programmers-guide/" title="Programming Ruby 1.9: The Pragmatic Programmers' Guide" rel="bookmark">Programming Ruby 1.9: The Pragmatic Programmers' Guide</a> <span class="date">(29-07-2009)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/practical-reporting-with-ruby-and-rails/" title="Practical Reporting with Ruby and Rails" rel="bookmark">Practical Reporting with Ruby and Rails</a> <span class="date">(04-07-2009)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/eloquent-ruby/" title="Eloquent Ruby" rel="bookmark">Eloquent Ruby</a> <span class="date">(28-02-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/dsls-in-action/" title="DSLs in Action" rel="bookmark">DSLs in Action</a> <span class="date">(15-01-2011)</span>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.wowebook.me/book/the-book-of-ruby/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Python Standard Library by Example</title>
		<link>http://www.wowebook.me/book/the-python-standard-library-by-example/</link>
		<comments>http://www.wowebook.me/book/the-python-standard-library-by-example/#comments</comments>
		<pubDate>Mon, 27 Jun 2011 10:43:53 +0000</pubDate>
		<dc:creator>Wow!</dc:creator>
				<category><![CDATA[Ruby & Python]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://www.wowebook.com/?p=12026</guid>
		<description><![CDATA[Book Description “Hellmann’s writing has become an indispensable resource for me and many others as it fills a critical gap in Python Documentation with examples.” — Jesse Noller, Python Core Developer and PSF Board Member Master the Powerful Python Standard Library through Real Code Examples The Python Standard Library contains hundreds of modules for interacting [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://img.wowebook.com/images/875611545.jpg" alt="The Python Standard Library by Example" width="220" height="220" title="The Python Standard Library by Example" /></p>
<h3>Book Description</h3>
<p>“Hellmann’s writing has become an indispensable resource for me and many others as it fills a critical gap in <a href="http://www.wowebook.me/tag/python/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Python">Python</a> Documentation with examples.”<br />
<em>— Jesse Noller, <a href="http://www.wowebook.me/tag/python/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Python">Python</a> Core Developer and PSF Board Member</em></p>
<p><strong>Master the Powerful Python Standard Library through Real Code Examples</strong></p>
<p>The Python Standard Library contains hundreds of modules for interacting with the operating system, interpreter, and Internet—all extensively tested and ready to jump-start your application <a href="http://www.wowebook.me/tag/development/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Development">development</a>. <strong><em><strong>The Python Standard Library by Example</strong></em></strong> introduces virtually every important area of the Python 2.7 library through concise, stand-alone source code/output examples, designed for easy learning and reuse.</p>
<p>Building on his popular <em>Python Module of the Week </em>blog series, author and Python expert Doug Hellmann focuses on “showing” not “telling.” He explains code behavior through downloadable examples that fully demonstrate each feature.</p>
<p>You’ll find practical code for working with text, data types, algorithms, math, file systems, networking, the Internet, <a href="http://www.wowebook.me/tag/xml/" class="st_tag internal_tag" rel="tag" title="Posts tagged with XML">XML</a>, email, cryptography, concurrency, runtime and language services, and much more. Each section fully covers one module, and links to valuable additional resources, making this book an ideal tutorial and reference. Coverage includes</p>
<ul>
<li>Manipulating text with string, textwrap, re, and difflib</li>
<li>Implementing data structures: collections, array, queue, struct, copy, and more<span id="more-12026"></span></li>
<li>Reading, writing, and manipulating files and directories</li>
<li>Regular expression pattern matching</li>
<li>Exchanging data and providing for persistence Archiving and data compression</li>
<li>Managing processes and threads</li>
<li>Using application “building blocks”: parsing command-line options, prompting for passwords, scheduling events, and logging</li>
<li><a href="http://www.wowebook.me/tag/testing/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Testing">Testing</a>, debugging, and compilation</li>
<li>Controlling runtime configuration</li>
<li>Using module and package utilities</li>
</ul>
<p>If you’re new to Python, this book will quickly give you access to a whole new world of functionality. If you’ve worked with Python before, you’ll discover new, powerful solutions and better ways to use the modules you’ve already tried.</p>
<h3>Book Details</h3>
<ul>
<li><strong>Paperback:</strong> 1344 pages</li>
<li><strong>Publisher:</strong> Addison-Wesley Professional (June 2011)</li>
<li><strong>Language:</strong> English</li>
<li><strong>ISBN-10:</strong> 0321767349</li>
<li><strong>ISBN-13:</strong> 978-0321767349</li>
</ul>
Note: There is a file embedded within this post, please visit this post to download the file.

<h4 class="itemtitle" style="margin-bottom:5px;">Related Posts</h4>
<ul><li>
	<a href="http://www.wowebook.me/book/wxpython-2-8-application-development-cookbook/" title="wxPython 2.8 Application Development Cookbook" rel="bookmark">wxPython 2.8 Application Development Cookbook</a> <span class="date">(29-12-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/the-quick-python-book-2nd-edition/" title="The Quick Python Book, 2nd Edition" rel="bookmark">The Quick Python Book, 2nd Edition</a> <span class="date">(04-01-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/spring-python-1-1/" title="Spring Python 1.1" rel="bookmark">Spring Python 1.1</a> <span class="date">(21-06-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/silverlight-2-in-action/" title="Silverlight 2 in Action" rel="bookmark">Silverlight 2 in Action</a> <span class="date">(10-09-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/sage-beginners-guide/" title="Sage: Beginner's Guide" rel="bookmark">Sage: Beginner's Guide</a> <span class="date">(15-06-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/regular-expression-pocket-reference-2nd-edition/" title="Regular Expression Pocket Reference: Regular Expressions for Perl, Ruby, PHP, Python, C, Java and .NET, 2nd Edition" rel="bookmark">Regular Expression Pocket Reference: Regular Expressions for Perl, Ruby, PHP, Python, C, Java and .NET, 2nd Edition</a> <span class="date">(16-06-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/real-world-instrumentation-with-python/" title="Real World Instrumentation with Python: Automated Data Acquisition and Control Systems" rel="bookmark">Real World Instrumentation with Python: Automated Data Acquisition and Control Systems</a> <span class="date">(08-12-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/python-web-development-with-django/" title="Python Web Development with Django" rel="bookmark">Python Web Development with Django</a> <span class="date">(24-08-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/python-text-processing-with-ntlk-2-0-cookbook/" title="Python Text Processing with NTLK 2.0 Cookbook" rel="bookmark">Python Text Processing with NTLK 2.0 Cookbook</a> <span class="date">(14-12-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/python-testing-beginners-guide/" title="Python Testing: Beginner's Guide" rel="bookmark">Python Testing: Beginner's Guide</a> <span class="date">(02-02-2010)</span>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.wowebook.me/book/the-python-standard-library-by-example/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Sage: Beginner&#8217;s Guide</title>
		<link>http://www.wowebook.me/book/sage-beginners-guide/</link>
		<comments>http://www.wowebook.me/book/sage-beginners-guide/#comments</comments>
		<pubDate>Wed, 15 Jun 2011 15:21:40 +0000</pubDate>
		<dc:creator>Wow!</dc:creator>
				<category><![CDATA[Ruby & Python]]></category>
		<category><![CDATA[Software Dev.]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Sage]]></category>

		<guid isPermaLink="false">http://www.wowebook.com/?p=11784</guid>
		<description><![CDATA[Book Description Your work demands results, and you don&#8217;t have time for tedious, repetitive mathematical tasks. Sage is a free, open-source software package that automates symbolic and numerical calculations with the power of the Python programming language, so you can focus on the analytical and creative aspects of your work or studies. Sage Beginner&#8217;s Guide [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://img.wowebook.com/images/1787366278.jpg" alt="Sage: Beginners Guide" width="220" height="220" title="Sage: Beginners Guide" /></p>
<h3>Book Description</h3>
<p>Your work demands results, and you don&#8217;t have time for tedious,  repetitive mathematical tasks. <a href="http://www.wowebook.me/tag/sage/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Sage">Sage</a> is a free, open-source software  package that automates symbolic and numerical calculations with the  power of the <a href="http://www.wowebook.me/tag/python/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Python">Python</a> <a href="http://www.wowebook.me/tag/programming/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Programming">programming</a> language, so you can focus on the  analytical and creative aspects of your work or studies.</p>
<p><em><a href="http://www.wowebook.me/tag/sage/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Sage">Sage</a> Beginner&#8217;s Guide</em> shows you how to do calculations with  Sage. Each concept is illustrated with a complete example that you can  use as a starting point for your own work. You will learn how to use  many of the functions that are built in to Sage, and how to use <a href="http://www.wowebook.me/tag/python/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Python">Python</a>  to write sophisticated programs that utilize the power of Sage.</p>
<p>This book starts by showing you how to download and install Sage, and  introduces the command-line interface and the graphical notebook  interface. It also includes an introduction to Python so you can start  <a href="http://www.wowebook.me/tag/programming/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Programming">programming</a> in Sage. Every major concept is illustrated with a practical  example.</p>
<p>After learning the fundamentals of variables and functions in Sage,  you will learn how to symbolically simplify expressions, solve  equations, perform integrals and derivatives, and manipulate vectors and  matrices. You will learn how Sage can produce numerous kinds of plots  and graphics. The book will demonstrate numerical methods in Sage, and  explain how to use object-oriented programming to improve your code.</p>
<p><em>Sage Beginner&#8217;s Guide</em> will give you the tools you need to unlock the full potential of Sage for simplifying and automating mathematical computing.<span id="more-11784"></span></p>
<p>Effectively use Sage to eliminate tedious algebra, speed up numerical  calculations, implement algorithms and data structures, and illustrate  your work with publication-quality plots and graphics</p>
<p><strong>What you will learn from this book :</strong></p>
<ul>
<li>Download and install Sage, and learn how to use the command-line and notebook interface</li>
<li>Learn the basics of Python programming</li>
<li>Solve problems in linear algebra with vectors and matrices</li>
<li>Visualize functions and data sets with publication-quality graphics</li>
<li>Define, re-arrange, and simplify symbolic expressions</li>
<li>Calculate integrals, derivatives, and transforms symbolically and numerically</li>
<li>Solve ordinary differential equations (ODEs) and systems of ODEs</li>
<li>Fit functions to data using unconstrained and constrained numerical optimization</li>
<li>Apply object-oriented principles to simplify your code</li>
<li>Speed up calculations with <a href="http://www.wowebook.me/tag/numpy/" class="st_tag internal_tag" rel="tag" title="Posts tagged with NumPy">Numpy</a> arrays</li>
<li>Learn to use Sage as a toolbox for writing Python programs</li>
</ul>
<p><strong>Approach</strong><br />
This is a beginner&#8217;s guide with clear step-by-step instructions,  explanations, and advice. Each concept is illustrated with a complete  example that you can use as a starting point for your own work.</p>
<p><strong>Who this book is written for</strong><br />
If you are an engineer, scientist, mathematician, or student, this  book is for you. To get the most from Sage by using the Python  programming language, we&#8217;ll give you the basics of the language to get  you started. For this, it will be helpful if you have some experience  with basic programming concepts.</p>
<h3>Book Details</h3>
<ul>
<li><strong>Paperback:</strong> 364 pages</li>
<li><strong>Publisher:</strong> Packt Publishing (May 2011)</li>
<li><strong>Language:</strong> English</li>
<li><strong>ISBN-10:</strong> 1849514461</li>
<li><strong>ISBN-13:</strong> 978-1849514460</li>
</ul>
Note: There is a file embedded within this post, please visit this post to download the file.

<h4 class="itemtitle" style="margin-bottom:5px;">Related Posts</h4>
<ul><li>
	<a href="http://www.wowebook.me/book/django-1-2-e-commerce/" title="Django 1.2 e-commerce" rel="bookmark">Django 1.2 e-commerce</a> <span class="date">(16-06-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/wxpython-2-8-application-development-cookbook/" title="wxPython 2.8 Application Development Cookbook" rel="bookmark">wxPython 2.8 Application Development Cookbook</a> <span class="date">(29-12-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/the-quick-python-book-2nd-edition/" title="The Quick Python Book, 2nd Edition" rel="bookmark">The Quick Python Book, 2nd Edition</a> <span class="date">(04-01-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/the-art-of-unix-programming/" title="The Art of UNIX Programming" rel="bookmark">The Art of UNIX Programming</a> <span class="date">(22-11-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/system-design-for-telecommunication-gateways/" title="System Design for Telecommunication Gateways" rel="bookmark">System Design for Telecommunication Gateways</a> <span class="date">(15-02-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/spring-python-1-1/" title="Spring Python 1.1" rel="bookmark">Spring Python 1.1</a> <span class="date">(21-06-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/real-world-instrumentation-with-python/" title="Real World Instrumentation with Python: Automated Data Acquisition and Control Systems" rel="bookmark">Real World Instrumentation with Python: Automated Data Acquisition and Control Systems</a> <span class="date">(08-12-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/python-text-processing-with-ntlk-2-0-cookbook/" title="Python Text Processing with NTLK 2.0 Cookbook" rel="bookmark">Python Text Processing with NTLK 2.0 Cookbook</a> <span class="date">(14-12-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/python-testing-cookbook/" title="Python Testing Cookbook" rel="bookmark">Python Testing Cookbook</a> <span class="date">(14-06-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/python-programming-on-win32/" title="Python Programming On Win32: Help for Windows Programmers" rel="bookmark">Python Programming On Win32: Help for Windows Programmers</a> <span class="date">(04-06-2009)</span>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.wowebook.me/book/sage-beginners-guide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Python Testing Cookbook</title>
		<link>http://www.wowebook.me/book/python-testing-cookbook/</link>
		<comments>http://www.wowebook.me/book/python-testing-cookbook/#comments</comments>
		<pubDate>Tue, 14 Jun 2011 17:17:33 +0000</pubDate>
		<dc:creator>Wow!</dc:creator>
				<category><![CDATA[Ruby & Python]]></category>
		<category><![CDATA[Software Dev.]]></category>
		<category><![CDATA[Cookbook]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Testing]]></category>

		<guid isPermaLink="false">http://www.wowebook.com/?p=11773</guid>
		<description><![CDATA[Book Description Are you looking at new ways to write better, more efficient tests? Are you struggling to add automated testing to your existing system? The Python unit testing framework, originally referred to as &#8220;PyUnit&#8221; and now known as unittest, is a framework that makes it easier for you to write automated test suites efficiently [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://img.wowebook.com/images/751504861.jpg" alt="Python Testing Cookbook" width="220" height="220" title="Python Testing Cookbook" /></p>
<h3>Book Description</h3>
<p>Are you looking at new ways to write better, more efficient tests?  Are you struggling to add automated <a href="http://www.wowebook.me/tag/testing/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Testing">testing</a> to your existing system? The  <a href="http://www.wowebook.me/tag/python/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Python">Python</a> unit <a href="http://www.wowebook.me/tag/testing/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Testing">testing</a> framework, originally referred to as &#8220;PyUnit&#8221; and  now known as unittest, is a framework that makes it easier for you to  write automated test suites efficiently in <a href="http://www.wowebook.me/tag/python/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Python">Python</a>. This book will show  you exactly how to squeeze every ounce of value out of automated  testing.</p>
<p>The <a href="http://www.wowebook.me/tag/python/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Python">Python</a> Testing <a href="http://www.wowebook.me/tag/cookbook/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Cookbook">Cookbook</a> will empower you to write tests using  lots of <a href="http://www.wowebook.me/tag/python/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Python">Python</a> test tools, code samples, screenshots, and detailed  explanations. By learning how and when to write tests at every level,  you can vastly improve the quality of your code and your personal skill  set. Packed with lots of test examples, this will become your go-to book  for writing good tests.</p>
<p>This practical <a href="http://www.wowebook.me/tag/cookbook/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Cookbook">cookbook</a> covers lots of test styles including  unit-level, test discovery, doctest, BDD, acceptance, smoke, and load  testing. It will guide you to use popular Python tools effectively and  discover how to write custom extensions. You will learn how to use  popular continuous integration systems like Jenkins (formerly known as  Hudson) and TeamCity to automatically test your code upon check in. This  book explores Python&#8217;s built-in ability to run code found embedded in  doc strings and also plugging in to popular web testing tools like  Selenium. By the end of this book, you will be proficient in many test  tactics and be ready to apply them to new applications as well as legacy  ones.</p>
<p>A practical guide, this cookbook will ensure you fully utilize Python testing tools to write tests efficiently<span id="more-11773"></span></p>
<p><strong>What you will learn from this book :</strong></p>
<ul>
<li>Get started with the basics of writing automated unit tests and asserting results</li>
<li>Use Nose to discover tests and build suites automatically</li>
<li>Write Nose plugins that control what tests are discovered and how to produce test reports</li>
<li>Add testable documentation to your code</li>
<li>Filter out test noise, customize test reports, and tweak doctest&#8217;s to meet your needs</li>
<li>Write testable stories using lots of tools including doctest, mocks, Lettuce, and Should DSL</li>
<li>Get started with the basics of customer-oriented acceptance testing</li>
<li>Test the web security of your application</li>
<li>Configure Jenkins and TeamCity to run your test suite upon check-in</li>
<li>Capture test coverage reports in lots of formats, and integrate with Jenkins and Nose</li>
<li>Take the pulse of your system with a quick smoke test and overload your system to find its breaking points</li>
<li>Add automated testing to an existing legacy system that isn&#8217;t test oriented</li>
</ul>
<p><strong>Approach</strong><br />
This cookbook is written as a collection of code recipes containing  step-by-step directions on how to install or build different types of  Python test tools to solve different problems. Each recipe contains  explanations of how it works along with answers to common questions and  cross references to other relevant recipes. The easy-to-understand  recipe names make this a handy test reference book.</p>
<p><strong>Who this book is written for</strong><br />
Python developers and programmers with a basic understanding of  Python and Python testing will find this cookbook beneficial. It will  build on that basic knowledge equipping you with the intermediate and  advanced skills required to fully utilize the Python testing tools.  Broken up into lots of small code recipes, you can read this book at  your own pace, whatever your experience. No prior experience of  automated testing is required.</p>
<h3>Book Details</h3>
<ul>
<li><strong>Paperback:</strong> 364 pages</li>
<li><strong>Publisher:</strong> Packt Publishing (May 2011)</li>
<li><strong>Language:</strong> English</li>
<li><strong>ISBN-10:</strong> 1849514666</li>
<li><strong>ISBN-13:</strong> 978-1849514668</li>
</ul>
Note: There is a file embedded within this post, please visit this post to download the file.

<h4 class="itemtitle" style="margin-bottom:5px;">Related Posts</h4>
<ul><li>
	<a href="http://www.wowebook.me/book/wxpython-2-8-application-development-cookbook/" title="wxPython 2.8 Application Development Cookbook" rel="bookmark">wxPython 2.8 Application Development Cookbook</a> <span class="date">(29-12-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/python-text-processing-with-ntlk-2-0-cookbook/" title="Python Text Processing with NTLK 2.0 Cookbook" rel="bookmark">Python Text Processing with NTLK 2.0 Cookbook</a> <span class="date">(14-12-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/the-quick-python-book-2nd-edition/" title="The Quick Python Book, 2nd Edition" rel="bookmark">The Quick Python Book, 2nd Edition</a> <span class="date">(04-01-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/tcl-tk-8-5-programming-cookbook/" title="Tcl/Tk 8.5 Programming Cookbook" rel="bookmark">Tcl/Tk 8.5 Programming Cookbook</a> <span class="date">(30-03-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/software-metrics-and-software-metrology/" title="Software Metrics and Software Metrology" rel="bookmark">Software Metrics and Software Metrology</a> <span class="date">(17-06-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/secure-programming-cookbook-for-c-and-cpp/" title="Secure Programming Cookbook for C and C++" rel="bookmark">Secure Programming Cookbook for C and C++</a> <span class="date">(12-09-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/sage-beginners-guide/" title="Sage: Beginner's Guide" rel="bookmark">Sage: Beginner's Guide</a> <span class="date">(15-06-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/python-programming-on-win32/" title="Python Programming On Win32: Help for Windows Programmers" rel="bookmark">Python Programming On Win32: Help for Windows Programmers</a> <span class="date">(04-06-2009)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/python-essential-reference-4th-edition/" title="Python Essential Reference, 4th Edition" rel="bookmark">Python Essential Reference, 4th Edition</a> <span class="date">(13-10-2009)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/python-3-object-oriented-programming/" title="Python 3 Object Oriented Programming" rel="bookmark">Python 3 Object Oriented Programming</a> <span class="date">(27-08-2010)</span>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.wowebook.me/book/python-testing-cookbook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Python 3 Web Development: Beginner&#8217;s Guide</title>
		<link>http://www.wowebook.me/book/python-3-web-development-beginners-guide/</link>
		<comments>http://www.wowebook.me/book/python-3-web-development-beginners-guide/#comments</comments>
		<pubDate>Tue, 14 Jun 2011 17:15:21 +0000</pubDate>
		<dc:creator>Wow!</dc:creator>
				<category><![CDATA[Ruby & Python]]></category>
		<category><![CDATA[Web Dev.]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Web Apps]]></category>

		<guid isPermaLink="false">http://www.wowebook.com/?p=11770</guid>
		<description><![CDATA[Book Description Building your own Python web applications provides you with the opportunity to have great functionality, with no restrictions. However, creating web applications with Python is not straightforward. Coupled with learning a new skill of developing web applications, you would normally have to learn how to work with a framework as well. Python 3 [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://img.wowebook.com/images/1153981165.jpg" alt="Python 3 Web Development: Beginners Guide" width="220" height="220" title="Python 3 Web Development: Beginners Guide" /></p>
<h3>Book Description</h3>
<p>Building your own <a href="http://www.wowebook.me/tag/python/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Python">Python</a> web applications provides you with the  opportunity to have great functionality, with no restrictions. However,  creating web applications with <a href="http://www.wowebook.me/tag/python/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Python">Python</a> is not straightforward. Coupled  with learning a new skill of developing web applications, you would  normally have to learn how to work with a framework as well.</p>
<p><em><a href="http://www.wowebook.me/tag/python/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Python">Python</a> 3 Web <a href="http://www.wowebook.me/tag/development/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Development">Development</a> Beginner&#8217;s Guide</em> shows you how to  independently build your own web application that is easy to use,  performs smoothly, and is themed to your taste – all without having to  learn another web framework.</p>
<p>Web <a href="http://www.wowebook.me/tag/development/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Development">development</a> can take time and is often fiddly to get right. This  book will show you how to design and implement a complex program from  start to finish. Each chapter looks at a different type of web  application, meaning that you will learn about a wide variety of  features and how to add them to your custom web application. You will  also learn to implement jQuery into your web application to give it  extra functionality. By using the right combination of a wide range of  tools, you can have a fully functional, complex web application up and  running in no time.</p>
<p>A practical guide to building and customizing your own Python web  application, without the restriction of a pre-defined framework</p>
<p><strong>What you will learn from this book :</strong></p>
<ul>
<li>Incorporate jQuery into your application for enhanced functionality</li>
<li>Learn how to choose the tools that are most suitable for your needs</li>
<li>Theme your application<span id="more-11770"></span></li>
<li>Secure your application by monitoring and controlling access</li>
<li>Learn about layers using a wiki application as an example</li>
<li>Implement a customer relations management application</li>
<li>Design a grid component in jQueryUI to enable the user to navigate and manipulate objects in an intuitive manner</li>
<li>Create user-configurable views to give your users greater power</li>
<li>Design your own framework that will make developing more of your own custom applications easy</li>
</ul>
<p><strong>Approach</strong><br />
Part of Packt&#8217;s Beginner&#8217;s Guide Series, this book follows a sample  application, with lots of screenshots, to help you get to grips with the  techniques as quickly as possible.</p>
<p><strong>Who this book is written for</strong><br />
Moderately experienced Python programmers who want to learn how to  create fairly complex, database-driven, cross browser compatible web  apps that are maintainable and look good will find this book of most  use. All key technologies except for Python 3 are explained in detail.</p>
<h3>Book Details</h3>
<ul>
<li><strong>Paperback:</strong> 336 pages</li>
<li><strong>Publisher:</strong> Packt Publishing (May 2011)</li>
<li><strong>Language:</strong> English</li>
<li><strong>ISBN-10:</strong> 1849513740</li>
<li><strong>ISBN-13:</strong> 978-1849513746</li>
</ul>
Note: There is a file embedded within this post, please visit this post to download the file.

<h4 class="itemtitle" style="margin-bottom:5px;">Related Posts</h4>
<ul><li>
	<a href="http://www.wowebook.me/book/wxpython-2-8-application-development-cookbook/" title="wxPython 2.8 Application Development Cookbook" rel="bookmark">wxPython 2.8 Application Development Cookbook</a> <span class="date">(29-12-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/the-quick-python-book-2nd-edition/" title="The Quick Python Book, 2nd Edition" rel="bookmark">The Quick Python Book, 2nd Edition</a> <span class="date">(04-01-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/real-world-solutions-for-developing-high-quality-php-frameworks-and-applications/" title="Real-World Solutions for Developing High-Quality PHP Frameworks and Applications" rel="bookmark">Real-World Solutions for Developing High-Quality PHP Frameworks and Applications</a> <span class="date">(23-04-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/real-world-instrumentation-with-python/" title="Real World Instrumentation with Python: Automated Data Acquisition and Control Systems" rel="bookmark">Real World Instrumentation with Python: Automated Data Acquisition and Control Systems</a> <span class="date">(08-12-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/python-web-development-with-django/" title="Python Web Development with Django" rel="bookmark">Python Web Development with Django</a> <span class="date">(24-08-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/python-geospatial-development/" title="Python Geospatial Development" rel="bookmark">Python Geospatial Development</a> <span class="date">(08-02-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/programming-in-python-3/" title="Programming in Python 3: A Complete Introduction to the Python Language" rel="bookmark">Programming in Python 3: A Complete Introduction to the Python Language</a> <span class="date">(03-03-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/pro-python/" title="Pro Python" rel="bookmark">Pro Python</a> <span class="date">(20-07-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/pro-ios-web-design-and-development/" title="Pro iOS Web Design and Development" rel="bookmark">Pro iOS Web Design and Development</a> <span class="date">(12-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/pro-android-python-with-sl4a/" title="Pro Android Python with SL4A" rel="bookmark">Pro Android Python with SL4A</a> <span class="date">(13-08-2011)</span>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.wowebook.me/book/python-3-web-development-beginners-guide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Crafting Rails Applications: Expert Practices for Everyday Rails Development</title>
		<link>http://www.wowebook.me/book/crafting-rails-applications/</link>
		<comments>http://www.wowebook.me/book/crafting-rails-applications/#comments</comments>
		<pubDate>Fri, 22 Apr 2011 16:31:46 +0000</pubDate>
		<dc:creator>Wow!</dc:creator>
				<category><![CDATA[Ruby & Python]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Rails]]></category>

		<guid isPermaLink="false">http://www.wowebook.com/?p=10494</guid>
		<description><![CDATA[Book Description Rails Core developer Jose Valim guides you through seven different tutorials, each of them using test-driven development to build a new Rails extension or application that solves common problems with these new APIs. You will understand how the Rails rendering stack works and customize it to read templates from the database while you [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://img.wowebook.com/images/1731061985.jpg" width="220" height="220" title="Crafting Rails Applications: Expert Practices for Everyday Rails Development" alt="Crafting Rails Applications: Expert Practices for Everyday Rails Development" /></p>
<h3>Book Description</h3>
<p><a href="http://www.wowebook.me/tag/rails/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Rails">Rails</a> Core developer Jose Valim guides you through seven different  tutorials, each of them using test-driven <a href="http://www.wowebook.me/tag/development/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Development">development</a> to build a new  <a href="http://www.wowebook.me/tag/rails/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Rails">Rails</a> extension or application that solves common problems with these  new APIs. You will understand how the <a href="http://www.wowebook.me/tag/rails/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Rails">Rails</a> rendering stack works and  customize it to read templates from the database while you learn how to  mimic Active Record behavior, like validations, in any other object. You  will find out how to write faster, leaner controllers, and you&#8217;ll learn  how to mix Sinatra applications into your <a href="http://www.wowebook.me/tag/rails/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Rails">Rails</a> apps, so you can choose  the most appropriate tool for the job. In addition, you will improve  your productivity by customizing generators and responders.</p>
<p>This book will help you understand Rails 3&#8242;s inner workings, including  generators, template handlers, internationalization, routing, and  responders. With the knowledge you&#8217;ll gain, you&#8217;ll be ready to tackle  complicated projects more easily than ever before, creating solutions  that are well-tested, modular, and easy to maintain.</p>
<p><strong>About the Author</strong><br />
Jose Valim is the lead developer and co-founder of Plataforma  Tec. He started working with <a href="http://www.wowebook.me/tag/ruby/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Ruby">Ruby</a> and Rails in late 2006 and was invited  to be part of the Rails Core Team in 2010 after his work on Rails 3  <a href="http://www.wowebook.me/tag/development/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Development">development</a>. He&#8217;s also author and maintainer of various other well-known  <a href="http://www.wowebook.me/tag/opensource/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Open Source">open source</a> projects that led him to receive a <a href="http://www.wowebook.me/tag/ruby/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Ruby">Ruby</a> Hero award in  recognition for his contributions to the community. Lately, he&#8217;s been  flying around the globe giving talks and courses about <a href="http://www.wowebook.me/tag/ruby/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Ruby">Ruby</a> and Rails.<span id="more-10494"></span></p>
<h3>Book Details</h3>
<ul>
<li><strong>Paperback:</strong> 180 pages</li>
<li><strong>Publisher:</strong> Pragmatic Bookshelf (April 2011)</li>
<li><strong>Language:</strong> English</li>
<li><strong>ISBN-10:</strong> 1934356735</li>
<li><strong>ISBN-13:</strong> 978-1934356739</li>
</ul>
Note: There is a file embedded within this post, please visit this post to download the file.

<h4 class="itemtitle" style="margin-bottom:5px;">Related Posts</h4>
<ul><li>
	<a href="http://www.wowebook.me/book/service-oriented-design-with-ruby-and-rails/" title="Service-Oriented Design with Ruby and Rails" rel="bookmark">Service-Oriented Design with Ruby and Rails</a> <span class="date">(19-10-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/security-on-rails/" title="Security on Rails" rel="bookmark">Security on Rails</a> <span class="date">(19-12-2009)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/ruby-on-rails-for-microsoft-developers/" title="Ruby on Rails for Microsoft Developers" rel="bookmark">Ruby on Rails for Microsoft Developers</a> <span class="date">(24-07-2009)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/rails-for-php-developers/" title="Rails for PHP Developers" rel="bookmark">Rails for PHP Developers</a> <span class="date">(11-08-2009)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/continuous-testing/" title="Continuous Testing: with Ruby, Rails, and JavaScript" rel="bookmark">Continuous Testing: with Ruby, Rails, and JavaScript</a> <span class="date">(09-07-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/agile-web-development-with-rails-3rd-edition/" title="Agile Web Development with Rails, 3rd Edition" rel="bookmark">Agile Web Development with Rails, 3rd Edition</a> <span class="date">(29-07-2009)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/zk-developers-guide/" title="ZK Developer's Guide" rel="bookmark">ZK Developer's Guide</a> <span class="date">(09-11-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/zend-framework-a-beginners-guide/" title="Zend Framework: A Beginner's Guide" rel="bookmark">Zend Framework: A Beginner's Guide</a> <span class="date">(02-03-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/zend-framework-in-action/" title="Zend Framework in Action" rel="bookmark">Zend Framework in Action</a> <span class="date">(27-07-2009)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/zend-framework-1-8-web-application-development/" title="Zend Framework 1.8 Web Application Development" rel="bookmark">Zend Framework 1.8 Web Application Development</a> <span class="date">(09-10-2009)</span>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.wowebook.me/book/crafting-rails-applications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exploring Python</title>
		<link>http://www.wowebook.me/book/exploring-python/</link>
		<comments>http://www.wowebook.me/book/exploring-python/#comments</comments>
		<pubDate>Fri, 18 Mar 2011 14:23:51 +0000</pubDate>
		<dc:creator>Wow!</dc:creator>
				<category><![CDATA[Ruby & Python]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://www.wowebook.com/?p=9776</guid>
		<description><![CDATA[Book Description Exploring Python takes an active learning approach which engages the student as an equal partner in the process of learning the fun, educational, and powerful programming language. This approach instills habits that students will carry with them throughout their programming career and helps them retain and use the information they have learned. Tim [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://img.wowebook.com/images/148173894.jpg" width="220" height="220" title="Exploring Python" alt="Exploring Python" /></p>
<h3>Book Description</h3>
<p><em>Exploring <a href="http://www.wowebook.me/tag/python/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Python">Python</a></em> takes an active learning approach  which  engages the student as an equal partner in the process of learning the  fun, educational, and powerful <a href="http://www.wowebook.me/tag/programming/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Programming">programming</a> language. This approach  instills habits that students will carry with them throughout their  <a href="http://www.wowebook.me/tag/programming/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Programming">programming</a> career and helps them retain and use the information they  have learned.</p>
<p>Tim Budd is one of the best-known authors in  Computer Science and has a reputation for producing writing texts along  the leading edge of the discipline. <em>Exploring <a href="http://www.wowebook.me/tag/python/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Python">Python</a></em> provides an accessible and reliable introduction into <a href="http://www.wowebook.me/tag/programming/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Programming">programming</a> with the Python language.</p>
<p><strong>Table of contents</strong><br />
Part I. Basic Features of Python<br />
1.	Exploring Python<br />
2.	Creating Python Programs<br />
3.	Defining Functions<br />
4.	Strings, Lists, Tuples, and Sets<br />
5.	Dictionaries<br />
6.	Files<br />
7.	Classes<br />
8.	Functional Programming<br />
9.	Object-Oriented Programming<span id="more-9776"></span><br />
10.	Scopes, Name Spaces, and Modules<br />
11.	Advanced Features</p>
<p>Part II.<br />
12.	GUI Programming with Tkinter<br />
13.	Web-Based Applications<br />
14.	A Simple Blog<br />
15.	A Wiki Web<br />
16.	A Sudoku Solver<br />
17. Using <a href="http://www.wowebook.me/tag/xml/" class="st_tag internal_tag" rel="tag" title="Posts tagged with XML">XML</a> to Read an iTunes Database<br />
18.	Data Structures</p>
<p>Appendices<br />
A.	Brief Python Reference<br />
B.	How to Learn a Second (or Third) Programming Language</p>
<h3>Book Details</h3>
<ul>
<li><strong>Paperback:</strong> 288 pages</li>
<li><strong>Publisher:</strong> McGraw-Hill (February, 2009)</li>
<li><strong>Language:</strong> English</li>
<li><strong>ISBN-10:</strong> 9780073523378</li>
<li><strong>ISBN-13:</strong> 978-0073523378</li>
</ul>
Note: There is a file embedded within this post, please visit this post to download the file.

<h4 class="itemtitle" style="margin-bottom:5px;">Related Posts</h4>
<ul><li>
	<a href="http://www.wowebook.me/book/wxpython-2-8-application-development-cookbook/" title="wxPython 2.8 Application Development Cookbook" rel="bookmark">wxPython 2.8 Application Development Cookbook</a> <span class="date">(29-12-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/the-quick-python-book-2nd-edition/" title="The Quick Python Book, 2nd Edition" rel="bookmark">The Quick Python Book, 2nd Edition</a> <span class="date">(04-01-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/sage-beginners-guide/" title="Sage: Beginner's Guide" rel="bookmark">Sage: Beginner's Guide</a> <span class="date">(15-06-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/python-text-processing-with-ntlk-2-0-cookbook/" title="Python Text Processing with NTLK 2.0 Cookbook" rel="bookmark">Python Text Processing with NTLK 2.0 Cookbook</a> <span class="date">(14-12-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/python-testing-cookbook/" title="Python Testing Cookbook" rel="bookmark">Python Testing Cookbook</a> <span class="date">(14-06-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/python-programming-on-win32/" title="Python Programming On Win32: Help for Windows Programmers" rel="bookmark">Python Programming On Win32: Help for Windows Programmers</a> <span class="date">(04-06-2009)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/python-essential-reference-4th-edition/" title="Python Essential Reference, 4th Edition" rel="bookmark">Python Essential Reference, 4th Edition</a> <span class="date">(13-10-2009)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/python-3-object-oriented-programming/" title="Python 3 Object Oriented Programming" rel="bookmark">Python 3 Object Oriented Programming</a> <span class="date">(27-08-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/python-3-for-absolute-beginners/" title="Python 3 for Absolute Beginners" rel="bookmark">Python 3 for Absolute Beginners</a> <span class="date">(31-10-2009)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/programming-python-4th-edition/" title="Programming Python, 4th Edition" rel="bookmark">Programming Python, 4th Edition</a> <span class="date">(18-01-2011)</span>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.wowebook.me/book/exploring-python/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Eloquent Ruby</title>
		<link>http://www.wowebook.me/book/eloquent-ruby/</link>
		<comments>http://www.wowebook.me/book/eloquent-ruby/#comments</comments>
		<pubDate>Mon, 28 Feb 2011 21:31:59 +0000</pubDate>
		<dc:creator>Wow!</dc:creator>
				<category><![CDATA[Ruby & Python]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://www.wowebook.com/?p=9311</guid>
		<description><![CDATA[Book Description It’s easy to write correct Ruby code, but to gain the fluency needed to write great Ruby code, you must go beyond syntax and absorb the “Ruby way” of thinking and problem solving. In Eloquent Ruby, Russ Olsen helps you write Ruby like true Rubyists do–so you can leverage its immense, surprising power. [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://img.wowebook.com/images/1988296179.jpg" width="220" height="220" title="Eloquent Ruby" alt="Eloquent Ruby" /></p>
<h3>Book Description</h3>
<p>It’s easy to write correct <a href="http://www.wowebook.me/tag/ruby/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Ruby">Ruby</a> code, but to gain the fluency needed to write <em>great </em><a href="http://www.wowebook.me/tag/ruby/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Ruby">Ruby</a> code, you must go beyond syntax and absorb the “<a href="http://www.wowebook.me/tag/ruby/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Ruby">Ruby</a> way” of thinking and problem solving. In <strong><em>Eloquent Ruby, </em></strong>Russ Olsen helps you write Ruby like true Rubyists do–so you can leverage its immense, surprising power.</p>
<p>Olsen  draws on years of experience internalizing the Ruby culture and  teaching Ruby to other programmers. He guides you to the “Ah Ha!”  moments when it suddenly becomes clear why Ruby works the way it does,  and how you can take advantage of this language’s elegance and  expressiveness.</p>
<p><strong><em> </em></strong><strong><em> </em></strong><em><strong>Eloquent Ruby </strong></em>starts  small, answering tactical questions focused on a single statement,  method, test, or bug. You’ll learn how to write code that actually looks  like Ruby (not Java or C#); why Ruby has so many control structures;  how to use strings, expressions, and symbols; and what dynamic typing is  really good for.</p>
<p>Next,  the book addresses bigger questions related to building methods and  classes. You’ll discover why Ruby classes contain so many tiny methods,  when to use operator overloading, and when to avoid it. Olsen explains  how to write Ruby code that writes its own code–and why you’ll want to.  He concludes with powerful project-level features and techniques ranging  from gems to Domain Specific Languages.</p>
<p><span id="more-9311"></span>A part of the renowned Addison-Wesley Professional Ruby Series, <strong><em>Eloquent Ruby </em></strong>will help you “put on your Ruby-colored glasses” and get results that make you a true believer.</p>
<p><strong>Review</strong><br />
&#8220;R&gt;Eloquent Ruby is like <a href="http://www.wowebook.me/tag/programming/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Programming">programming</a> in Ruby itself: fun,  surprisingly deep, and you&#8217;ll find yourself wishing it was always done  this way. Wherever you are in your Ruby experience from novice to <a href="http://www.wowebook.me/tag/rails/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Rails">Rails</a>  developer, this book is a must read.&#8221;&#8211;Ethan Roberts &#8211; Owner, Monkey Mind LLC</p>
<p>&#8220;<em>Eloquent Ruby </em>lives  up to its name. It&#8217;s a smooth introduction to Ruby that&#8217;s both well  organized and enjoyable to read, as it covers all the essential topics  in the right order. This is the book I wish I&#8217;d learned Ruby from.&#8221;<br />
&#8211;James Kebinger &#8211; Senior Software Engineer, PatientsLikeMe &#8211; www.monkeyatlarge.com</p>
<p>&#8220;Ruby&#8217;s  syntactic and logical aesthetics represent the pinnacle for elegance  and beauty in the ALGOL family of <a href="http://www.wowebook.me/tag/programming/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Programming">programming</a> languages. <em>Eloquent Ruby </em>is the perfect book to highlight this masterful language and Russ&#8217;s blend of wit and wisdom is certain to entertain and inform.&#8221;<br />
&#8211;Michael Fogus &#8211; Contributor to the Clojure programming language and author of <em>The Joy of Clojure</em></p>
<h3>Book Details</h3>
<ul>
<li><strong>Paperback:</strong> 448 pages</li>
<li><strong>Publisher:</strong> Addison-Wesley Professional (February, 2011)</li>
<li><strong>Language:</strong> English</li>
<li><strong>ISBN-10:</strong> 0321584104</li>
<li><strong>ISBN-13:</strong> 978-0321584106</li>
</ul>
Note: There is a file embedded within this post, please visit this post to download the file.

<h4 class="itemtitle" style="margin-bottom:5px;">Related Posts</h4>
<ul><li>
	<a href="http://www.wowebook.me/book/the-ruby-programming-language/" title="The Ruby Programming Language" rel="bookmark">The Ruby Programming Language</a> <span class="date">(15-08-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/the-book-of-ruby/" title="The Book of Ruby" rel="bookmark">The Book of Ruby</a> <span class="date">(12-07-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/seven-languages-in-seven-weeks/" title="Seven Languages in Seven Weeks" rel="bookmark">Seven Languages in Seven Weeks</a> <span class="date">(02-11-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/refactoring-in-ruby/" title="Refactoring in Ruby" rel="bookmark">Refactoring in Ruby</a> <span class="date">(12-10-2009)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/programming-ruby-1-9-the-pragmatic-programmers-guide/" title="Programming Ruby 1.9: The Pragmatic Programmers' Guide" rel="bookmark">Programming Ruby 1.9: The Pragmatic Programmers' Guide</a> <span class="date">(29-07-2009)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/dsls-in-action/" title="DSLs in Action" rel="bookmark">DSLs in Action</a> <span class="date">(15-01-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/distributed-programming-with-ruby/" title="Distributed Programming with Ruby" rel="bookmark">Distributed Programming with Ruby</a> <span class="date">(24-11-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/xslt-2-0-and-xpath-2-0-programmers-reference-4th-edition/" title="XSLT 2.0 and XPath 2.0 Programmer's Reference, 4th Edition" rel="bookmark">XSLT 2.0 and XPath 2.0 Programmer's Reference, 4th Edition</a> <span class="date">(07-05-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/xna-game-studio-4-0-programming/" title="XNA Game Studio 4.0 Programming: Developing for Windows Phone 7 and Xbox 360" rel="bookmark">XNA Game Studio 4.0 Programming: Developing for Windows Phone 7 and Xbox 360</a> <span class="date">(26-01-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/xna-3-0-game-programming-recipes/" title="XNA 3.0 Game Programming Recipes: A Problem-Solution Approach" rel="bookmark">XNA 3.0 Game Programming Recipes: A Problem-Solution Approach</a> <span class="date">(08-07-2009)</span>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.wowebook.me/book/eloquent-ruby/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Financial Modelling in Python</title>
		<link>http://www.wowebook.me/book/financial-modelling-in-python/</link>
		<comments>http://www.wowebook.me/book/financial-modelling-in-python/#comments</comments>
		<pubDate>Fri, 25 Feb 2011 12:09:35 +0000</pubDate>
		<dc:creator>Wow!</dc:creator>
				<category><![CDATA[Ruby & Python]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Finance]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Real World]]></category>

		<guid isPermaLink="false">http://www.wowebook.com/?p=9249</guid>
		<description><![CDATA[Book Description This book is directed at both industry practitioners and students interested in designing a pricing and risk management framework for financial derivatives using the Python programming language. It is a practical book complete with working, tested code that guides the reader through the process of building a flexible, extensible pricing framework in Python. [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://img.wowebook.com/images/1046498810.jpg" width="220" height="220" title="Financial Modelling in Python" alt="Financial Modelling in Python" /></p>
<h3>Book Description</h3>
<p>This book is directed at both industry practitioners and students  interested in designing a pricing and risk management framework for  financial derivatives using the <a href="http://www.wowebook.me/tag/python/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Python">Python</a> <a href="http://www.wowebook.me/tag/programming/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Programming">programming</a> language.</p>
<p>It is a practical book complete with working, tested code that guides  the reader through the process of building a flexible, extensible  pricing framework in <a href="http://www.wowebook.me/tag/python/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Python">Python</a>. The pricing frameworks&#8217; loosely coupled  fundamental components have been designed to facilitate the quick  <a href="http://www.wowebook.me/tag/development/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Development">development</a> of new models. Concrete applications to real-world pricing  problems are also provided.</p>
<p>Topics are introduced  gradually, each building on the last. They include basic mathematical  algorithms, common algorithms from numerical analysis, trade, market and  event data model representations, lattice and simulation based pricing,  and model <a href="http://www.wowebook.me/tag/development/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Development">development</a>. The mathematics presented is kept simple and to  the point.</p>
<p>The book also provides a host of information on  practical technical topics such as C++/Python hybrid development  (embedding and extending) and techniques for integrating Python based  programs with Microsoft Excel.</p>
<p>The book is accompanied by a  CD ROM containing a code library; and a companion website  www.wiley.com/go/fletcher_python which will feature code-based updates  relating to Python 3.0.<span id="more-9249"></span></p>
<p>&#8220;Fletcher and Gardner have created a comprehensive resource that will   be of interest not only to those working in the field of <a href="http://www.wowebook.me/tag/finance/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Finance">finance</a>, but   also to those using numerical methods in other fields such as   engineering, physics, and actuarial mathematics. By showing how to   combine the high-level elegance, accessibility, and flexibility of   Python, with the low-level computational efficiency of C++, in the   context of interesting financial modeling problems, they have provided   an implementation template which will be useful to others seeking to   jointly optimize the use of computational and human resources. They   document all the necessary technical details required in order to make   external numerical libraries available from within Python, and they   contribute a useful library of their own, which will significantly   reduce the start-up costs involved in building financial models. This   book is a must read for all those with a need to apply numerical methods   in the valuation of financial claims.&#8221;<br />
–David Louton, Professor of <a href="http://www.wowebook.me/tag/finance/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Finance">Finance</a>, Bryant University</p>
<h3>Book Details</h3>
<ul>
<li><strong>Hardcover:</strong> 244 pages</li>
<li><strong>Publisher:</strong> Wiley (August, 2009)</li>
<li><strong>Language:</strong> English</li>
<li><strong>ISBN-10:</strong> 0470987847</li>
<li><strong>ISBN-13:</strong> 978-0470987841</li>
</ul>
Note: There is a file embedded within this post, please visit this post to download the file.

<h4 class="itemtitle" style="margin-bottom:5px;">Related Posts</h4>
<ul><li>
	<a href="http://www.wowebook.me/book/wxpython-2-8-application-development-cookbook/" title="wxPython 2.8 Application Development Cookbook" rel="bookmark">wxPython 2.8 Application Development Cookbook</a> <span class="date">(29-12-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/the-quick-python-book-2nd-edition/" title="The Quick Python Book, 2nd Edition" rel="bookmark">The Quick Python Book, 2nd Edition</a> <span class="date">(04-01-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/real-world-solutions-for-developing-high-quality-php-frameworks-and-applications/" title="Real-World Solutions for Developing High-Quality PHP Frameworks and Applications" rel="bookmark">Real-World Solutions for Developing High-Quality PHP Frameworks and Applications</a> <span class="date">(23-04-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/real-world-flash-game-development-2nd-edition/" title="Real-World Flash Game Development, 2nd Edition" rel="bookmark">Real-World Flash Game Development, 2nd Edition</a> <span class="date">(03-05-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/real-world-instrumentation-with-python/" title="Real World Instrumentation with Python: Automated Data Acquisition and Control Systems" rel="bookmark">Real World Instrumentation with Python: Automated Data Acquisition and Control Systems</a> <span class="date">(08-12-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/python-web-development-with-django/" title="Python Web Development with Django" rel="bookmark">Python Web Development with Django</a> <span class="date">(24-08-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/python-geospatial-development/" title="Python Geospatial Development" rel="bookmark">Python Geospatial Development</a> <span class="date">(08-02-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/python-3-web-development-beginners-guide/" title="Python 3 Web Development: Beginner's Guide" rel="bookmark">Python 3 Web Development: Beginner's Guide</a> <span class="date">(14-06-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/programming-in-python-3/" title="Programming in Python 3: A Complete Introduction to the Python Language" rel="bookmark">Programming in Python 3: A Complete Introduction to the Python Language</a> <span class="date">(03-03-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/professional-test-driven-development-with-csharp/" title="Professional Test Driven Development with C#: Developing Real World Applications with TDD" rel="bookmark">Professional Test Driven Development with C#: Developing Real World Applications with TDD</a> <span class="date">(30-04-2011)</span>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.wowebook.me/book/financial-modelling-in-python/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Invent Your Own Computer Games with Python, 2nd Edition</title>
		<link>http://www.wowebook.me/book/invent-your-own-computer-games-with-python-2nd-edition/</link>
		<comments>http://www.wowebook.me/book/invent-your-own-computer-games-with-python-2nd-edition/#comments</comments>
		<pubDate>Tue, 22 Feb 2011 14:14:51 +0000</pubDate>
		<dc:creator>Wow!</dc:creator>
				<category><![CDATA[Game Dev.]]></category>
		<category><![CDATA[Ruby & Python]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Pygame]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://www.wowebook.com/?p=9146</guid>
		<description><![CDATA[Book Description “Invent Your Own Computer Games with Python” is a free book (as in, open source) and a free eBook (as in, no cost to download) that teaches you how to program in the Python programming language. Each chapter gives you the complete source code for a new game, and then teaches the programming [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://img.wowebook.com/images/234564242.jpg" width="220" height="220" title="Invent Your Own Computer Games with Python, 2nd Edition" alt="Invent Your Own Computer Games with Python, 2nd Edition" /></p>
<h3>Book Description</h3>
<p><em>“Invent Your Own Computer Games with <a href="http://www.wowebook.me/tag/python/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Python">Python</a>”</em> is a free book (as in, <a href="http://www.wowebook.me/tag/opensource/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Open Source">open source</a>) and a free eBook (as in, no cost to download) that teaches you how to program in the <a href="http://www.wowebook.me/tag/python/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Python">Python</a> <a href="http://www.wowebook.me/tag/programming/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Programming">programming</a> language. Each chapter gives you the complete source code for a new game, and then teaches the <a href="http://www.wowebook.me/tag/programming/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Programming">programming</a> concepts from the example.</p>
<p>“Invent with Python” was written to be understandable by kids as  young as 10 to 12 years old, although it is great for anyone of any age  who has never programmed before.</p>
<p>This second edition has revised and expanded content, including a <a href="http://www.wowebook.me/tag/pygame/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Pygame">Pygame</a> tutorial library to make games with graphics, animation, and sound.</p>
<p><strong>Reviews</strong><br />
“This book is totally appropriate for someone who has never programmed before. Everything is explained, right from the ground up, in a lively, interesting style which doesn&#8217;t dumb things down.”<br />
&#8211; J. Hartley, tartley.com</p>
<p>“I am a college professor who occasionally teaches courses for liberal arts students. [...] I offered a game <a href="http://www.wowebook.me/tag/programming/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Programming">programming</a> course in the Python <a href="http://www.wowebook.me/tag/programming/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Programming">programming</a> language using Sweigart&#8217;s book.<span id="more-9146"></span> The students loved this book. It starts at the very beginning and leads them, game by fascinating game, to become highly capable programmers.”<br />
&#8211; Dr. Robert C. Gann</p>
<p>“I picked up a copy of this book and was in all honesty blown away by how easy the concepts of python are introduced to the reader in a clear and concise manner. The fact that you are also making small little games with your programs throughout this book helps with motivation as tasks get harder and harder &#8211; it keeps it all fun while learning. [...] I e-mailed the author and got great personal help to advance further &#8211; that was of course much appreciated as well.”<br />
&#8211; Tor Hagen</p>
<p>“This Spring, we used this book for six weeks of a homeschool &#8220;Physics and Modeling&#8221; class. I am extremely happy with the book. It received many compliments from the students for ease of use, the hands-on approach, and the fact that game programming starts right away.”<br />
&#8211; Maria A. Droujkova naturalmath.com</p>
<p>“I used to write a column on a greek magazine about learning Python and <a href="http://www.wowebook.me/tag/pygame/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Pygame">PyGame</a>. [...] Since I found this book, every time the topic of learning programming is mentioned &#8211; especially from a person interested on making games &#8211; I point people to it.”<br />
&#8211; Konstantinos Michalopoulos</p>
<h3>Book Details</h3>
<div>
<ul>
<li><strong>Paperback:</strong> 438 pages</li>
<li><strong>Publisher:</strong> Albert Sweigart (May, 2010)</li>
<li><strong>Language:</strong> English</li>
<li><strong>ISBN-10:</strong> 0982106017</li>
<li><strong>ISBN-13:</strong> 978-0982106013</li>
</ul>
Note: There is a file embedded within this post, please visit this post to download the file.
</div>

<h4 class="itemtitle" style="margin-bottom:5px;">Related Posts</h4>
<ul><li>
	<a href="http://www.wowebook.me/book/head-first-python/" title="Head First Python" rel="bookmark">Head First Python</a> <span class="date">(22-11-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/wxpython-2-8-application-development-cookbook/" title="wxPython 2.8 Application Development Cookbook" rel="bookmark">wxPython 2.8 Application Development Cookbook</a> <span class="date">(29-12-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/the-quick-python-book-2nd-edition/" title="The Quick Python Book, 2nd Edition" rel="bookmark">The Quick Python Book, 2nd Edition</a> <span class="date">(04-01-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/sage-beginners-guide/" title="Sage: Beginner's Guide" rel="bookmark">Sage: Beginner's Guide</a> <span class="date">(15-06-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/python-text-processing-with-ntlk-2-0-cookbook/" title="Python Text Processing with NTLK 2.0 Cookbook" rel="bookmark">Python Text Processing with NTLK 2.0 Cookbook</a> <span class="date">(14-12-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/python-testing-cookbook/" title="Python Testing Cookbook" rel="bookmark">Python Testing Cookbook</a> <span class="date">(14-06-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/python-programming-on-win32/" title="Python Programming On Win32: Help for Windows Programmers" rel="bookmark">Python Programming On Win32: Help for Windows Programmers</a> <span class="date">(04-06-2009)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/python-essential-reference-4th-edition/" title="Python Essential Reference, 4th Edition" rel="bookmark">Python Essential Reference, 4th Edition</a> <span class="date">(13-10-2009)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/python-3-object-oriented-programming/" title="Python 3 Object Oriented Programming" rel="bookmark">Python 3 Object Oriented Programming</a> <span class="date">(27-08-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/python-3-for-absolute-beginners/" title="Python 3 for Absolute Beginners" rel="bookmark">Python 3 for Absolute Beginners</a> <span class="date">(31-10-2009)</span>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.wowebook.me/book/invent-your-own-computer-games-with-python-2nd-edition/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Python 2.6 Text Processing: Beginner&#8217;s Guide</title>
		<link>http://www.wowebook.me/book/python-2-6-text-processing-beginners-guide/</link>
		<comments>http://www.wowebook.me/book/python-2-6-text-processing-beginners-guide/#comments</comments>
		<pubDate>Thu, 10 Feb 2011 16:16:10 +0000</pubDate>
		<dc:creator>Wow!</dc:creator>
				<category><![CDATA[Ruby & Python]]></category>
		<category><![CDATA[CSV]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[JSON]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://www.wowebook.com/?p=8939</guid>
		<description><![CDATA[Book Description For programmers, working with text is not about reading their newspaper on a break; it&#8217;s about taking textual data in one form and doing something to it. Extract, decrypt, parse, restructure – these are just some of the text tasks that can occupy much of a programmer&#8217;s life. If this is your life, [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://img.wowebook.com/images/751606081.jpg" width="220" height="220" title="Python 2.6 Text Processing: Beginners Guide" alt="Python 2.6 Text Processing: Beginners Guide" /></p>
<h3>Book Description</h3>
<p>For programmers, working with text is not about reading their  newspaper on a break; it&#8217;s about taking textual data in one form and  doing something to it. Extract, decrypt, parse, restructure – these are  just some of the text tasks that can occupy much of a programmer&#8217;s life.  If this is your life, this book will make it better – a practical guide  on how to do what you want with textual data in <a href="http://www.wowebook.me/tag/python/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Python">Python</a>.</p>
<p><em><a href="http://www.wowebook.me/tag/python/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Python">Python</a> 2.6 Text Processing Beginner&#8217;s Guide</em> is the easiest way  to learn how to manipulate text with Python. Packed with examples, it  will teach you text processing techniques and give you the skills to  work with the most popular Python libraries for transforming text from  one form to another.</p>
<p>The book gets you going with a quick look at some data formats, and  installing the supporting libraries and components so that you&#8217;re ready  to get started. You move on to extracting text from a collection of  sources and handling it using Python&#8217;s built-in string functions and  regular expressions. You look into processing structured text documents  such as <a href="http://www.wowebook.me/tag/xml/" class="st_tag internal_tag" rel="tag" title="Posts tagged with XML">XML</a> and <a href="http://www.wowebook.me/tag/html/" class="st_tag internal_tag" rel="tag" title="Posts tagged with HTML">HTML</a>, <a href="http://www.wowebook.me/tag/json/" class="st_tag internal_tag" rel="tag" title="Posts tagged with JSON">JSON</a>, and <a href="http://www.wowebook.me/tag/csv/" class="st_tag internal_tag" rel="tag" title="Posts tagged with CSV">CSV</a>. Then you progress to generating  documents and creating templates. Finally you look at ways to enhance  text output via a collection of third-party packages such as Nucular,  PyParsing, NLTK, and Mako.</p>
<p>Learn text processing techniques and work with the most popular Python libraries for transforming text from one form to another.<span id="more-8939"></span></p>
<p><strong>What you will learn from this book :</strong></p>
<ul>
<li>Know the options available for processing text in Python</li>
<li>Parse <a href="http://www.wowebook.me/tag/json/" class="st_tag internal_tag" rel="tag" title="Posts tagged with JSON">JSON</a> data that is often used as a data delivery mechanism on the Internet</li>
<li>Organize a log-processing application via modules and packages to make it more extensible</li>
<li>Perform conditional matches via look-ahead and look-behind assertions by using basic regular expressions</li>
<li>Process <a href="http://www.wowebook.me/tag/xml/" class="st_tag internal_tag" rel="tag" title="Posts tagged with XML">XML</a> and <a href="http://www.wowebook.me/tag/html/" class="st_tag internal_tag" rel="tag" title="Posts tagged with HTML">HTML</a> documents in a variety of ways based on the needs of your application</li>
<li>Implement callback methods to perform SAX processing and walk in-memory DOM structures</li>
<li>Understand Unicode, character encoding, internationalization, and localization</li>
<li>Lay out a Mako template-based project by using techniques such as template inheritance, additional tags, and custom filters</li>
<li>Install and use the Mako templating system to create your own Mako templates</li>
<li>Process a large number of e-mail messages using the Python standard library and index them with Nucular for fast searching</li>
<li>Fix common exceptions that occur while dealing with different types of text encoding</li>
<li>Build simple PDF output using the ReportLab toolkit&#8217;s high-level PLATYPUS framework</li>
<li>Generate Microsoft Excel output using the xlwt module</li>
<li>Open and edit existing Open Document files to use them as template sources</li>
<li>Understand supporting functions and classes, such as the Python IO system and packaging components</li>
</ul>
<p><strong>Approach</strong><br />
This book is part of the Beginner&#8217;s Guide series. Each chapter covers  the steps for various tasks to process data followed by brief  explanation of what is happening in each task. The explanation is  followed by a few questions on the topic under discussion that will  serve as a refresher course for you.</p>
<p><strong>Who this book is written for</strong><br />
This book is for people who have text in one format, and need it in  another, as quickly as possible. You don&#8217;t need any experience with text  processing, but you will need some basic knowledge of Python.</p>
<h3>Book Details</h3>
<ul>
<li><strong>Paperback:</strong> 380 pages</li>
<li><strong>Publisher:</strong> Packt Publishing (December, 2010)</li>
<li><strong>Language:</strong> English</li>
<li><strong>ISBN-10:</strong> 1849512124</li>
<li><strong>ISBN-13:</strong> 978-1849512121</li>
</ul>
Note: There is a file embedded within this post, please visit this post to download the file.

<h4 class="itemtitle" style="margin-bottom:5px;">Related Posts</h4>
<ul><li>
	<a href="http://www.wowebook.me/book/zend-framework-web-services/" title="Zend Framework Web Services" rel="bookmark">Zend Framework Web Services</a> <span class="date">(22-12-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/the-book-of-javascript-2nd-edition/" title="The Book of JavaScript, 2nd Edition" rel="bookmark">The Book of JavaScript, 2nd Edition</a> <span class="date">(01-02-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/restful-web-services-cookbook/" title="RESTful Web Services Cookbook: Solutions for Improving Scalability and Simplicity" rel="bookmark">RESTful Web Services Cookbook: Solutions for Improving Scalability and Simplicity</a> <span class="date">(16-03-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/python-xml/" title="Python & XML" rel="bookmark">Python & XML</a> <span class="date">(10-06-2009)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/programming-in-python-3/" title="Programming in Python 3: A Complete Introduction to the Python Language" rel="bookmark">Programming in Python 3: A Complete Introduction to the Python Language</a> <span class="date">(03-03-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/professional-javascript-for-web-developers-3rd-edition/" title="Professional JavaScript for Web Developers, 3rd Edition" rel="bookmark">Professional JavaScript for Web Developers, 3rd Edition</a> <span class="date">(20-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/learning-actionscript-3-0-2nd-edition/" title="Learning ActionScript 3.0, 2nd Edition" rel="bookmark">Learning ActionScript 3.0, 2nd Edition</a> <span class="date">(08-11-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/head-first-jquery/" title="Head First jQuery" rel="bookmark">Head First jQuery</a> <span class="date">(11-10-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/force-com-developer-certification-handbook-dev401/" title="Force.com Developer Certification Handbook (DEV401)" rel="bookmark">Force.com Developer Certification Handbook (DEV401)</a> <span class="date">(07-02-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/ajax-the-definitive-guide/" title="Ajax: The Definitive Guide" rel="bookmark">Ajax: The Definitive Guide</a> <span class="date">(12-09-2011)</span>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.wowebook.me/book/python-2-6-text-processing-beginners-guide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

