<?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>Hitesh Sarda &#187; learning</title>
	<atom:link href="http://hitesh.in/tag/learning/feed/" rel="self" type="application/rss+xml" />
	<link>http://hitesh.in</link>
	<description>Thoughts on life, technology, education and entrepreneurship</description>
	<lastBuildDate>Fri, 30 Dec 2011 06:00:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Week with python &amp; Django</title>
		<link>http://hitesh.in/2009/week-with-python-django/</link>
		<comments>http://hitesh.in/2009/week-with-python-django/#comments</comments>
		<pubDate>Sun, 06 Dec 2009 13:00:40 +0000</pubDate>
		<dc:creator>Hitesh</dc:creator>
				<category><![CDATA[Education]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[learning]]></category>
		<category><![CDATA[pinax]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://hitesh.in/?p=386</guid>
		<description><![CDATA[Spent the last week picking up Python and Django. Notes to self and anyone else who wants a quick start on Python/Django on Windows. Most Linux flavours already come with most tools needed for python development. Requirements: Installed ActivePython 2.6 &#8230; <a href="http://hitesh.in/2009/week-with-python-django/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Spent the last week picking up Python and Django. Notes to self and anyone else who wants a quick start on Python/Django on Windows. Most Linux flavours already come with most tools needed for python development.</p>
<h3>Requirements:</h3>
<ul>
<li><span style="background-color: #ffffff;">Installed <a href="http://downloads.activestate.com/ActivePython/windows/2.6/ActivePython-2.6.4.8-win32-x86.msi" target="_blank">ActivePython 2.6</a></span></li>
<li><span style="background-color: #ffffff;">Installed <a href="http://downloads.activestate.com/Komodo/releases/5.2.3/Komodo-Edit-5.2.3-4312.msi" target="_blank">Komodo Edit</a></span></li>
<li><span style="background-color: #ffffff;">Installed <a href="http://sourceforge.net/projects/pywin32/files/" target="_blank">Python Win32 Extensions</a> (not sure why, but was recommended in some blog post and the project itself does not say much of what it does. Stuff like this gives me the heebie-jeebies.)</span></li>
<li><span style="background-color: #ffffff;">Installed <a href="http://downloads.pinaxproject.com/Pinax-0.7.1-bundle.zip" target="_blank">Pinax</a>, which in turn installed Django.</span></li>
<li><span style="background-color: #ffffff;"><span style="text-decoration: line-through;">Installed </span><a href="http://www.riverbankcomputing.com/software/pyqt/download" target="_blank"><span style="text-decoration: line-through;">PyQt4</span></a></span></li>
<li><span style="background-color: #ffffff;"><span style="text-decoration: line-through;">Installed </span><a href="http://eric-ide.python-projects.org/eric4-download.html" target="_blank"><span style="text-decoration: line-through;">Eric4</span></a> (uninstalled after using it for 10 minutes)</span></li>
</ul>
<h3>Problems faced:</h3>
<ul>
<li>Pinax installation was a bit flawed, it could not install all dependencies. Worked around by manually installing (pip install else easy_install)</li>
<li>Windows 7 was not passing command line arguments to .py scripts. Had to hack registry and add <strong>%*</strong> to the end to make it work. See the Key and value below.</li>
</ul>
<p><a href="http://hitesh.in/wp-content/uploads/2009/12/image.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Registry screenshot" src="http://hitesh.in/wp-content/uploads/2009/12/image_thumb.png" border="0" alt="Registry screenshot" width="640" height="158" /></a></p>
<h3>Getting started:</h3>
<p><strong>Python</strong>: Like everyone else, I followed and recommend <a href="http://diveintopython.org/toc/index.html" target="_blank">&#8216;Dive Into Python&#8217;</a>. But more importantly, this <a href="http://diveintopython.org/appendix/tips.html" target="_blank">page of titbits</a> is amazing extract from the book and quickly brings a Java dev up to speed. I should blog about &#8216;Python for Java developers&#8217;. Time spent 4 hrs.</p>
<p><strong>Pinax</strong>: Stopped at the <a href="http://pinaxproject.com/docs/0.7/install.html" target="_blank">installation step</a>. Will delve further after understanding Django better.</p>
<p><strong>Django</strong>: Followed <a href="http://docs.djangoproject.com/en/dev/intro/tutorial01/" target="_blank">the tutorial</a>, then the <a href="http://www.djangobook.com/" target="_blank">Django Book</a>, and finally the <a href="http://docs.djangoproject.com/en/dev/" target="_blank">Django Docs</a> for a deep dive. Time spent 8 hrs.</p>
<p>Django is surely one on the best documented project and also very straight forward. It suits my style of writing code and I did not feel like giving up in few hours, like the experience I had with RoR. Will surely blog about Django more.</p>
]]></content:encoded>
			<wfw:commentRss>http://hitesh.in/2009/week-with-python-django/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What they don&#8217;t teach you at Engineering school</title>
		<link>http://hitesh.in/2009/what-they-dont-teach-you-at-engineering-school/</link>
		<comments>http://hitesh.in/2009/what-they-dont-teach-you-at-engineering-school/#comments</comments>
		<pubDate>Sun, 08 Nov 2009 22:23:14 +0000</pubDate>
		<dc:creator>Hitesh</dc:creator>
				<category><![CDATA[Education]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[learning]]></category>
		<category><![CDATA[skills]]></category>

		<guid isPermaLink="false">http://hitesh.in/?p=330</guid>
		<description><![CDATA[This is an experimental post. If it doesn&#8217;t render correctly, leave a comment. I was brainstorming on the skills a software developer does not learn at school, which are essential for work and some which are needed for career growth. &#8230; <a href="http://hitesh.in/2009/what-they-dont-teach-you-at-engineering-school/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div class="warning">This is an experimental post. If it doesn&#8217;t render correctly, leave a comment.</div>
<p>I was brainstorming on the skills a software developer does not learn at school, which are essential for work and some which are needed for career growth.</p>
<p>Below is an embedded mind map, followed by an embedded public wave. Please feel free to contribute to the wave. If you do not have a wave account, here is the <a href="http://hitesh.in/static/devskills.html">static version.</a></p>
<p>You can pan / zoom / expand / collapse the map below to get a better understanding.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="900" height="700" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="name" value="visorFreemind" /><param name="bgcolor" value="#333399" /><param name="src" value="http://hitesh.in/static/visorFreemind.swf" /><param name="quality" value="high" /><param NAME="FlashVars" VALUE="initLoadFile=http://hitesh.in/static/map.mm&#038;startCollapsedToLevel=2&#038;mainNodeShape=rectangle"/><embed type="application/x-shockwave-flash" width="900" height="700" src="http://hitesh.in/static/visorFreemind.swf" quality="high" bgcolor="#333399" name="visorFreemind" FlashVars="initLoadFile=http://hitesh.in/static/map.mm&#038;startCollapsedToLevel=2&#038;mainNodeShape=rectangle"></embed></object><br />
<span id="more-330"></span><br />
<script type="text/javascript"
  src="http://wave-api.appspot.com/public/embed.js"> 
</script></p>
<div id="wave" style="border: 1px dashed; width: 780px; height: 700px"></div>
<p><script type="text/javascript"> 
  var wave =
    new WavePanel('https://wave.google.com/wave/');
  wave.setUIConfig('white', 'black', 'Arial', '13px');
  wave.loadWave('googlewave.com!w+kh83-Q1aG');
  wave.init(document.getElementById('wave'));
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://hitesh.in/2009/what-they-dont-teach-you-at-engineering-school/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

