<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments for GnuVision</title>
	<link>http://gnuvision.com</link>
	<description>New Vision for a New Age</description>
	<pubDate>Fri, 21 Nov 2008 08:01:10 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.2</generator>
		<item>
		<title>Comment on Neko comes on stage! by admin</title>
		<link>http://gnuvision.com/books/pybook/neko-on-stage/#comment-33</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 11 Feb 2008 03:38:04 +0000</pubDate>
		<guid>http://gnuvision.com/books/pybook/neko-on-stage/#comment-33</guid>
		<description>Yes Jeffrey - that's how it should be.

Thanks for tryinig out Neko - if you have any young friends/relatives, ask them to give Neko a test run!</description>
		<content:encoded><![CDATA[<p>Yes Jeffrey - that&#8217;s how it should be.</p>
<p>Thanks for tryinig out Neko - if you have any young friends/relatives, ask them to give Neko a test run!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Neko comes on stage! by jeffrey</title>
		<link>http://gnuvision.com/books/pybook/neko-on-stage/#comment-32</link>
		<dc:creator>jeffrey</dc:creator>
		<pubDate>Sun, 10 Feb 2008 05:44:58 +0000</pubDate>
		<guid>http://gnuvision.com/books/pybook/neko-on-stage/#comment-32</guid>
		<description>one of my cousines got a doubt.where to paste     
    * neko.py
    * nekobmaps.py
I gave him the answer paste it in  your home directory for eg in mine (/home/jeff/)

after doing this if there is an error shown like this


jeff@debian:~# python
Python 2.4.4 (#2, Apr  5 2007, 20:11:18)
[GCC 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
&#62;&#62;&#62; from neko import *
Traceback (most recent call last):
File "", line 1, in ?
File "neko.py", line 1, in ?
from Tkinter import *
File "/usr/lib/python2.4/lib-tk/Tkinter.py", line 41, in ?
raise ImportError, str(msg) + ', please install the python-tk package'
ImportError: No module named _tkinter, please install  



this error says that you need to install the python-tk package.You can install it from (for debian)
       
         DESTOP&#62;ADMINISTRATION&#62;SYNAPTIS PACKAGE MANAGER

in the search option type  :-    python-tk
from there install  python-tk</description>
		<content:encoded><![CDATA[<p>one of my cousines got a doubt.where to paste<br />
    * neko.py<br />
    * nekobmaps.py<br />
I gave him the answer paste it in  your home directory for eg in mine (/home/jeff/)</p>
<p>after doing this if there is an error shown like this</p>
<p>jeff@debian:~# python<br />
Python 2.4.4 (#2, Apr  5 2007, 20:11:18)<br />
[GCC 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)] on linux2<br />
Type &#8220;help&#8221;, &#8220;copyright&#8221;, &#8220;credits&#8221; or &#8220;license&#8221; for more information.<br />
&gt;&gt;&gt; from neko import *<br />
Traceback (most recent call last):<br />
File &#8220;&#8221;, line 1, in ?<br />
File &#8220;neko.py&#8221;, line 1, in ?<br />
from Tkinter import *<br />
File &#8220;/usr/lib/python2.4/lib-tk/Tkinter.py&#8221;, line 41, in ?<br />
raise ImportError, str(msg) + &#8216;, please install the python-tk package&#8217;<br />
ImportError: No module named _tkinter, please install  </p>
<p>this error says that you need to install the python-tk package.You can install it from (for debian)</p>
<p>         DESTOP&gt;ADMINISTRATION&gt;SYNAPTIS PACKAGE MANAGER</p>
<p>in the search option type  :-    python-tk<br />
from there install  python-tk</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on More looping fun! by admin</title>
		<link>http://gnuvision.com/books/pybook/more-looping-fun/#comment-31</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 07 Feb 2008 18:16:52 +0000</pubDate>
		<guid>http://gnuvision.com/books/pybook/more-looping-fun/#comment-31</guid>
		<description>Anish,

The problem precisely is this - It's hard for any of us to think from the point of view of an 8th std student - so we don't really know whether all this is going to be effective. Anyway - I will try to `field test' the material shortly ...

I will make the correction which you suggested - I was trying to imply `the line while count &gt; 9:' by justing stating `while' - maybe, its better to be more explicit and say - the lines after `while count &lt; 9:' ....</description>
		<content:encoded><![CDATA[<p>Anish,</p>
<p>The problem precisely is this - It&#8217;s hard for any of us to think from the point of view of an 8th std student - so we don&#8217;t really know whether all this is going to be effective. Anyway - I will try to `field test&#8217; the material shortly &#8230;</p>
<p>I will make the correction which you suggested - I was trying to imply `the line while count > 9:&#8217; by justing stating `while&#8217; - maybe, its better to be more explicit and say - the lines after `while count < 9:&#8217; &#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on More looping fun! by Anish Bhaskaran</title>
		<link>http://gnuvision.com/books/pybook/more-looping-fun/#comment-30</link>
		<dc:creator>Anish Bhaskaran</dc:creator>
		<pubDate>Thu, 07 Feb 2008 13:11:01 +0000</pubDate>
		<guid>http://gnuvision.com/books/pybook/more-looping-fun/#comment-30</guid>
		<description>Programmers call...The lines you write after the `while’ is called the
`body’ of the loop. I think you meant "The lines you write after the ":" is called the
`body’ of the loop."

Things are seeming to be pretty simple when you put it like this. I cant think from a 8th class point of view but I do believe it will be simple for them too.. 

You are not leaving any scope for a question out there.. Explaining every teeny bit of detail.. Probably a book should be written like this.. ( I am a fan of the suspense you used to create in the classes, where you will stop in the mid and we were supposed to guess things out. )
Once again Great going Sir.</description>
		<content:encoded><![CDATA[<p>Programmers call&#8230;The lines you write after the `while’ is called the<br />
`body’ of the loop. I think you meant &#8220;The lines you write after the &#8220;:&#8221; is called the<br />
`body’ of the loop.&#8221;</p>
<p>Things are seeming to be pretty simple when you put it like this. I cant think from a 8th class point of view but I do believe it will be simple for them too.. </p>
<p>You are not leaving any scope for a question out there.. Explaining every teeny bit of detail.. Probably a book should be written like this.. ( I am a fan of the suspense you used to create in the classes, where you will stop in the mid and we were supposed to guess things out. )<br />
Once again Great going Sir.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The story of variables by admin</title>
		<link>http://gnuvision.com/books/pybook/the-story-of-variables/#comment-29</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 31 Jan 2008 12:49:25 +0000</pubDate>
		<guid>http://gnuvision.com/books/pybook/the-story-of-variables/#comment-29</guid>
		<description>The `name tag' idea was stolen from the `idiomatic python' article:

http://python.net/~goodger/projects/pycon/2007/idiomatic/handout.html

You should definitely read it if you are a Python programmer!

I hope the author of the article doesn't mind me copying the png images on his page!
</description>
		<content:encoded><![CDATA[<p>The `name tag&#8217; idea was stolen from the `idiomatic python&#8217; article:</p>
<p><a href="http://python.net/~goodger/projects/pycon/2007/idiomatic/handout.html" rel="nofollow">http://python.net/~goodger/projects/pycon/2007/idiomatic/handout.html</a></p>
<p>You should definitely read it if you are a Python programmer!</p>
<p>I hope the author of the article doesn&#8217;t mind me copying the png images on his page!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Neko learns some new tricks! by Anish Bhaskaran</title>
		<link>http://gnuvision.com/books/pybook/neko-new-tricks/#comment-28</link>
		<dc:creator>Anish Bhaskaran</dc:creator>
		<pubDate>Mon, 28 Jan 2008 06:18:54 +0000</pubDate>
		<guid>http://gnuvision.com/books/pybook/neko-new-tricks/#comment-28</guid>
		<description>Just noticed the drop down menu has got it correct. Sorry I didn't notice that the links under the Pages heading are alphabetically sorted. :)

Great going sir.</description>
		<content:encoded><![CDATA[<p>Just noticed the drop down menu has got it correct. Sorry I didn&#8217;t notice that the links under the Pages heading are alphabetically sorted. <img src='http://gnuvision.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Great going sir.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Neko learns some new tricks! by Anish Bhaskaran</title>
		<link>http://gnuvision.com/books/pybook/neko-new-tricks/#comment-27</link>
		<dc:creator>Anish Bhaskaran</dc:creator>
		<pubDate>Mon, 28 Jan 2008 06:15:23 +0000</pubDate>
		<guid>http://gnuvision.com/books/pybook/neko-new-tricks/#comment-27</guid>
		<description>Just a simple thing : links on the left side are not in order.

As I see it the link to this page comes third instead of 5th.</description>
		<content:encoded><![CDATA[<p>Just a simple thing : links on the left side are not in order.</p>
<p>As I see it the link to this page comes third instead of 5th.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Neko&#8217;s world - part 1 by Praveen</title>
		<link>http://gnuvision.com/books/pybook/neko-world-1/#comment-25</link>
		<dc:creator>Praveen</dc:creator>
		<pubDate>Thu, 24 Jan 2008 06:12:05 +0000</pubDate>
		<guid>http://gnuvision.com/books/pybook/neko-world-1/#comment-25</guid>
		<description>Children who don't have Linux Distro in home can also play with Neko

Download Python for windows from http://www.python.org/download/releases/2.5.1/

add phython to PATH .

the do as in this book</description>
		<content:encoded><![CDATA[<p>Children who don&#8217;t have Linux Distro in home can also play with Neko</p>
<p>Download Python for windows from <a href="http://www.python.org/download/releases/2.5.1/" rel="nofollow">http://www.python.org/download/releases/2.5.1/</a></p>
<p>add phython to PATH .</p>
<p>the do as in this book</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Neko&#8217;s world - part 1 by Sreeraj</title>
		<link>http://gnuvision.com/books/pybook/neko-world-1/#comment-24</link>
		<dc:creator>Sreeraj</dc:creator>
		<pubDate>Tue, 22 Jan 2008 18:53:03 +0000</pubDate>
		<guid>http://gnuvision.com/books/pybook/neko-world-1/#comment-24</guid>
		<description>it may prove useful if the book is to be kept online,
plus children who do not have a linux distro at home can try it.</description>
		<content:encoded><![CDATA[<p>it may prove useful if the book is to be kept online,<br />
plus children who do not have a linux distro at home can try it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hardware Hacking with  GNU/Linux and Phoenix-MDK by admin</title>
		<link>http://gnuvision.com/books/avr/#comment-23</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 21 Jan 2008 13:28:02 +0000</pubDate>
		<guid>http://gnuvision.com/books/avr/#comment-23</guid>
		<description>Raghesh,

A hardware hacker will have to know a lot of stuff if he is to use GNU/Linux effectively - my idea is to bring together all this knowledge in a single book - hope it works out ...</description>
		<content:encoded><![CDATA[<p>Raghesh,</p>
<p>A hardware hacker will have to know a lot of stuff if he is to use GNU/Linux effectively - my idea is to bring together all this knowledge in a single book - hope it works out &#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
