<?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>Errors &#38; Geeks &#187; linux</title>
	<atom:link href="http://errors-geek.com/tag/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://errors-geek.com</link>
	<description>Coding Tips &#38; Tricks</description>
	<lastBuildDate>Sat, 04 Feb 2012 01:02:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Getting Started with Lambda Functions in Python</title>
		<link>http://errors-geek.com/python/getting-started-with-lambda-functions-in-python/</link>
		<comments>http://errors-geek.com/python/getting-started-with-lambda-functions-in-python/#comments</comments>
		<pubDate>Wed, 26 Oct 2011 01:16:32 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[JQuery]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[function]]></category>
		<category><![CDATA[genesis-framework]]></category>
		<category><![CDATA[getting-started]]></category>
		<category><![CDATA[lambda]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[linux-tips]]></category>
		<category><![CDATA[mind]]></category>
		<category><![CDATA[prose-theme]]></category>

		<guid isPermaLink="false">http://errors-geek.com/general/getting-started-with-lambda-functions-in-python/</guid>
		<description><![CDATA[In combination with Python&#039;s built-in functional programming commands, the lambda functions will be of great use. Filed Under: Lambda Function, Python, Python Tips Tagged With: Lambda Functions, Python, Python Tips ... ]]></description>
			<content:encoded><![CDATA[<p>In combination with Python&#039;s built-in functional programming commands, the lambda functions will be of great use. Filed Under: Lambda Function, Python, Python Tips Tagged With: Lambda Functions, Python, Python Tips &#8230; </p>
<p>Read the original post: <br />
<a target="_blank" href="http://cmdlinetips.com/2011/10/getting-started-with-lambda-functions-in-python-2/" title="Getting Started with Lambda Functions in Python">Getting Started with Lambda Functions in Python</a></p>
]]></content:encoded>
			<wfw:commentRss>http://errors-geek.com/python/getting-started-with-lambda-functions-in-python/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Kemp Project: Python tips &#8211; List iteration and item removal</title>
		<link>http://errors-geek.com/general/the-kemp-project-python-tips-list-iteration-and-item-removal/</link>
		<comments>http://errors-geek.com/general/the-kemp-project-python-tips-list-iteration-and-item-removal/#comments</comments>
		<pubDate>Mon, 26 Sep 2011 16:06:00 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[project]]></category>
		<category><![CDATA[python-tips]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[useful-posts]]></category>

		<guid isPermaLink="false">http://errors-geek.com/general/the-kemp-project-python-tips-list-iteration-and-item-removal/</guid>
		<description><![CDATA[ Python tips - List iteration and item removal. It&#039;s not a common task for me, but occasionally my code is required to work through a list and delete items that are not wanted. Take, for example, the case of appending the data ... ]]></description>
			<content:encoded><![CDATA[<p> Python tips &#8211; List iteration and item removal. It&#039;s not a common task for me, but occasionally my code is required to work through a list and delete items that are not wanted. Take, for example, the case of appending the data &#8230; </p>
<p>Excerpt from:<br />
<a target="_blank" href="http://kempproject.blogspot.com/2011/09/python-tips-list-iteration-and-item.html" title="The Kemp Project: Python tips - List iteration and item removal">The Kemp Project: Python tips &#8211; List iteration and item removal</a></p>
]]></content:encoded>
			<wfw:commentRss>http://errors-geek.com/general/the-kemp-project-python-tips-list-iteration-and-item-removal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Kemp Project: Python tips &#8211; List iteration and item removal</title>
		<link>http://errors-geek.com/general/the-kemp-project-python-tips-list-iteration-and-item-removal-2/</link>
		<comments>http://errors-geek.com/general/the-kemp-project-python-tips-list-iteration-and-item-removal-2/#comments</comments>
		<pubDate>Mon, 26 Sep 2011 16:06:00 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[project]]></category>
		<category><![CDATA[python-tips]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[useful-posts]]></category>

		<guid isPermaLink="false">http://errors-geek.com/general/the-kemp-project-python-tips-list-iteration-and-item-removal-2/</guid>
		<description><![CDATA[ Python tips - List iteration and item removal. It&#039;s not a common task for me, but occasionally my code is required to work through a list and delete items that are not wanted. Take, for example, the case of appending the data ... ]]></description>
			<content:encoded><![CDATA[<p> Python tips &#8211; List iteration and item removal. It&#039;s not a common task for me, but occasionally my code is required to work through a list and delete items that are not wanted. Take, for example, the case of appending the data &#8230; </p>
<p>Go here to see the original: <br />
<a target="_blank" href="http://kempproject.blogspot.com/2011/09/python-tips-list-iteration-and-item.html" title="The Kemp Project: Python tips - List iteration and item removal">The Kemp Project: Python tips &#8211; List iteration and item removal</a></p>
]]></content:encoded>
			<wfw:commentRss>http://errors-geek.com/general/the-kemp-project-python-tips-list-iteration-and-item-removal-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blazemore&#039;s Blog: Python tips &amp; tricks</title>
		<link>http://errors-geek.com/python/blazemores-blog-python-tips-tricks/</link>
		<comments>http://errors-geek.com/python/blazemores-blog-python-tips-tricks/#comments</comments>
		<pubDate>Thu, 08 Sep 2011 12:53:00 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[article]]></category>
		<category><![CDATA[blazemore]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[list]]></category>
		<category><![CDATA[personal]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://errors-geek.com/general/blazemores-blog-python-tips-tricks/</guid>
		<description><![CDATA[ Python tips &#38; tricks. At my job I do a lot of Python. My work mainly involves scraping data from e-commerce websites for importing into other systems. These tips are what I&#039;ve picked up as I learn while I go along. I hope they ... ]]></description>
			<content:encoded><![CDATA[<p> Python tips &amp; tricks. At my job I do a lot of Python. My work mainly involves scraping data from e-commerce websites for importing into other systems. These tips are what I&#039;ve picked up as I learn while I go along. I hope they &#8230; </p>
<p>Original post: <br />
<a target="_blank" href="http://www.blazemore.net/2011/09/python-tips-tricks.html" title="Blazemore&#039;s Blog: Python tips &amp; tricks">Blazemore&#039;s Blog: Python tips &amp; tricks</a></p>
]]></content:encoded>
			<wfw:commentRss>http://errors-geek.com/python/blazemores-blog-python-tips-tricks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Python Tips: add a key/value in a dictionary &#124; Prima DIY 太棒了! 自己來!</title>
		<link>http://errors-geek.com/python/python-tips-add-a-keyvalue-in-a-dictionary-prima-diy-%e5%a4%aa%e6%a3%92%e4%ba%86-%e8%87%aa%e5%b7%b1%e4%be%86/</link>
		<comments>http://errors-geek.com/python/python-tips-add-a-keyvalue-in-a-dictionary-prima-diy-%e5%a4%aa%e6%a3%92%e4%ba%86-%e8%87%aa%e5%b7%b1%e4%be%86/#comments</comments>
		<pubDate>Thu, 08 Sep 2011 03:22:44 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[environment]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[linux-tips]]></category>
		<category><![CDATA[november-2010]]></category>
		<category><![CDATA[september-2011]]></category>

		<guid isPermaLink="false">http://errors-geek.com/general/python-tips-add-a-keyvalue-in-a-dictionary-prima-diy-%e5%a4%aa%e6%a3%92%e4%ba%86-%e8%87%aa%e5%b7%b1%e4%be%86/</guid>
		<description><![CDATA[ Python Tips : add a key/value in a dictionary. Posted on September 8, 2011 by william. a = {} a[1]=”banana” a[2]=”apple”. This entry was posted in Computer and Programming. Bookmark the permalink. ← Linux Tips: find – search for files in a ... ]]></description>
			<content:encoded><![CDATA[<p> Python Tips : add a key/value in a dictionary. Posted on September 8, 2011 by william. a = {} a[1]=”banana” a[2]=”apple”. This entry was posted in Computer and Programming. Bookmark the permalink. ← Linux Tips: find – search for files in a &#8230; </p>
<p>Read more from the original source:<br />
<a target="_blank" href="http://122.116.223.34/wordpress/?p=195" title="Python Tips: add a key/value in a dictionary | Prima DIY 太棒了! 自己來!">Python Tips: add a key/value in a dictionary | Prima DIY 太棒了! 自己來!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://errors-geek.com/python/python-tips-add-a-keyvalue-in-a-dictionary-prima-diy-%e5%a4%aa%e6%a3%92%e4%ba%86-%e8%87%aa%e5%b7%b1%e4%be%86/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting Started With Python Dictionaries: Python Tips</title>
		<link>http://errors-geek.com/python/getting-started-with-python-dictionaries-python-tips/</link>
		<comments>http://errors-geek.com/python/getting-started-with-python-dictionaries-python-tips/#comments</comments>
		<pubDate>Sat, 03 Sep 2011 15:28:54 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[color]]></category>
		<category><![CDATA[dictionary]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[keys]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[python-dictionary]]></category>
		<category><![CDATA[python-tips]]></category>

		<guid isPermaLink="false">http://errors-geek.com/general/getting-started-with-python-dictionaries-python-tips/</guid>
		<description><![CDATA[Getting Started With Python Dictionaries: Python Tips . September 3, 2011 By cmdline Leave a Comment. Dictionary in Python is a data structure that lets users store and retrieve things in python. As the name “dictionary” suggests, it has “key” ... ]]></description>
			<content:encoded><![CDATA[<p>Getting Started With Python Dictionaries: Python Tips . September 3, 2011 By cmdline Leave a Comment. Dictionary in Python is a data structure that lets users store and retrieve things in python. As the name “dictionary” suggests, it has “key” &#8230; </p>
<p>See original here: <br />
<a target="_blank" href="http://cmdlinetips.com/2011/09/getting-started-with-python-dictionaries-python-tips/" title="Getting Started With Python Dictionaries: Python Tips">Getting Started With Python Dictionaries: Python Tips</a></p>
]]></content:encoded>
			<wfw:commentRss>http://errors-geek.com/python/getting-started-with-python-dictionaries-python-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Allen Galler » Blog Archive » Django Tips: Installation</title>
		<link>http://errors-geek.com/python/allen-galler-%c2%bb-blog-archive-%c2%bb-django-tips-installation/</link>
		<comments>http://errors-geek.com/python/allen-galler-%c2%bb-blog-archive-%c2%bb-django-tips-installation/#comments</comments>
		<pubDate>Fri, 02 Sep 2011 10:59:32 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Django]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[allen-galler]]></category>
		<category><![CDATA[art]]></category>
		<category><![CDATA[category-entry]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[start-page]]></category>
		<category><![CDATA[virtualization]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://errors-geek.com/general/allen-galler-%c2%bb-blog-archive-%c2%bb-django-tips-installation/</guid>
		<description><![CDATA[ Django Tips : Installation. Install Python. Check out Python official website to download Python. Install Apache and mod_wsgi. Django includes a lightweight web server you can use for testing , so you won&#039;t need to set up ... ]]></description>
			<content:encoded><![CDATA[<p> Django Tips : Installation. Install Python. Check out Python official website to download Python. Install Apache and mod_wsgi. Django includes a lightweight web server you can use for testing , so you won&#039;t need to set up &#8230; </p>
<p>Go here to see the original:<br />
<a target="_blank" href="http://yalun.org/2011/09/02/django-tips-installation/" title="Allen Galler » Blog Archive » Django Tips: Installation">Allen Galler » Blog Archive » Django Tips: Installation</a></p>
]]></content:encoded>
			<wfw:commentRss>http://errors-geek.com/python/allen-galler-%c2%bb-blog-archive-%c2%bb-django-tips-installation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Understanding the Universal Language – Python Tutorial Guides &#8230;</title>
		<link>http://errors-geek.com/general/understanding-the-universal-language-%e2%80%93-python-tutorial-guides/</link>
		<comments>http://errors-geek.com/general/understanding-the-universal-language-%e2%80%93-python-tutorial-guides/#comments</comments>
		<pubDate>Mon, 01 Aug 2011 04:24:45 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[auctions]]></category>
		<category><![CDATA[gossip]]></category>
		<category><![CDATA[guides]]></category>
		<category><![CDATA[language]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[photos]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[universal]]></category>

		<guid isPermaLink="false">http://errors-geek.com/general/understanding-the-universal-language-%e2%80%93-python-tutorial-guides/</guid>
		<description><![CDATA[Tagged with: [ Guides, language, Python, Tips , tutorial, Understanding, Universal ]. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site. ... ]]></description>
			<content:encoded><![CDATA[<p>Tagged with: [ Guides, language, Python, Tips , tutorial, Understanding, Universal ]. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site. &#8230; </p>
<p>Read the rest here:<br />
<a target="_blank" href="http://krizzna.web.id/programming/understanding-the-universal-language-python-tutorial-guides-tips/" title="Understanding the Universal Language – Python Tutorial Guides ...">Understanding the Universal Language – Python Tutorial Guides &#8230;</a></p>
]]></content:encoded>
			<wfw:commentRss>http://errors-geek.com/general/understanding-the-universal-language-%e2%80%93-python-tutorial-guides/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Understanding the Universal Language – Python Tutorial Guides &amp; Tips</title>
		<link>http://errors-geek.com/python/understanding-the-universal-language-%e2%80%93-python-tutorial-guides-tips/</link>
		<comments>http://errors-geek.com/python/understanding-the-universal-language-%e2%80%93-python-tutorial-guides-tips/#comments</comments>
		<pubDate>Mon, 27 Jun 2011 23:30:30 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[JQuery]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[language]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[python-tutorial]]></category>
		<category><![CDATA[time]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[understanding]]></category>
		<category><![CDATA[universal]]></category>
		<category><![CDATA[web-development]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://errors-geek.com/general/understanding-the-universal-language-%e2%80%93-python-tutorial-guides-tips/</guid>
		<description><![CDATA[ ... on the &#60;a href=”&#60;http://www.pythontutorial.net&#62;”&#62;Python tutorial, go to PythonTutorial.Net. Filed Under: Information For UNIX Tagged With: Guides, Language, Python, Tips , Tutorial, Understanding, Universal ... ]]></description>
			<content:encoded><![CDATA[<p> &#8230; on the &lt;a href=”&lt;http://www.pythontutorial.net&gt;”&gt;Python tutorial, go to PythonTutorial.Net. Filed Under: Information For UNIX Tagged With: Guides, Language, Python, Tips , Tutorial, Understanding, Universal &#8230; </p>
<p>See original here:<br />
<a target="_blank" href="http://www.sysadmininfo.com/understanding-the-universal-language-python-tutorial-guides-tips/" title="Understanding the Universal Language – Python Tutorial Guides &amp; Tips">Understanding the Universal Language – Python Tutorial Guides &amp; Tips</a></p>
]]></content:encoded>
			<wfw:commentRss>http://errors-geek.com/python/understanding-the-universal-language-%e2%80%93-python-tutorial-guides-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AutoMount partitions in GNU/Linux using Python « Simplifying the &#8230;</title>
		<link>http://errors-geek.com/python/automount-partitions-in-gnulinux-using-python-%c2%ab-simplifying-the/</link>
		<comments>http://errors-geek.com/python/automount-partitions-in-gnulinux-using-python-%c2%ab-simplifying-the/#comments</comments>
		<pubDate>Fri, 24 Jun 2011 21:49:02 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[directories]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[funny]]></category>
		<category><![CDATA[humour]]></category>
		<category><![CDATA[india]]></category>
		<category><![CDATA[jokes]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[skype]]></category>
		<category><![CDATA[stumbleupon]]></category>
		<category><![CDATA[tag]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://errors-geek.com/general/automount-partitions-in-gnulinux-using-python-%c2%ab-simplifying-the/</guid>
		<description><![CDATA[Simplifying the technologies &#183; About Blog &#183; solve your problem &#183; CV &#183; Archives &#183; RSS Feed &#183; automount, python system administration, python tips , subprocess. AutoMount partitions in GNU/Linux using Python ... ]]></description>
			<content:encoded><![CDATA[<p>Simplifying the technologies &middot; About Blog &middot; solve your problem &middot; CV &middot; Archives &middot; RSS Feed &middot; automount, python system administration, python tips , subprocess. AutoMount partitions in GNU/Linux using Python &#8230; </p>
<p>View original here: <br />
<a target="_blank" href="http://kracekumar.wordpress.com/2011/06/25/automount-partitions-in-gnulinux-using-python/" title="AutoMount partitions in GNU/Linux using Python « Simplifying the ...">AutoMount partitions in GNU/Linux using Python « Simplifying the &#8230;</a></p>
]]></content:encoded>
			<wfw:commentRss>http://errors-geek.com/python/automount-partitions-in-gnulinux-using-python-%c2%ab-simplifying-the/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

