<?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>The Sunjay Times &#187; python</title>
	<atom:link href="http://times.jayliew.com/tag/python/feed/" rel="self" type="application/rss+xml" />
	<link>http://times.jayliew.com</link>
	<description>Today is Sunjay, because it just is</description>
	<lastBuildDate>Mon, 12 Jul 2010 02:09:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>A Simple N-gram Calculator: pyngram</title>
		<link>http://times.jayliew.com/2010/05/20/a-simple-n-gram-calculator-pyngram/</link>
		<comments>http://times.jayliew.com/2010/05/20/a-simple-n-gram-calculator-pyngram/#comments</comments>
		<pubDate>Thu, 20 May 2010 23:02:33 +0000</pubDate>
		<dc:creator>Jay Liew</dc:creator>
				<category><![CDATA[coding]]></category>
		<category><![CDATA[bigram]]></category>
		<category><![CDATA[crackme]]></category>
		<category><![CDATA[crypto]]></category>
		<category><![CDATA[decodeme]]></category>
		<category><![CDATA[digram]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[pyngram]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[trigram]]></category>

		<guid isPermaLink="false">http://times.jayliew.com/?p=517</guid>
		<description><![CDATA[SyntaxHighlighter.config.bloggerMode = true; SyntaxHighlighter.config.clipboardSwf = 'http://alexgorbatchev.com/pub/sh/current/scripts/clipboard.swf'; SyntaxHighlighter.all(); Updated v1.0.1 5/21/2010 &#8211; Improved the exception handling, and changed xrange(len(inputstring)) to xrange(len(inputstring)-nlen+1)). Thanks to colleague Arik Baratz! Recently, as I was trying to solve a cryptogram, I wrote tool to parse the bigrams and trigrams from the ciphertext, tally the frequency, and then display the results sorted [...]]]></description>
		<wfw:commentRss>http://times.jayliew.com/2010/05/20/a-simple-n-gram-calculator-pyngram/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>locale.Error: unsupported locale setting?</title>
		<link>http://times.jayliew.com/2010/04/22/locale-error-unsupported-locale-setting/</link>
		<comments>http://times.jayliew.com/2010/04/22/locale-error-unsupported-locale-setting/#comments</comments>
		<pubDate>Fri, 23 Apr 2010 05:09:45 +0000</pubDate>
		<dc:creator>Jay Liew</dc:creator>
				<category><![CDATA[coding]]></category>
		<category><![CDATA[debug]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://times.jayliew.com/?p=494</guid>
		<description><![CDATA[Is your Python code crashing over some kind of locale setting? SyntaxHighlighter.config.bloggerMode = true; SyntaxHighlighter.config.clipboardSwf = 'http://alexgorbatchev.com/pub/sh/current/scripts/clipboard.swf'; SyntaxHighlighter.all(); Traceback (most recent call last): File "&#60;stdin&#62;", line 1, in &#60;module&#62; File "/usr/local/lib/python2.6/dist-packages/tweepy/binder.py", line 178, in _call return method.execute() File "/usr/local/lib/python2.6/dist-packages/tweepy/binder.py", line 164, in execute result = self.api.parser.parse(self, resp.read()) File "/usr/local/lib/python2.6/dist-packages/tweepy/parsers.py", line 72, in parse result = [...]]]></description>
		<wfw:commentRss>http://times.jayliew.com/2010/04/22/locale-error-unsupported-locale-setting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What do a philologist and a lollipop have in common?</title>
		<link>http://times.jayliew.com/2010/02/24/what-do-a-philologist-and-a-lollipop-have-in-common/</link>
		<comments>http://times.jayliew.com/2010/02/24/what-do-a-philologist-and-a-lollipop-have-in-common/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 20:20:31 +0000</pubDate>
		<dc:creator>Jay Liew</dc:creator>
				<category><![CDATA[coding]]></category>
		<category><![CDATA[geeky]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://times.jayliew.com/?p=469</guid>
		<description><![CDATA[Question: What do a philologist and a lollipop have in common? Answer: LOL (if you don&#8217;t get it, you will LOL when you see it below) The generalized problem statement Given a few strings: ewf3hardyharharoiew p90weuhardyharhar hardyharharoie78wjf ahardyharhar787834 Determine the longest substring that they all have in common: p90weuhardyharhar &#124;&#124;&#124;&#124;&#124;&#124;&#124;&#124;&#124;&#124;&#124; ahardyharhar787834 &#124;&#124;&#124;&#124;&#124;&#124;&#124;&#124;&#124;&#124;&#124; ewf3]]></description>
		<wfw:commentRss>http://times.jayliew.com/2010/02/24/what-do-a-philologist-and-a-lollipop-have-in-common/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Allow your visitors to sign in via Twitter, Facebook, FriendFeed, OpenID, and OAuth with django-socialregistration</title>
		<link>http://times.jayliew.com/2009/10/28/allow-your-visitors-to-sign-in-via-twitter-facebook-friendfeed-openid-and-oauth-with-django-socialregistration/</link>
		<comments>http://times.jayliew.com/2009/10/28/allow-your-visitors-to-sign-in-via-twitter-facebook-friendfeed-openid-and-oauth-with-django-socialregistration/#comments</comments>
		<pubDate>Wed, 28 Oct 2009 23:56:55 +0000</pubDate>
		<dc:creator>Jay Liew</dc:creator>
				<category><![CDATA[coding]]></category>
		<category><![CDATA[uncategorized]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://times.jayliew.com/?p=421</guid>
		<description><![CDATA[SyntaxHighlighter.config.clipboardSwf = 'http://alexgorbatchev.com/pub/sh/current/scripts/clipboard.swf';SyntaxHighlighter.all(); The title says it all. Allow your visitors to sign in via Twitter, Facebook, FriendFeed, OpenID, and OAuth with django-socialregistration. Hence the name, &#8220;social registration&#8221;. I&#8217;ve been tinkering with this module and I&#8217;ve just got the Twitter OAuth login/registration to work. It&#8217;s pretty neat! You know how much you loathe having to [...]]]></description>
		<wfw:commentRss>http://times.jayliew.com/2009/10/28/allow-your-visitors-to-sign-in-via-twitter-facebook-friendfeed-openid-and-oauth-with-django-socialregistration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mod_wsgi compile error: missing Python development package?</title>
		<link>http://times.jayliew.com/2009/09/22/mod_wsgi-compile-error-missing-python-development-package/</link>
		<comments>http://times.jayliew.com/2009/09/22/mod_wsgi-compile-error-missing-python-development-package/#comments</comments>
		<pubDate>Tue, 22 Sep 2009 21:23:27 +0000</pubDate>
		<dc:creator>Jay Liew</dc:creator>
				<category><![CDATA[coding]]></category>
		<category><![CDATA[debug]]></category>
		<category><![CDATA[mod_wsgi]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://times.jayliew.com/?p=388</guid>
		<description><![CDATA[If you&#8217;re seeing an error like this when trying to compile mod_wsgi, it&#8217;s likely that you don&#8217;t have the Python development package installed. Solution: apt-get install python-dev Turns out, a lot of things can go wrong when you try to compile mod_wsgi, and I spent a good chunk of time before finding it out here. [...]]]></description>
		<wfw:commentRss>http://times.jayliew.com/2009/09/22/mod_wsgi-compile-error-missing-python-development-package/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>A change in direction: Python, Django, and Google App Engine</title>
		<link>http://times.jayliew.com/2009/06/13/a-change-in-direction-python-django-and-google-app-engine/</link>
		<comments>http://times.jayliew.com/2009/06/13/a-change-in-direction-python-django-and-google-app-engine/#comments</comments>
		<pubDate>Sun, 14 Jun 2009 05:34:44 +0000</pubDate>
		<dc:creator>Jay Liew</dc:creator>
				<category><![CDATA[execution]]></category>
		<category><![CDATA[goal setting]]></category>
		<category><![CDATA[self improvement]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[google app engine]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://times.jayliew.com/2009/06/13/a-change-in-direction-python-django-and-google-app-engine/</guid>
		<description><![CDATA[This is a cross-post from my other for-own-use developer blog. I&#8217;m posting it here because people often ask me what I&#8217;m so busy with. It&#8217;s been a while since my last post; I have been real busy. Anyway, just to quickly say this, I&#8217;ve made a change in direction in my development efforts. I&#8217;ve said [...]]]></description>
		<wfw:commentRss>http://times.jayliew.com/2009/06/13/a-change-in-direction-python-django-and-google-app-engine/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>My App Engine &#8220;Wall&#8221;</title>
		<link>http://times.jayliew.com/2008/06/13/my-app-engine-wall/</link>
		<comments>http://times.jayliew.com/2008/06/13/my-app-engine-wall/#comments</comments>
		<pubDate>Sat, 14 Jun 2008 04:10:10 +0000</pubDate>
		<dc:creator>Jay Liew</dc:creator>
				<category><![CDATA[geeky]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[google app engine]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://times.jayliew.com/2008/06/13/my-app-engine-wall/</guid>
		<description><![CDATA[I was messing around with Google&#8217;s App Engine this week, and learning some Python (the programming language, not the snake! I had someone ask me that) at the same time. App Engine (for scalability reasons) does not support SQL, but instead provide and API they call Datastore for persistent storage. For the app I made, [...]]]></description>
		<wfw:commentRss>http://times.jayliew.com/2008/06/13/my-app-engine-wall/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
