<?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; twitter</title>
	<atom:link href="http://errors-geek.com/tag/twitter/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>randdecimal &#8211; python and django tips and tricks</title>
		<link>http://errors-geek.com/django/randdecimal-python-and-django-tips-and-tricks/</link>
		<comments>http://errors-geek.com/django/randdecimal-python-and-django-tips-and-tricks/#comments</comments>
		<pubDate>Thu, 03 Nov 2011 13:57:00 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Django]]></category>
		<category><![CDATA[helpposterous-com]]></category>
		<category><![CDATA[minute-or-two]]></category>
		<category><![CDATA[moment]]></category>
		<category><![CDATA[posterous]]></category>
		<category><![CDATA[posterous-var]]></category>
		<category><![CDATA[reloading-the-site]]></category>
		<category><![CDATA[the-moment]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[var-page]]></category>
		<category><![CDATA[you-can]]></category>

		<guid isPermaLink="false">http://errors-geek.com/general/randdecimal-python-and-django-tips-and-tricks/</guid>
		<description><![CDATA[from decimal import Decimal from random import randint def randdecimal(a, b): &#34;&#34;&#34; Return a random decimal N such that a &#60;= N &#60;= b. &#34;&#34;&#34; a, b = Decimal(a), Decimal(b) diff = b - a multiplier = pow(10, abs(diff.as_tuple()[2])) ... ]]></description>
			<content:encoded><![CDATA[<p>from decimal import Decimal from random import randint def randdecimal(a, b): &quot;&quot;&quot; Return a random decimal N such that a &lt;= N &lt;= b. &quot;&quot;&quot; a, b = Decimal(a), Decimal(b) diff = b &#8211; a multiplier = pow(10, abs(diff.as_tuple()[2])) &#8230; </p>
<p>See the original post: <br />
<a target="_blank" href="http://djangonaut.posterous.com/randdecimal" title="randdecimal - python and django tips and tricks">randdecimal &#8211; python and django tips and tricks</a></p>
]]></content:encoded>
			<wfw:commentRss>http://errors-geek.com/django/randdecimal-python-and-django-tips-and-tricks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>django.dispatch.receiver &#8211; FTW! &#8211; python and django tips and tricks</title>
		<link>http://errors-geek.com/django/django-dispatch-receiver-ftw-python-and-django-tips-and-tricks/</link>
		<comments>http://errors-geek.com/django/django-dispatch-receiver-ftw-python-and-django-tips-and-tricks/#comments</comments>
		<pubDate>Wed, 05 Oct 2011 12:19:00 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Django]]></category>
		<category><![CDATA[helpposterous-com]]></category>
		<category><![CDATA[minute-or-two]]></category>
		<category><![CDATA[moment]]></category>
		<category><![CDATA[posterous]]></category>
		<category><![CDATA[posterous-var]]></category>
		<category><![CDATA[reloading-the-site]]></category>
		<category><![CDATA[the-moment]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[var-page]]></category>
		<category><![CDATA[you-can]]></category>

		<guid isPermaLink="false">http://errors-geek.com/general/django-dispatch-receiver-ftw-python-and-django-tips-and-tricks/</guid>
		<description><![CDATA[Думаю, долгое время, каждый из нас присоединял сигналы к событиям при помощи старого доброго connect метода, например как: from django.contrib.auth.models import User from django.db.models import signals ... ]]></description>
			<content:encoded><![CDATA[<p>Думаю, долгое время, каждый из нас присоединял сигналы к событиям при помощи старого доброго connect метода, например как: from django.contrib.auth.models import User from django.db.models import signals &#8230; </p>
<p>Read more:<br />
<a target="_blank" href="http://djangonaut.posterous.com/djangodispatchreceiver-ftw" title="django.dispatch.receiver - FTW! - python and django tips and tricks">django.dispatch.receiver &#8211; FTW! &#8211; python and django tips and tricks</a></p>
]]></content:encoded>
			<wfw:commentRss>http://errors-geek.com/django/django-dispatch-receiver-ftw-python-and-django-tips-and-tricks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Both Python 2.5 And Python 2.6 on Windows Box~Mohamed &#8230;</title>
		<link>http://errors-geek.com/general/installing-both-python-2-5-and-python-2-6-on-windows-boxmohamed/</link>
		<comments>http://errors-geek.com/general/installing-both-python-2-5-and-python-2-6-on-windows-boxmohamed/#comments</comments>
		<pubDate>Wed, 06 Jul 2011 06:51:00 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[asp-net]]></category>
		<category><![CDATA[faramawi]]></category>
		<category><![CDATA[mohamed-faramawi]]></category>
		<category><![CDATA[social-search]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[twitter-updates]]></category>
		<category><![CDATA[visual-studio]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://errors-geek.com/general/installing-both-python-2-5-and-python-2-6-on-windows-boxmohamed/</guid>
		<description><![CDATA[Collection of python tips and hacks &#183; Python: Remove items from a list that occur in ano... My new blogging policy. ► 2010 (13). ► August (2). Overriding class methods without inheritance in Ja... What version of . ... ]]></description>
			<content:encoded><![CDATA[<p>Collection of python tips and hacks &middot; Python: Remove items from a list that occur in ano&#8230; My new blogging policy. ► 2010 (13). ► August (2). Overriding class methods without inheritance in Ja&#8230; What version of . &#8230; </p>
<p>Excerpt from: <br />
<a target="_blank" href="http://mohamedfaramawi.blogspot.com/2011/07/installing-both-python-25-and-python-26.html" title="Installing Both Python 2.5 And Python 2.6 on Windows Box~Mohamed ...">Installing Both Python 2.5 And Python 2.6 on Windows Box~Mohamed &#8230;</a></p>
]]></content:encoded>
			<wfw:commentRss>http://errors-geek.com/general/installing-both-python-2-5-and-python-2-6-on-windows-boxmohamed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter Feed w/ x-time-ago &amp; Error Handling &#8211; PHP &#8211; Snipplr Social &#8230;</title>
		<link>http://errors-geek.com/python/twitter-feed-w-x-time-ago-error-handling-php-snipplr-social/</link>
		<comments>http://errors-geek.com/python/twitter-feed-w-x-time-ago-error-handling-php-snipplr-social/#comments</comments>
		<pubDate>Thu, 05 May 2011 18:57:27 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Django]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[organize]]></category>
		<category><![CDATA[repository]]></category>
		<category><![CDATA[snipplr]]></category>
		<category><![CDATA[source-code]]></category>
		<category><![CDATA[store]]></category>
		<category><![CDATA[textmate]]></category>
		<category><![CDATA[time]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://errors-geek.com/general/twitter-feed-w-x-time-ago-error-handling-php-snipplr-social/</guid>
		<description><![CDATA[ ... Format - How many seconds/minutes/hours/days/years/decades ago &#183; Testing for an error using exception handling - the stupid way &#183; Delete files massively + time and number of files deleted &#183; Python: error handling ... ]]></description>
			<content:encoded><![CDATA[<p> &#8230; Format &#8211; How many seconds/minutes/hours/days/years/decades ago &middot; Testing for an error using exception handling &#8211; the stupid way &middot; Delete files massively + time and number of files deleted &middot; Python: error handling &#8230; </p>
<p>Read the original post: <br />
<a target="_blank" href="http://snipplr.com/view/53105/" title="Twitter Feed w/ x-time-ago &amp; Error Handling - PHP - Snipplr Social ...">Twitter Feed w/ x-time-ago &amp; Error Handling &#8211; PHP &#8211; Snipplr Social &#8230;</a></p>
]]></content:encoded>
			<wfw:commentRss>http://errors-geek.com/python/twitter-feed-w-x-time-ago-error-handling-php-snipplr-social/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Python Tips, Tricks, and Hacks &#8211; Siafoo</title>
		<link>http://errors-geek.com/python/python-tips-tricks-and-hacks-siafoo/</link>
		<comments>http://errors-geek.com/python/python-tips-tricks-and-hacks-siafoo/#comments</comments>
		<pubDate>Tue, 05 Oct 2010 07:43:39 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[friendfeed]]></category>
		<category><![CDATA[hacks]]></category>
		<category><![CDATA[irt-me]]></category>
		<category><![CDATA[myspace]]></category>
		<category><![CDATA[python-tips]]></category>
		<category><![CDATA[siafoo-on-irt]]></category>
		<category><![CDATA[stumbleupon]]></category>
		<category><![CDATA[tricks]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[yes]]></category>

		<guid isPermaLink="false">http://errors-geek.com/general/python-tips-tricks-and-hacks-siafoo/</guid>
		<description><![CDATA[Want to write shorter, cleaner code? Have an unfortunate situation where you need to fit as much as you can in one expression? Prefer a quick dose.]]></description>
			<content:encoded><![CDATA[<p>Want to write shorter, cleaner code? Have an unfortunate situation where you need to fit as much as you can in one expression? Prefer a quick dose.</p>
<p>See original here: <br />
<a target="_blank" href="http://irt.me/dE2" title="Python Tips, Tricks, and Hacks - Siafoo">Python Tips, Tricks, and Hacks &#8211; Siafoo</a></p>
]]></content:encoded>
			<wfw:commentRss>http://errors-geek.com/python/python-tips-tricks-and-hacks-siafoo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gothenburg GTUG » Gillar du Python? [Tips]</title>
		<link>http://errors-geek.com/python/gothenburg-gtug-%c2%bb-gillar-du-python-tips/</link>
		<comments>http://errors-geek.com/python/gothenburg-gtug-%c2%bb-gillar-du-python-tips/#comments</comments>
		<pubDate>Thu, 06 May 2010 04:37:08 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[februari-2010]]></category>
		<category><![CDATA[forum]]></category>
		<category><![CDATA[hem]]></category>
		<category><![CDATA[io2010]]></category>
		<category><![CDATA[meetings]]></category>
		<category><![CDATA[social]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://errors-geek.com/general/gothenburg-gtug-%c2%bb-gillar-du-python-tips/</guid>
		<description><![CDATA[Gillar du Python? [Tips ]. maj 6th, 2010 johan Skriv en kommentar Gå till kommentarer. Programmerar du Python? Då kan vi tipsa om Gothenburg Python User Group. De kommer att köra sin första konferens i Göteborg den 29 maj. ...]]></description>
			<content:encoded><![CDATA[<p>Gillar du Python? [Tips ]. maj 6th, 2010 johan Skriv en kommentar Gå till kommentarer. Programmerar du Python? Då kan vi tipsa om Gothenburg Python User Group. De kommer att köra sin första konferens i Göteborg den 29 maj. &#8230;</p>
<p>Original post: <br />
<a target="_blank" href="http://www.gothenburg-gtug.org/2010/05/06/gillar-du-python-tips/" title="Gothenburg GTUG » Gillar du Python? [Tips]">Gothenburg GTUG » Gillar du Python? [Tips]</a></p>
]]></content:encoded>
			<wfw:commentRss>http://errors-geek.com/python/gothenburg-gtug-%c2%bb-gillar-du-python-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP.NET customErrors and real HTTP status codes (404s not 302s)</title>
		<link>http://errors-geek.com/net/asp-net-customerrors-and-real-http-status-codes-404s-not-302s/</link>
		<comments>http://errors-geek.com/net/asp-net-customerrors-and-real-http-status-codes-404s-not-302s/#comments</comments>
		<pubDate>Mon, 03 Aug 2009 13:25:00 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[asp-net]]></category>
		<category><![CDATA[colaab]]></category>
		<category><![CDATA[gadget]]></category>
		<category><![CDATA[include-data]]></category>
		<category><![CDATA[loop-values]]></category>
		<category><![CDATA[perfect-storm]]></category>
		<category><![CDATA[popular-tags]]></category>
		<category><![CDATA[silverlight]]></category>
		<category><![CDATA[start]]></category>
		<category><![CDATA[storm-ideas]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://errors-geek.com/general/asp-net-customerrors-and-real-http-status-codes-404s-not-302s/</guid>
		<description><![CDATA[ NET, Error Handling . Ever client always asks for error handling. They always want to display a “friendly” error page to their customers/viewers, other than the ASP.NET yellow “Application Error in '/'”…you know what I'm talking about! ...]]></description>
			<content:encoded><![CDATA[<p> NET, Error Handling . Ever client always asks for error handling. They always want to display a “friendly” error page to their customers/viewers, other than the ASP.NET yellow “Application Error in &#8216;/&#8217;”…you know what I&#8217;m talking about! &#8230;</p>
<p>Excerpt from:<br />
<a target="_blank" href="http://blog.stormid.com/2009/08/aspnet-customerrors-and-real-http.html" title="ASP.NET customErrors and real HTTP status codes (404s not 302s)">ASP.NET customErrors and real HTTP status codes (404s not 302s)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://errors-geek.com/net/asp-net-customerrors-and-real-http-status-codes-404s-not-302s/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP.NET/VB.NET – Video Training</title>
		<link>http://errors-geek.com/php/asp-netvb-net-%e2%80%93-video-training/</link>
		<comments>http://errors-geek.com/php/asp-netvb-net-%e2%80%93-video-training/#comments</comments>
		<pubDate>Fri, 19 Jun 2009 13:25:00 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[advertising]]></category>
		<category><![CDATA[asp-net]]></category>
		<category><![CDATA[book]]></category>
		<category><![CDATA[books]]></category>
		<category><![CDATA[friday-books]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[training]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[video-training]]></category>
		<category><![CDATA[visual-studio]]></category>

		<guid isPermaLink="false">http://errors-geek.com/general/asp-netvb-net-%e2%80%93-video-training/</guid>
		<description><![CDATA[NET and VB.NET debugging procedures; Includes 7 levels of VB.NET Visual Basic.NET programming levels; Learn about everything from VB. NET error handling to polymorphism and upgrading applications to VB.NET ...]]></description>
			<content:encoded><![CDATA[<p>NET and VB.NET debugging procedures; Includes 7 levels of VB.NET Visual Basic.NET programming levels; Learn about everything from VB. NET error handling to polymorphism and upgrading applications to VB.NET &#8230;</p>
<p>Here is the original post: <br />
<a target="_blank" href="http://blog.dmbcllc.com/2009/06/19/asp-netvb-net-video-training/" title="ASP.NET/VB.NET – Video Training">ASP.NET/VB.NET – Video Training</a></p>
]]></content:encoded>
			<wfw:commentRss>http://errors-geek.com/php/asp-netvb-net-%e2%80%93-video-training/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Some Django tips and tricks pages that I&#039;ve found helpful. &#124; Kenji &#8230;</title>
		<link>http://errors-geek.com/python/some-django-tips-and-tricks-pages-that-ive-found-helpful-kenji/</link>
		<comments>http://errors-geek.com/python/some-django-tips-and-tricks-pages-that-ive-found-helpful-kenji/#comments</comments>
		<pubDate>Thu, 28 May 2009 14:57:32 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Django]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[applications]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[project]]></category>
		<category><![CDATA[software-development]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[web-sites]]></category>

		<guid isPermaLink="false">http://errors-geek.com/general/some-django-tips-and-tricks-pages-that-ive-found-helpful-kenji/</guid>
		<description><![CDATA[Small Django tips from one newbie to another: Another older article, this one also emphasizes the need for unit testing, and gives some examples (with code) about how to go about this. It also discusses ways to manage frequent model ...]]></description>
			<content:encoded><![CDATA[<p>Small Django tips from one newbie to another: Another older article, this one also emphasizes the need for unit testing, and gives some examples (with code) about how to go about this. It also discusses ways to manage frequent model &#8230;</p>
<p>Read the original: <br />
<a target="_blank" href="http://www.kenjiyamamoto.com/blog/2009/05/28/some-django-tips-and-tricks-pages-that-ive-found-helpful/" title="Some Django tips and tricks pages that I&#39;ve found helpful. | Kenji ...">Some Django tips and tricks pages that I&#39;ve found helpful. | Kenji &#8230;</a></p>
]]></content:encoded>
			<wfw:commentRss>http://errors-geek.com/python/some-django-tips-and-tricks-pages-that-ive-found-helpful-kenji/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

