<?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>Coder CPF_ &#187; python</title>
	<atom:link href="http://www.codercpf.be/tag/python/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codercpf.be</link>
	<description></description>
	<lastBuildDate>Fri, 27 May 2011 10:32:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Internship: An introduction</title>
		<link>http://www.codercpf.be/139/internship-an-introduction-2/</link>
		<comments>http://www.codercpf.be/139/internship-an-introduction-2/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 19:32:50 +0000</pubDate>
		<dc:creator>cpf_</dc:creator>
				<category><![CDATA[Blogroll]]></category>
		<category><![CDATA[Internship]]></category>
		<category><![CDATA[Plone]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[plone]]></category>
		<category><![CDATA[solr]]></category>

		<guid isPermaLink="false">http://www.codercpf.be/?p=139</guid>
		<description><![CDATA[My internship: Global search @ ugent.be Lagging a bit behind, I&#8217;m going to describe my internship. In a nutshell, my internship is about search, a whole lot of search. Since the portal site of the university at Ghent (http://www.ugent.be) is moving to and running Plone as its main CMS and a whole lot of data [...]]]></description>
		<wfw:commentRss>http://www.codercpf.be/139/internship-an-introduction-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>MySQLdb insert queries not working?</title>
		<link>http://www.codercpf.be/39/mysqldb-insert-queries-not-working/</link>
		<comments>http://www.codercpf.be/39/mysqldb-insert-queries-not-working/#comments</comments>
		<pubDate>Wed, 29 Oct 2008 22:39:12 +0000</pubDate>
		<dc:creator>cpf_</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[MySQLdb]]></category>

		<guid isPermaLink="false">http://www.codercpf.be/?p=39</guid>
		<description><![CDATA[So, you&#8217;re here on some quest to solve an issue where you do any amount of insert queries through MySQLdb but it doesn&#8217;t appear in the database? Well, I had exactly that issue. Took me ages to figure out why after moving an app to another server (with by design the same database, except for [...]]]></description>
		<wfw:commentRss>http://www.codercpf.be/39/mysqldb-insert-queries-not-working/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>trac + apache + mod_fastcgi</title>
		<link>http://www.codercpf.be/37/trac-apache-mod_fastcgi/</link>
		<comments>http://www.codercpf.be/37/trac-apache-mod_fastcgi/#comments</comments>
		<pubDate>Thu, 11 Sep 2008 10:15:11 +0000</pubDate>
		<dc:creator>cpf_</dc:creator>
				<category><![CDATA[python]]></category>
		<category><![CDATA[trac]]></category>

		<guid isPermaLink="false">http://www.codercpf.be/?p=37</guid>
		<description><![CDATA[So, as the title says, we&#8217;re going to install trac on apache using mod_fastcgi. Now, before we get off, some explanation on why I write this: As it is, I tried to follow the documentation on the official trac website. But it was unclear, and made me very confused. In the end, someone had to [...]]]></description>
		<wfw:commentRss>http://www.codercpf.be/37/trac-apache-mod_fastcgi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Django on apache + mod_fastcgi</title>
		<link>http://www.codercpf.be/35/django-on-apache-mod_fastcgi/</link>
		<comments>http://www.codercpf.be/35/django-on-apache-mod_fastcgi/#comments</comments>
		<pubDate>Sun, 31 Aug 2008 02:14:33 +0000</pubDate>
		<dc:creator>cpf_</dc:creator>
				<category><![CDATA[Django]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://www.codercpf.be/?p=35</guid>
		<description><![CDATA[Today I was configuring apache(2) under mod_fastcgi to get my django project working on it. It was requested since the testing would go on a similar-to-deployment method. So, I followed the guides at djangoproject but, as it seemed, I had some issues. Some were my own problem, some were not. After fixing them, I decided [...]]]></description>
		<wfw:commentRss>http://www.codercpf.be/35/django-on-apache-mod_fastcgi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Django + AJAX</title>
		<link>http://www.codercpf.be/32/django-ajax/</link>
		<comments>http://www.codercpf.be/32/django-ajax/#comments</comments>
		<pubDate>Thu, 28 Aug 2008 18:35:52 +0000</pubDate>
		<dc:creator>cpf_</dc:creator>
				<category><![CDATA[Django]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://www.codercpf.be/?p=32</guid>
		<description><![CDATA[With the past project, I&#8217;ve been using django all the way. Given the requirements for that project, I judged that we were going to be needing a lot of AJAX, and I immediatelly started looking around for ways to do this. Luckily, it was found pretty quickly. The is_ajax method Conveniently enough: django provides a [...]]]></description>
		<wfw:commentRss>http://www.codercpf.be/32/django-ajax/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using python?</title>
		<link>http://www.codercpf.be/30/using-python/</link>
		<comments>http://www.codercpf.be/30/using-python/#comments</comments>
		<pubDate>Tue, 26 Aug 2008 20:28:29 +0000</pubDate>
		<dc:creator>cpf_</dc:creator>
				<category><![CDATA[Django]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://www.codercpf.be/?p=30</guid>
		<description><![CDATA[While on my quest for a proper framework, which in the end I would like to use all the time, I stumbled upon django. &#8220;Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design.&#8221; This is how they describe the project. And quite correctly that is. While trying to figure [...]]]></description>
		<wfw:commentRss>http://www.codercpf.be/30/using-python/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WingWare</title>
		<link>http://www.codercpf.be/12/wingware/</link>
		<comments>http://www.codercpf.be/12/wingware/#comments</comments>
		<pubDate>Sat, 01 Dec 2007 15:07:01 +0000</pubDate>
		<dc:creator>cpf_</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[ide]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[wingware]]></category>

		<guid isPermaLink="false">http://www.codercpf.be/?p=12</guid>
		<description><![CDATA[In light of the recent python 3000 post I made here, I have been looking for some python-related stuff. In my search for a good IDE, i stumbled upon the wingware ide, proclaimed to be the best. And I agree! The wingware ide has already helped me understand some python more, and thanks to it&#8217;s [...]]]></description>
		<wfw:commentRss>http://www.codercpf.be/12/wingware/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

