<?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>Kushal , kD &#38; FOSS &#187; Python</title>
	<atom:link href="http://kushaldas.in/tag/python/feed/" rel="self" type="application/rss+xml" />
	<link>http://kushaldas.in</link>
	<description>FOSS and life. Kushal Das talks here</description>
	<lastBuildDate>Mon, 06 Sep 2010 20:18:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>GNUnify2010 and my python workshop</title>
		<link>http://kushaldas.in/2010/02/26/gnunify2010-and-my-python-workshop/</link>
		<comments>http://kushaldas.in/2010/02/26/gnunify2010-and-my-python-workshop/#comments</comments>
		<pubDate>Fri, 26 Feb 2010 05:53:02 +0000</pubDate>
		<dc:creator>kd</dc:creator>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[workshop]]></category>

		<guid isPermaLink="false">http://kushaldas.in/2010/02/26/gnunify2010-and-my-python-workshop/</guid>
		<description><![CDATA[GNUnify2010 was the first for me. Started a bit early to the venue, Rahul was along with me. His talk was in top of schedule. I slowly moved to the lab where my python workshop was scheduled. 
The main target of the workshop was to show/teach the basics of the python programming language. I hear [...]]]></description>
			<content:encoded><![CDATA[<p>GNUnify2010 was the first for me. Started a bit early to the venue, Rahul was along with me. His talk was in top of schedule. I slowly moved to the lab where my python workshop was scheduled. </p>
<p>The main target of the workshop was to show/teach the basics of the python programming language. I hear mostly students asking &#8220;How to start working on a project?&#8221; but as the learning curve is not so easy in most of the things, they run away. The only students we have from India who are contributing to any FOSS projects are the people who came in their own interest. I found programming with python can be an easy entry point for the general students and they can become better programmer in life. This is the main reason behind my python workshops in different places.</p>
<p>No need to buy books, great online community, projects working on different dimensions, all of these can generate interest in the students.</p>
<p>Coming back to my workshop, I generally try to follow my own <a href="https://fedorahosted.org/pym">book </a>(which I have to update). Slowly going through simple examples and showing that it is not difficult. I ask the students to solve the lab works they do in any programming lab in python. This will help them to understand the basics of the language. The workshop lab was supposed to have 30 students, but many more came so I had to ask them to seat in groups in the computers (most of them was running Fedora ). The basic feedback I got, states that it was easy, but how the students are going to use this, I have no clue. Btw, most of the students in my workshop were from Pune University Maths department, I told them to attend Ramki&#8217;s workshop in the second half as his workshop was about explaining how to solve mathematical problems. </p>
<p><a href="http://www.flickr.com/photos/kushaldas/4386156995/" title="my python workshop by Kushal Das, on Flickr"><img src="http://farm5.static.flickr.com/4047/4386156995_db562c9fce.jpg" width="500" height="335" alt="my python workshop" /></a></p>
<p>At the end of the workshop I showed few applications written in python and talked about job opportunity in market. 2 students contacted me after the event.</p>
<p>Full set of the event photos can be found <a href="http://www.flickr.com/photos/kushaldas/sets/72157623380817951/">here</a>.</p>
<p>Coming month, I will be in Durgapur, doing another python workshop , I will also conduct a Django workshop.</p>
<p>The post is brought to you by <a href="http://fedorahosted.org/lekhonee">lekhonee</a> v0.8</p>
]]></content:encoded>
			<wfw:commentRss>http://kushaldas.in/2010/02/26/gnunify2010-and-my-python-workshop/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>sparcy &#8212; command line utility for Spac Systems Limited GPS loggers</title>
		<link>http://kushaldas.in/2009/11/20/sparcy-command-line-utility-for-spac-systems-limited-gps-loggers/</link>
		<comments>http://kushaldas.in/2009/11/20/sparcy-command-line-utility-for-spac-systems-limited-gps-loggers/#comments</comments>
		<pubDate>Fri, 20 Nov 2009 06:14:12 +0000</pubDate>
		<dc:creator>kd</dc:creator>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[FOSS]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[GPS]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[OSM]]></category>

		<guid isPermaLink="false">http://kushaldas.in/2009/11/20/sparcy-command-line-utility-for-spac-systems-limited-gps-loggers/</guid>
		<description><![CDATA[Few days back I bought a new GPS data logger from Sparc Systems Limited , GDL 3204. It comes with a nice 3 page manual. The last page explains the data format of the logs.
The device works in a very nice and easy way, it is having 32 channels.
We already had a nice python script [...]]]></description>
			<content:encoded><![CDATA[<p>Few days back I bought a new <a href="http://www.flickr.com/photos/runa-sankarshan/4039585218/in/set-611848/">GPS data logger</a> from <a href="http://sparcsys.com/profile.htm">Sparc Systems Limited</a> , GDL 3204. It comes with a nice 3 page manual. The last page explains the data format of the logs.<br />
The device works in a very nice and easy way, it is having 32 channels.</p>
<p>We already had a nice <a href="http://bitbucket.org/lawgon/osmindia/">python script</a> to parse the log and create gpx files. But for me , every time &#8220;cat&#8221;ing the device and then convert the log is a difficult task. </p>
<p><a href="https://fedorahosted.org/releases/s/p/sparcy/sparcy-0.1.tar.gz">Sparcy</a> , which can get the data from the device and convert them into gpxfor you. If you already have the raw data, you can convert them to gpx too. People from #osm helped me a lot to understand how latitude and longitude calculations are done.<br />
RPMs are available <a href="http://kushal.fedorapeople.org/repo">here</a>.</p>
<p>The post is brought to you by <a href="http://fedorahosted.org/lekhonee">lekhonee</a> v0.8</p>
]]></content:encoded>
			<wfw:commentRss>http://kushaldas.in/2009/11/20/sparcy-command-line-utility-for-spac-systems-limited-gps-loggers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dependency chart for kde-settings</title>
		<link>http://kushaldas.in/2009/11/05/dependency-chart-for-kde-settings/</link>
		<comments>http://kushaldas.in/2009/11/05/dependency-chart-for-kde-settings/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 09:59:22 +0000</pubDate>
		<dc:creator>kd</dc:creator>
				<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[image]]></category>

		<guid isPermaLink="false">http://kushaldas.in/2009/11/05/dependency-chart-for-kde-settings/</guid>
		<description><![CDATA[
Download from here.
Warning 18MB , may crash your browser and system, download and view with a desktop image viewer.
The post is brought to you by lekhonee v0.8
]]></description>
			<content:encoded><![CDATA[<p><img src="http://kushaldas.in/tmp/kde-settings2-small.png" title="" alt="" align="middle" /></p>
<p>Download from <a href="http://kushaldas.in/tmp/kde-settings2.png">here</a>.<br />
Warning 18MB , may crash your browser and system, download and view with a desktop image viewer.</p>
<p>The post is brought to you by <a href="http://fedorahosted.org/lekhonee">lekhonee</a> v0.8</p>
]]></content:encoded>
			<wfw:commentRss>http://kushaldas.in/2009/11/05/dependency-chart-for-kde-settings/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Boog, the desktop bugzilla client for Fedora</title>
		<link>http://kushaldas.in/2009/09/01/boog-the-desktop-bugzilla-client-for-fedora/</link>
		<comments>http://kushaldas.in/2009/09/01/boog-the-desktop-bugzilla-client-for-fedora/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 11:27:01 +0000</pubDate>
		<dc:creator>kd</dc:creator>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[FOSS]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Boog]]></category>

		<guid isPermaLink="false">http://kushaldas.in/2009/09/01/boog-the-desktop-bugzilla-client-for-fedora/</guid>
		<description><![CDATA[Few nights back I was looking for way to explain my dad how to file a bug and this starts from there. Me and mether had the initial discussion in the middle of night about the basic design and workflow. 
From the project page &#8220;Boog is a desktop and command line bugzilla client that aims [...]]]></description>
			<content:encoded><![CDATA[<p>Few nights back I was looking for way to explain my dad how to file a bug and this starts from there. Me and mether had the initial discussion in the middle of night about the basic design and workflow. </p>
<p>From the project page &#8220;Boog is a desktop and command line bugzilla client that aims to provide a very easy and simple interface for end users to file bug reports. We aim to built some intelligence into the client. We will collect the Fedora version and component version information, hardware details, log output, SELinux status and other details depending on the component the user chooses to file a bug report against.&#8221;</p>
<p>To get automated information , I wrote some code based on <a href="https://fedoraproject.org/wiki/BugsAndFeatureRequests#Information_required_for_bugs_in_specific_components">this</a> wiki page.If your package requires any other information which can be collected automatically please drop a mail to me.</p>
<p>I started writing a console based client for the same. For now we thought that user will know against which package he wants to file the bug.</p>
<p>The first screen</p>
<p><a href="http://www.flickr.com/photos/kushaldas/3877545212/" title="boog screen 1 by Kushal Das, on Flickr"><img src="http://farm4.static.flickr.com/3459/3877545212_1639280c8c.jpg" width="500" height="360" alt="boog screen 1" /></a></p>
<p>In the next screen, user needs to put the username and password or it will pick them up from a config file.</p>
<p><a href="http://www.flickr.com/photos/kushaldas/3877545216/" title="boog screen 2 by Kushal Das, on Flickr"><img src="http://farm3.static.flickr.com/2421/3877545216_77cccfc60f.jpg" width="500" height="360" alt="boog screen 2" /></a></p>
<p>Next is the package name</p>
<p><a href="http://www.flickr.com/photos/kushaldas/3877545220/" title="boog screen 3 by Kushal Das, on Flickr"><img src="http://farm4.static.flickr.com/3489/3877545220_0974a6f4be.jpg" width="500" height="360" alt="boog screen 3" /></a></p>
<p>Then a single line summary</p>
<p><a href="http://www.flickr.com/photos/kushaldas/3877545222/" title="boog screen 4 by Kushal Das, on Flickr"><img src="http://farm3.static.flickr.com/2534/3877545222_4d041729e2.jpg" width="500" height="360" alt="boog screen 4" /></a></p>
<p>Next it will open up your favorite editor based on $EDITOR environment variable or it will fallback to vi.</p>
<p><a href="http://www.flickr.com/photos/kushaldas/3877545228/" title="boog screen 5 by Kushal Das, on Flickr"><img src="http://farm3.static.flickr.com/2451/3877545228_fab95e257b.jpg" width="500" height="360" alt="boog screen 5" /></a></p>
<p>Finally it will show the report to the user , user may want to submit that to go back or cancel the whole operation.</p>
<p><a href="http://www.flickr.com/photos/kushaldas/3877545230/" title="boog screen 6 by Kushal Das, on Flickr"><img src="http://farm3.static.flickr.com/2643/3877545230_eebcd8f8e8.jpg" width="500" height="360" alt="boog screen 6" /></a></p>
<p>While submitting the bug it will automatically upload the files to be attached.<br />
After submitting the report the user will get an URL of the bug just filed.</p>
<p>You can see the process in <a href="http://kushaldas.in/tmp/boog-tui.ogv">this</a> screencast.</p>
<p>We need help on the mockup of the Gtk based GUI. Please contact me or mether in case you want.<br />
Any new ideas or suggestions are welcome :) </p>
<p>The post is brought to you by <a href="http://fedorahosted.org/lekhonee">lekhonee</a> v0.7</p>
]]></content:encoded>
			<wfw:commentRss>http://kushaldas.in/2009/09/01/boog-the-desktop-bugzilla-client-for-fedora/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>pony 0.4 released</title>
		<link>http://kushaldas.in/2009/08/14/pony-0-4-released/</link>
		<comments>http://kushaldas.in/2009/08/14/pony-0-4-released/#comments</comments>
		<pubDate>Fri, 14 Aug 2009 06:14:52 +0000</pubDate>
		<dc:creator>kd</dc:creator>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[FOSS]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[KDE]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Qt]]></category>
		<category><![CDATA[pony. photography]]></category>

		<guid isPermaLink="false">http://kushaldas.in/2009/08/14/pony-0-4-released/</guid>
		<description><![CDATA[I just released Pony 0.4 into the wild. It came out with a 2 days delay :(
Pony is a KDE based image manager. The main feature is to create Collections out of removable devices and watch/search the thumbnails offline (when the media is not attached).
New features in this release:

shortcut key &#8216;u&#8217; to get the upload [...]]]></description>
			<content:encoded><![CDATA[<p>I just released <a href="https://fedorahosted.org/pony/">Pony</a> 0.4 into the wild. It came out with a 2 days delay :(</p>
<p><a href="https://fedorahosted.org/pony/">Pony</a> is a KDE based image manager. The main feature is to create Collections out of removable devices and watch/search the thumbnails offline (when the media is not attached).<br />
New features in this release:</p>
<ul>
<li>shortcut key &#8216;u&#8217; to get the upload to flickr dialog</li>
<li>Hot keys: Now one can assign hotkeys using numeric key board , right now only %f (selected filename) is supported there.</li>
</ul>
<p><img src="http://kushaldas.in/wp-content/uploads/2009/08/preference.png"></p>
<p>Download the <a href="http://fedorahosted.org/releases/p/o/pony/pony-0.4.tar.bz2">source</a> or you can use <a href="http://kushal.fedorapeople.org/kushal.repo">this</a> yum repo for Fedora 11.</p>
<p>The post is brought to you by <a href="http://fedorahosted.org/lekhonee">lekhonee</a> v0.7</p>
]]></content:encoded>
			<wfw:commentRss>http://kushaldas.in/2009/08/14/pony-0-4-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>translation-filter 1.0 released</title>
		<link>http://kushaldas.in/2009/07/29/translation-filter-1-0-released/</link>
		<comments>http://kushaldas.in/2009/07/29/translation-filter-1-0-released/#comments</comments>
		<pubDate>Wed, 29 Jul 2009 18:05:15 +0000</pubDate>
		<dc:creator>kd</dc:creator>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[FOSS]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[KDE]]></category>
		<category><![CDATA[Qt]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[translation-filter]]></category>

		<guid isPermaLink="false">http://kushaldas.in/2009/07/29/translation-filter-1-0-released/</guid>
		<description><![CDATA[A massive jump in the release number and now we have translation-filter 1.0 :) Download the source from here.
What is translation-filter ?
It is a tool to imporve l10n quality by helping in finding different corner cases. This is being developed as a part of aukur.org.in . It is having two GUI(s), one Gnome and one [...]]]></description>
			<content:encoded><![CDATA[<p>A massive jump in the release number and now we have <a href="https://fedorahosted.org/translation-filter">translation-filter</a> 1.0 :) Download the source from <a href="https://fedorahosted.org/releases/t/r/translation-filter/translation-filter-1.0.tar.gz">here</a>.<br />
<strong>What is translation-filter ?</strong><br />
It is a tool to imporve l10n quality by helping in finding different corner cases. This is being developed as a part of <a href="http://www.ankur.org.in/index.cgi">aukur.org.in</a> . It is having two GUI(s), one Gnome and one for KDE and a command line version.  Couple of the features are only available in the command line version.<br />
<strong>Different features of translation-filter:</strong></p>
<ul>
<li>It can search for word(s) in a given directory or some selected files. The result will be saved as an HTML file or can also be seen in the command line. By using this features one can check consistency of usage</li>
<li>It can create single word based list from the given .po files. It will contain both the term and translated string(s)</li>
<li>It can check for any unattached dependent vowel sign. Right now it can find that for the Indic languages. Like ি and া can not sit beside</li>
</ul>
<p>To know more about different options read <a href="https://fedorahosted.org/translation-filter/wiki/TranslationFilterHowto">here</a>.</p>
<p>The post is brought to you by <a href="http://fedorahosted.org/lekhonee">lekhonee</a> v0.6</p>
]]></content:encoded>
			<wfw:commentRss>http://kushaldas.in/2009/07/29/translation-filter-1-0-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>lekhonee v0.6 released</title>
		<link>http://kushaldas.in/2009/07/03/lekhonee-v0-6-released/</link>
		<comments>http://kushaldas.in/2009/07/03/lekhonee-v0-6-released/#comments</comments>
		<pubDate>Fri, 03 Jul 2009 11:05:46 +0000</pubDate>
		<dc:creator>kd</dc:creator>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[FOSS]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[KDE]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[lekhonee]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://kushaldas.in/2009/07/03/lekhonee-v0-6-released/</guid>
		<description><![CDATA[I just released lekhonee v0.6 .  Download the source.
For RPM(s) , download from koji.
New features and fixes:

Preview option fixed in the KDE based frontend, old menu based options removed
Editing option for the last 10 blog posts. Users please tell me if you need to get more
Insert Link error in the gnome frontend is fixed
Add [...]]]></description>
			<content:encoded><![CDATA[<p>I just released <a href="https://fedorahosted.org/lekhonee/">lekhonee</a> v0.6 .  Download the <a href="https://fedorahosted.org/releases/l/e/lekhonee/lekhonee-0.6.tar.gz">source</a>.</p>
<p>For RPM(s) , download from <a href="http://koji.fedoraproject.org/koji/taskinfo?taskID=1452370">koji</a>.</p>
<p>New features and fixes:</p>
<ul>
<li>Preview option fixed in the KDE based frontend, old menu based options removed</li>
<li>Editing option for the last 10 blog posts. Users please tell me if you need to get more</li>
<li>Insert Link error in the gnome frontend is fixed</li>
<li>Add categories is also working under gnome frontend (forgot to write code in the last release)</li>
<li>&#8220;Save Draft&#8221; option on the gnome frontend is also working (Again forgot to write the code)</li>
</ul>
<p>If you want to go back from the &#8220;Old Posts&#8221; list in the gnome frontend , just select anything the list and press &#8220;Escape&#8221;, in KDE one, there is a button on top to handle this. </p>
<p>To edit the entries you have to double click on the post title.</p>
<p><a href="http://www.flickr.com/photos/kushaldas/3684397782/" title="lekhonee-kde by Kushal Das, on Flickr"><img src="http://farm4.static.flickr.com/3653/3684397782_0cae11496c.jpg" width="500" height="259" alt="lekhonee-kde" /></a></p>
<p>The post is brought to you by <a href="http://fedorahosted.org/lekhonee">lekhonee</a> v0.6</p>
]]></content:encoded>
			<wfw:commentRss>http://kushaldas.in/2009/07/03/lekhonee-v0-6-released/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>OLPC Pune meet and photo management</title>
		<link>http://kushaldas.in/2009/04/06/olpc-pune-meet-and-photo-management/</link>
		<comments>http://kushaldas.in/2009/04/06/olpc-pune-meet-and-photo-management/#comments</comments>
		<pubDate>Mon, 06 Apr 2009 05:28:22 +0000</pubDate>
		<dc:creator>kd</dc:creator>
				<category><![CDATA[FOSS]]></category>
		<category><![CDATA[Gimp]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[OLPC]]></category>
		<category><![CDATA[Photo]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[Pune]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Qt]]></category>
		<category><![CDATA[digikam]]></category>
		<category><![CDATA[problem]]></category>

		<guid isPermaLink="false">http://kushaldas.in/?p=367</guid>
		<description><![CDATA[This Sunday I went to OLPC Pune meet  to give a talk on activity development. The students seem be very enthusiastic. The talk lasted for around 2 hours. Photos can be found here.
On the other side, I was looking for a photo catalogue software which can catalogue my photos on DVD or any other [...]]]></description>
			<content:encoded><![CDATA[<p>This Sunday I went to OLPC <a href="http://wiki.laptop.org/go/OLPC_Pune">Pune</a> meet  to give a talk on activity development. The students seem be very enthusiastic. The talk lasted for around 2 hours. Photos can be found <a href="http://www.flickr.com/photos/kushaldas/sets/72157616319773513/">here</a>.</p>
<p>On the other side, I was looking for a photo catalogue software which can catalogue my photos on DVD or any other removable media, it should  also allow me to search them based on EXIF data and tags and should show thumbnail(s) in the result.<br />
I generally use <a href="http://digikam.org/" target="_blank">digikam</a> and gthumb too  manage and view the photos. In digikam I never being properly able to catalogue photos on DVD (never tried on the last few updates) and gthumb is too slow in showing the thumbnail or full screen views for the large size photos I take. I prefer gthumb over over digikam to view the photos due to the simpler UI.</p>
<p>Finally decided to write my own app for this, which will *not* have any editing features, <a href="http://www.gimp.org/" target="_blank">Gimp</a> is the tool I use for editing. Watch this <a href="http://kushaldas.in/tmp/ukhraviewer.ogv" target="_blank">video</a> (3.2MB) and please comment if the  thumbnail creation / viewing is fast or not ?</p>
]]></content:encoded>
			<wfw:commentRss>http://kushaldas.in/2009/04/06/olpc-pune-meet-and-photo-management/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Localisation is important</title>
		<link>http://kushaldas.in/2008/12/29/localisation-is-important/</link>
		<comments>http://kushaldas.in/2008/12/29/localisation-is-important/#comments</comments>
		<pubDate>Mon, 29 Dec 2008 10:51:05 +0000</pubDate>
		<dc:creator>kd</dc:creator>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[FOSS]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Publican]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[l10n]]></category>
		<category><![CDATA[pym]]></category>

		<guid isPermaLink="false">http://kushaldas.in/?p=346</guid>
		<description><![CDATA[It is not just a comment , it is a Truth.
It becomes difficult when someone tries to translate technical documents as we don&#8217;t have proper words in our own language to describe all these technical/buzz words.
Few days back I suddenly got a mail from Jaganadh G telling that he started translated my small python book [...]]]></description>
			<content:encoded><![CDATA[<p>It is not just a comment , it is a <a href="http://en.wikipedia.org/wiki/Truth" target="_blank">Truth</a>.</p>
<p>It becomes difficult when someone tries to translate technical documents as we don&#8217;t have proper words in our own language to describe all these technical/buzz words.</p>
<p>Few days back I suddenly got a mail from <a href="http://sabdabodha.googlepages.com/home" target="_blank">Jaganadh G</a> telling that he started translated my small python <a href="http://fedorahosted.org/pym" target="_blank">book</a> in Malayalam. You can see his ongoing work <a href="http://kushal.fedorapeople.org/ml_IN/" target="_blank">here</a>. I am very sure that this is going to help many people to understand things easily as they will be reading in their mother toung.</p>
]]></content:encoded>
			<wfw:commentRss>http://kushaldas.in/2008/12/29/localisation-is-important/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
