<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for Mad Python</title>
	<atom:link href="http://blog.madpython.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.madpython.com</link>
	<description>Watch out.. he's angry</description>
	<lastBuildDate>Wed, 20 Mar 2013 06:14:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>Comment on Django Context Processors Best Practice by Raghotham</title>
		<link>http://blog.madpython.com/2010/04/07/django-context-processors-best-practice/comment-page-1/#comment-188</link>
		<dc:creator>Raghotham</dc:creator>
		<pubDate>Wed, 20 Mar 2013 06:14:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.madpython.com/?p=61#comment-188</guid>
		<description><![CDATA[thank you very much for the post]]></description>
		<content:encoded><![CDATA[<p>thank you very much for the post</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Algorithms in Python: Binary Operations by Python: Bit Operations &#124; Crypto Code</title>
		<link>http://blog.madpython.com/2010/07/17/algorithms-in-python-binary-operations/comment-page-1/#comment-187</link>
		<dc:creator>Python: Bit Operations &#124; Crypto Code</dc:creator>
		<pubDate>Thu, 07 Mar 2013 08:33:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.madpython.com/?p=131#comment-187</guid>
		<description><![CDATA[[...] An interesting link about bit operation algorithm implementation in Python is here. [...]]]></description>
		<content:encoded><![CDATA[<p>[...] An interesting link about bit operation algorithm implementation in Python is here. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Django Context Processors Best Practice by Dhiraj</title>
		<link>http://blog.madpython.com/2010/04/07/django-context-processors-best-practice/comment-page-1/#comment-186</link>
		<dc:creator>Dhiraj</dc:creator>
		<pubDate>Tue, 29 Jan 2013 19:15:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.madpython.com/?p=61#comment-186</guid>
		<description><![CDATA[You have a typo there..
TEMPLATE_CONTEXT_PROCESSORS += {  #this should be (
‘mysite.app.context’,
)]]></description>
		<content:encoded><![CDATA[<p>You have a typo there..<br />
TEMPLATE_CONTEXT_PROCESSORS += {  #this should be (<br />
‘mysite.app.context’,<br />
)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fixing custom sequences in PostgreSQL by Hakim</title>
		<link>http://blog.madpython.com/2009/03/06/fixing-custom-sequences-in-postgresql/comment-page-1/#comment-182</link>
		<dc:creator>Hakim</dc:creator>
		<pubDate>Wed, 05 Sep 2012 12:12:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.madpython.com/?p=35#comment-182</guid>
		<description><![CDATA[thank you it looks biutiful !]]></description>
		<content:encoded><![CDATA[<p>thank you it looks biutiful !</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Django Context Processors Best Practice by amr negm</title>
		<link>http://blog.madpython.com/2010/04/07/django-context-processors-best-practice/comment-page-1/#comment-181</link>
		<dc:creator>amr negm</dc:creator>
		<pubDate>Mon, 27 Aug 2012 23:49:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.madpython.com/?p=61#comment-181</guid>
		<description><![CDATA[thank u]]></description>
		<content:encoded><![CDATA[<p>thank u</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Django Context Processors Best Practice by Jeffrey Horn</title>
		<link>http://blog.madpython.com/2010/04/07/django-context-processors-best-practice/comment-page-1/#comment-177</link>
		<dc:creator>Jeffrey Horn</dc:creator>
		<pubDate>Mon, 20 Feb 2012 20:50:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.madpython.com/?p=61#comment-177</guid>
		<description><![CDATA[Awesome. Another way to accomplish the same thing is tuple concatenation:

# import variable
from django.conf.global_settings import TEMPLATE_CONTEXT_PROCESSORS

# concatenate
TEMPLATE_CONTEXT_PROCESSORS += {
    &#039;mysite.app.context&#039;,
)

Nothing new here, it&#039;s just what you did. Just a little prettier, and I like being picky about namespace.]]></description>
		<content:encoded><![CDATA[<p>Awesome. Another way to accomplish the same thing is tuple concatenation:</p>
<p># import variable<br />
from django.conf.global_settings import TEMPLATE_CONTEXT_PROCESSORS</p>
<p># concatenate<br />
TEMPLATE_CONTEXT_PROCESSORS += {<br />
    &#8216;mysite.app.context&#8217;,<br />
)</p>
<p>Nothing new here, it&#8217;s just what you did. Just a little prettier, and I like being picky about namespace.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fuzzy Mathematics with FuzzPy (Part 2) by ali</title>
		<link>http://blog.madpython.com/2010/11/03/fuzzy-mathematics-with-fuzzpy-part-2/comment-page-1/#comment-176</link>
		<dc:creator>ali</dc:creator>
		<pubDate>Sun, 19 Feb 2012 09:43:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.madpython.com/?p=187#comment-176</guid>
		<description><![CDATA[I need type_2 fuzzy system toolbox.have any person to give me?]]></description>
		<content:encoded><![CDATA[<p>I need type_2 fuzzy system toolbox.have any person to give me?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Django Context Processors Best Practice by Tushar</title>
		<link>http://blog.madpython.com/2010/04/07/django-context-processors-best-practice/comment-page-1/#comment-175</link>
		<dc:creator>Tushar</dc:creator>
		<pubDate>Wed, 08 Feb 2012 10:23:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.madpython.com/?p=61#comment-175</guid>
		<description><![CDATA[gr8. very useful.]]></description>
		<content:encoded><![CDATA[<p>gr8. very useful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Django Context Processors Best Practice by Tushar</title>
		<link>http://blog.madpython.com/2010/04/07/django-context-processors-best-practice/comment-page-1/#comment-174</link>
		<dc:creator>Tushar</dc:creator>
		<pubDate>Wed, 08 Feb 2012 10:23:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.madpython.com/?p=61#comment-174</guid>
		<description><![CDATA[gr8. very usefull]]></description>
		<content:encoded><![CDATA[<p>gr8. very usefull</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Extending PostgreSQL with Python by Wilo</title>
		<link>http://blog.madpython.com/2009/03/07/extending-postgresql-with-python/comment-page-1/#comment-172</link>
		<dc:creator>Wilo</dc:creator>
		<pubDate>Wed, 14 Dec 2011 02:03:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.madpython.com/?p=40#comment-172</guid>
		<description><![CDATA[any idea what performance is like with this?  Tcl regex syntax is a bit of a pain-in-the-arse if you&#039;re used to PCRE.  I&#039;m hoping to expose an interface on the web for regex querying against a PostgreSQL database, and I would rather let users use PCRE-style regexs.]]></description>
		<content:encoded><![CDATA[<p>any idea what performance is like with this?  Tcl regex syntax is a bit of a pain-in-the-arse if you&#8217;re used to PCRE.  I&#8217;m hoping to expose an interface on the web for regex querying against a PostgreSQL database, and I would rather let users use PCRE-style regexs.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
