<?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>Meseret Gebre &#187; development</title>
	<atom:link href="http://meseretgebre.com/archives/tag/development/feed/" rel="self" type="application/rss+xml" />
	<link>http://meseretgebre.com</link>
	<description></description>
	<lastBuildDate>Fri, 04 Jun 2010 07:15:05 +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>Objective-C Breaking it down</title>
		<link>http://meseretgebre.com/archives/objective-c-breaking-it-down/</link>
		<comments>http://meseretgebre.com/archives/objective-c-breaking-it-down/#comments</comments>
		<pubDate>Sat, 25 Jul 2009 04:00:52 +0000</pubDate>
		<dc:creator>mez</dc:creator>
				<category><![CDATA[Objective-C]]></category>
		<category><![CDATA[development]]></category>

		<guid isPermaLink="false">http://meseretgebre.com/?p=157</guid>
		<description><![CDATA[It has been a week since I started this adventure of learning a new programming language. Objective-C is interesting to say the least. My first experience with this language did not go so well. I think it had to do with the bias I had about it. You know, things I hear from friends, and [...]]]></description>
			<content:encoded><![CDATA[<p>It has been a week since I started this adventure of learning a new programming language. Objective-C is interesting to say the least. My first experience with this language did not go so well. I think it had to do with the bias I had about it. You know, things I hear from friends, and how the language had ugly syntax. After working with it and learning a lot of what Objective-C had to offer. One thing that I like about Objective-C is that capability to directly code in C. Hence, if you ever come to a situation where you needed to improve execution time, you can code critical sections of your code based with C!</p>
<p>The OO features are also very powerful. Everything from categories to selectors to protocols are cool concepts. I will post about these features in future posts. The part that annoyed people the most is how you invoke and define methods, but this grows on you as you program.</p>
<p>I wrote a post about documenting my learning adventure, but I now take it back. There will be too many assumptions I would have to make to explain everything. Also, there is simply to much to the language to post about. Instead I will start a simple project to get as much development time with the language as I can. This is the project that I will post about. Using the example, I will post about some important concepts of Objective-C.</p>
<p>I have decided to make tic-tac-toe. I will purposely try to use as many features of the languages as I can. So stay tuned until the next post. Also if anyone has questions concerning the language, let me know I would love to hunt down the answer, it helps me learn <img src='http://meseretgebre.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://meseretgebre.com/archives/objective-c-breaking-it-down/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Python is Kick Ace</title>
		<link>http://meseretgebre.com/archives/python-is-kick-ace/</link>
		<comments>http://meseretgebre.com/archives/python-is-kick-ace/#comments</comments>
		<pubDate>Thu, 02 Apr 2009 16:20:53 +0000</pubDate>
		<dc:creator>mez</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[Google App Engine]]></category>
		<category><![CDATA[HIVE]]></category>
		<category><![CDATA[Panda3D]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://meseretgebre.com/?p=141</guid>
		<description><![CDATA[Python is a scripting language that can be used in many different way. Python is super easy to learn and can take you far in the professional world. Big names like Google use this language heavily for a lot of their day to day operations. A good example is their App Engine.

I picked up Python [...]]]></description>
			<content:encoded><![CDATA[<p>Python is a scripting language that can be used in many different way. Python is super easy to learn and can take you far in the professional world. Big names like Google use this language heavily for a lot of their day to day operations. A good example is their <a href="http://code.google.com/appengine/" target="_blank">App Engine</a>.</p>
<p><img class="alignleft" title="App engine logo" src="http://code.google.com/appengine/images/appengine_lowres.jpg" alt="" width="142" height="109" /></p>
<p>I picked up Python over night just by going to the Python Home page and following their tutorials. The documentation is excellent, so if you can read, I assume you can, then you should be good to go. The tutorial I follow is located at <a href="http://docs.python.org/tutorial/index.html" target="_blank">http://docs.python.org/tutorial/index.html</a>.</p>
<p>Python can be used for many things a popular usage for this scripting language is developing with Game engines, or 3D modeling software packages like <a href="http://www.blender.org/" target="_blank">Blender</a>.  Once you have gone through the tutorials, I recommend you get this pocket reference book below. It proves to be very useful, because there are so many libraries, and a quick look up can make life a lot easier.</p>
<p><img class="alignnone size-full wp-image-144" title="python_ref_3ed_comp.indd" src="http://meseretgebre.com/wp-content/uploads/2009/04/python-pocket-reference.jpg" alt="python_ref_3ed_comp.indd" width="306" height="504" /></p>
<p>I started learning Python when I was an undergrad to develop some code for a summer research position I had. My job was to develop an API to integrate a huge virtual environment with a 3D game engine called <a href="http://panda3d.org/" target="_blank">Panda3D</a>. The API was called <a href="http://www.units.muohio.edu/psychology/cogsci/hive/" target="_blank">HIVE (Huge Immersive Virtual Environment)</a>. If you have any questions about Python or done anything cool with the language just leave a comment and let me know <img src='http://meseretgebre.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://meseretgebre.com/archives/python-is-kick-ace/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
