<?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 on: Getting started with Python and Django in 23 frustrating steps</title>
	<atom:link href="http://joshduck.com/blog/2010/02/27/getting-started-with-python-and-django-in-23-frustrating-steps/feed/" rel="self" type="application/rss+xml" />
	<link>http://joshduck.com/blog/2010/02/27/getting-started-with-python-and-django-in-23-frustrating-steps/</link>
	<description>It's a blog about the web, by Josh. Geddit?</description>
	<lastBuildDate>Mon, 31 Jan 2011 18:23:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: zimok</title>
		<link>http://joshduck.com/blog/2010/02/27/getting-started-with-python-and-django-in-23-frustrating-steps/comment-page-1/#comment-11784</link>
		<dc:creator>zimok</dc:creator>
		<pubDate>Tue, 07 Sep 2010 14:54:15 +0000</pubDate>
		<guid isPermaLink="false">http://joshduck.com/blog/?p=70#comment-11784</guid>
		<description>Ahahahsa, it made me smile :)

I&#039;m a so-called Python lover. I&#039;ve to admit it: I agree with you on some points. On some other points I think you&#039;d better taking a different approach, to avoid frustration.

1) Use Linux! I don&#039;t want to appear like a prophet or a &quot;I&#039;m-better-than-you-because-I&#039;m-a-linux-hacker&quot; guy. I only know and can prove that programming on Linux (particularly with Python) is 1000 times better. I installed Python, Virtualenv, setuptools, MySQLdb on my CentOS in less than 5 minutes, without any pain.

2) MySQLdb: well, I agree with you. It&#039;s a mess one of the most famous multi-purpose language doesn&#039;t come with a support to the most used rdbms. No excuses.

3) Django: I hope you could have appreciated it, anyway, I&#039;d like to hear further feedbacks from you about this.</description>
		<content:encoded><![CDATA[<p>Ahahahsa, it made me smile <img src='http://joshduck.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I&#8217;m a so-called Python lover. I&#8217;ve to admit it: I agree with you on some points. On some other points I think you&#8217;d better taking a different approach, to avoid frustration.</p>
<p>1) Use Linux! I don&#8217;t want to appear like a prophet or a &#8220;I&#8217;m-better-than-you-because-I&#8217;m-a-linux-hacker&#8221; guy. I only know and can prove that programming on Linux (particularly with Python) is 1000 times better. I installed Python, Virtualenv, setuptools, MySQLdb on my CentOS in less than 5 minutes, without any pain.</p>
<p>2) MySQLdb: well, I agree with you. It&#8217;s a mess one of the most famous multi-purpose language doesn&#8217;t come with a support to the most used rdbms. No excuses.</p>
<p>3) Django: I hope you could have appreciated it, anyway, I&#8217;d like to hear further feedbacks from you about this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josef Fragozo</title>
		<link>http://joshduck.com/blog/2010/02/27/getting-started-with-python-and-django-in-23-frustrating-steps/comment-page-1/#comment-11144</link>
		<dc:creator>Josef Fragozo</dc:creator>
		<pubDate>Mon, 23 Aug 2010 17:36:44 +0000</pubDate>
		<guid isPermaLink="false">http://joshduck.com/blog/?p=70#comment-11144</guid>
		<description>Hi mate, I saw you run a couple of ads on your site.
I&#039;m actually making some extra money from my website using a wordpress ad plugin.
I would send you the link but don&#039;t wanna get flagged as spam here, so just do a quick search on Google for &#039;oiopublisher&#039; and go ahead with the first result.
They have a demo site so you can give it a free test run, but believe me: You&#039;ll love it and it&#039;ll make you some extra cash selling advertising directly from your wordpress blog - keep 100% of the revenue and control who advertises!
If you decide to buy, enter discount code &#039;SOLAR-X&#039; to get it 10 bugs cheaper - my little gift to you for hosting this great blog!
Keep up the good work, Josef Fragozo

(If you need more info or wanna get in touch, you can contact me at NewsReader(at)s0ny.net)</description>
		<content:encoded><![CDATA[<p>Hi mate, I saw you run a couple of ads on your site.<br />
I&#8217;m actually making some extra money from my website using a wordpress ad plugin.<br />
I would send you the link but don&#8217;t wanna get flagged as spam here, so just do a quick search on Google for &#8216;oiopublisher&#8217; and go ahead with the first result.<br />
They have a demo site so you can give it a free test run, but believe me: You&#8217;ll love it and it&#8217;ll make you some extra cash selling advertising directly from your wordpress blog &#8211; keep 100% of the revenue and control who advertises!<br />
If you decide to buy, enter discount code &#8216;SOLAR-X&#8217; to get it 10 bugs cheaper &#8211; my little gift to you for hosting this great blog!<br />
Keep up the good work, Josef Fragozo</p>
<p>(If you need more info or wanna get in touch, you can contact me at NewsReader(at)s0ny.net)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Marble</title>
		<link>http://joshduck.com/blog/2010/02/27/getting-started-with-python-and-django-in-23-frustrating-steps/comment-page-1/#comment-6366</link>
		<dc:creator>David Marble</dc:creator>
		<pubDate>Thu, 04 Mar 2010 22:53:16 +0000</pubDate>
		<guid isPermaLink="false">http://joshduck.com/blog/?p=70#comment-6366</guid>
		<description>This guy compiled various MySQLDB binaries for Python 2.6 on Windows (32 and 64-bit):

http://www.codegood.com/archives/4</description>
		<content:encoded><![CDATA[<p>This guy compiled various MySQLDB binaries for Python 2.6 on Windows (32 and 64-bit):</p>
<p><a href="http://www.codegood.com/archives/4" rel="nofollow">http://www.codegood.com/archives/4</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

