<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Two free Python e-books</title>
	<atom:link href="http://www.blendernation.com/2008/08/29/two-free-python-e-books/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.blendernation.com/2008/08/29/two-free-python-e-books/</link>
	<description>Fresh Blender News, Every Day</description>
	<pubDate>Fri, 09 Jan 2009 09:05:15 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Thud</title>
		<link>http://www.blendernation.com/2008/08/29/two-free-python-e-books/#comment-373902</link>
		<dc:creator>Thud</dc:creator>
		<pubDate>Thu, 04 Sep 2008 20:27:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.blendernation.com/?p=4501#comment-373902</guid>
		<description>"Invent your own computer games with Python" is the perfect beginner book because it throws you into a full program right away.  

Best reasons it's useful for a newbie:
1. code can't easily be copy-and-pasted from the book since each line is labeled 01. 02. 03. etc.  This forces you to type the lines yourself which equates to practice, practice, practice.
2. each program is explained once...then twice...then a third time through a "tracing" page.  your comprehension should be thorough.
3. ok fine, "computer games" is the perfect buzzword to convince a slacker to finally 'dive into Python.'  Let's face it, this is a Blender community and the majority of Blender users getting into Python are probably doing it to make games.  even though this book isn't going to teach you anything about using Python with Blender, it is a solid 4.9/5 introduction to Python.</description>
		<content:encoded><![CDATA[<p>&#034;Invent your own computer games with Python&#034; is the perfect beginner book because it throws you into a full program right away.  </p>
<p>Best reasons it&#039;s useful for a newbie:<br />
1. code can&#039;t easily be copy-and-pasted from the book since each line is labeled 01. 02. 03. etc.  This forces you to type the lines yourself which equates to practice, practice, practice.<br />
2. each program is explained once&#8230;then twice&#8230;then a third time through a &#034;tracing&#034; page.  your comprehension should be thorough.<br />
3. ok fine, &#034;computer games&#034; is the perfect buzzword to convince a slacker to finally &#039;dive into Python.&#039;  Let&#039;s face it, this is a Blender community and the majority of Blender users getting into Python are probably doing it to make games.  even though this book isn&#039;t going to teach you anything about using Python with Blender, it is a solid 4.9/5 introduction to Python.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Al Sweigart</title>
		<link>http://www.blendernation.com/2008/08/29/two-free-python-e-books/#comment-372663</link>
		<dc:creator>Al Sweigart</dc:creator>
		<pubDate>Tue, 02 Sep 2008 02:54:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.blendernation.com/?p=4501#comment-372663</guid>
		<description>Hey, thanks for linking to my book! I have to mention that "Invent Your Own Computer Games with Python" is designed to teach nonprogrammers (specifically kids around 10 or 12 years old, perhaps teenagers. Though it is not at all written in a "kiddie" manner), so if you already know programming, you won't learn anything new. But if you are new to programming, or just want examples of complete source code for games, then it'll work.

If you already know programming and just want to learn Python, I recommend Dive Into Python, which is also free: http://diveintopython.org/</description>
		<content:encoded><![CDATA[<p>Hey, thanks for linking to my book! I have to mention that &#034;Invent Your Own Computer Games with Python&#034; is designed to teach nonprogrammers (specifically kids around 10 or 12 years old, perhaps teenagers. Though it is not at all written in a &#034;kiddie&#034; manner), so if you already know programming, you won&#039;t learn anything new. But if you are new to programming, or just want examples of complete source code for games, then it&#039;ll work.</p>
<p>If you already know programming and just want to learn Python, I recommend Dive Into Python, which is also free: <a href="http://diveintopython.org/" rel="nofollow">http://diveintopython.org/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Noodlesgc</title>
		<link>http://www.blendernation.com/2008/08/29/two-free-python-e-books/#comment-372072</link>
		<dc:creator>Noodlesgc</dc:creator>
		<pubDate>Sun, 31 Aug 2008 20:08:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.blendernation.com/?p=4501#comment-372072</guid>
		<description>If you think you know python, or you are learning it, I think the greatest and most exiting way is the Python Challenge.

http://www.pythonchallenge.com/

Even if you are a Python whiz, it is still fun.

Also, if anyone is planning on reading Dive Into Python on Ubuntu, you already have it!
Just go to /usr/share/doc/diveintopython and there is is! (Or open the help program and search for "Dive into python")</description>
		<content:encoded><![CDATA[<p>If you think you know python, or you are learning it, I think the greatest and most exiting way is the Python Challenge.</p>
<p><a href="http://www.pythonchallenge.com/" rel="nofollow">http://www.pythonchallenge.com/</a></p>
<p>Even if you are a Python whiz, it is still fun.</p>
<p>Also, if anyone is planning on reading Dive Into Python on Ubuntu, you already have it!<br />
Just go to /usr/share/doc/diveintopython and there is is! (Or open the help program and search for &#034;Dive into python&#034;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ysvry</title>
		<link>http://www.blendernation.com/2008/08/29/two-free-python-e-books/#comment-371536</link>
		<dc:creator>ysvry</dc:creator>
		<pubDate>Sat, 30 Aug 2008 03:28:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.blendernation.com/?p=4501#comment-371536</guid>
		<description>thx, guess i have to learn a funny walk too now.</description>
		<content:encoded><![CDATA[<p>thx, guess i have to learn a funny walk too now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jacques</title>
		<link>http://www.blendernation.com/2008/08/29/two-free-python-e-books/#comment-371462</link>
		<dc:creator>jacques</dc:creator>
		<pubDate>Fri, 29 Aug 2008 22:54:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.blendernation.com/?p=4501#comment-371462</guid>
		<description>thanks a lot for the link with the 10 python books!</description>
		<content:encoded><![CDATA[<p>thanks a lot for the link with the 10 python books!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: differentSmoke</title>
		<link>http://www.blendernation.com/2008/08/29/two-free-python-e-books/#comment-371414</link>
		<dc:creator>differentSmoke</dc:creator>
		<pubDate>Fri, 29 Aug 2008 19:18:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.blendernation.com/?p=4501#comment-371414</guid>
		<description>I have to agree with Bassam, "How to think like a Computer Scientist..." taught me a lot.</description>
		<content:encoded><![CDATA[<p>I have to agree with Bassam, &#034;How to think like a Computer Scientist&#8230;&#034; taught me a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gryphon</title>
		<link>http://www.blendernation.com/2008/08/29/two-free-python-e-books/#comment-371353</link>
		<dc:creator>Gryphon</dc:creator>
		<pubDate>Fri, 29 Aug 2008 17:00:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.blendernation.com/?p=4501#comment-371353</guid>
		<description>Wow... this article was a landmark when I went to bed last night... Today it's a gold mine!</description>
		<content:encoded><![CDATA[<p>Wow&#8230; this article was a landmark when I went to bed last night&#8230; Today it&#039;s a gold mine!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: verb</title>
		<link>http://www.blendernation.com/2008/08/29/two-free-python-e-books/#comment-371332</link>
		<dc:creator>verb</dc:creator>
		<pubDate>Fri, 29 Aug 2008 16:07:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.blendernation.com/?p=4501#comment-371332</guid>
		<description>"Dive Into Python" is the best.</description>
		<content:encoded><![CDATA[<p>&#034;Dive Into Python&#034; is the best.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bassam</title>
		<link>http://www.blendernation.com/2008/08/29/two-free-python-e-books/#comment-371294</link>
		<dc:creator>Bassam</dc:creator>
		<pubDate>Fri, 29 Aug 2008 14:28:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.blendernation.com/?p=4501#comment-371294</guid>
		<description>I really enjoyed this one: http://www.greenteapress.com/thinkpython/thinkCSpy/</description>
		<content:encoded><![CDATA[<p>I really enjoyed this one: <a href="http://www.greenteapress.com/thinkpython/thinkCSpy/" rel="nofollow">http://www.greenteapress.com/thinkpython/thinkCSpy/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aka</title>
		<link>http://www.blendernation.com/2008/08/29/two-free-python-e-books/#comment-371284</link>
		<dc:creator>Aka</dc:creator>
		<pubDate>Fri, 29 Aug 2008 14:05:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.blendernation.com/?p=4501#comment-371284</guid>
		<description>-------------&#62;   Byte of Python. &#60;---------------------- Duh.</description>
		<content:encoded><![CDATA[<p>&#8212;&#8212;&#8212;&#8212;-&gt;   Byte of Python. &lt;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;- Duh.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.121 seconds -->
