<?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>dinotools.de Technik Blog &#187; Python</title>
	<atom:link href="http://blog.dinotools.de/category/programmiersprache/python/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.dinotools.de</link>
	<description>Interessantes und alltägliches rund um das Thema Technik</description>
	<lastBuildDate>Fri, 16 Jul 2010 23:30:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Sphinx &#8211; Python Dokumentations Generator</title>
		<link>http://blog.dinotools.de/2008/12/16/sphinx-python-dokumentations-generator</link>
		<comments>http://blog.dinotools.de/2008/12/16/sphinx-python-dokumentations-generator#comments</comments>
		<pubDate>Tue, 16 Dec 2008 11:40:45 +0000</pubDate>
		<dc:creator>PhiBo</dc:creator>
				<category><![CDATA[Entwicklung]]></category>
		<category><![CDATA[Programmiersprache]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Dokumentation]]></category>

		<guid isPermaLink="false">http://blog.dinotools.de/?p=468</guid>
		<description><![CDATA[Bei Sphinx handelt es sich um  ein Tool, mit dem sehr schön und schnell Dokumentationen für Python Projekte erstellt werden können. Einführung Wer selbst an einem Projekt arbeitet bzw. mitarbeitet, kennt vielleicht das Problem das die Dokumentation meistens viel zu kurz kommt. Sie ist meistens nur sehr kurz oder nur sehr schlecht. Die Dokumentation ist [...]]]></description>
		<wfw:commentRss>http://blog.dinotools.de/2008/12/16/sphinx-python-dokumentations-generator/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Python 3.0 erschienen</title>
		<link>http://blog.dinotools.de/2008/12/05/python-30-erschienen</link>
		<comments>http://blog.dinotools.de/2008/12/05/python-30-erschienen#comments</comments>
		<pubDate>Fri, 05 Dec 2008 10:07:06 +0000</pubDate>
		<dc:creator>PhiBo</dc:creator>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[Python 3.0]]></category>
		<category><![CDATA[Python 3000]]></category>

		<guid isPermaLink="false">http://blog.dinotools.de/?p=445</guid>
		<description><![CDATA[Vor 2 Tagen ist Python 3.0 (aka Python 3000 aka Py3k) erschienen. In Python 3.0 wurden viele veraltete Sachen entfernt. Weiterhin wurde das Verhalten von internen Objekten, wie Strings und Dicts, verändert und die Struktur der internen Bibliotheken reorganisiert. Damit ist Python 3.0 zu Python 2.x inkompatibel. Um Entwicklern die Umstellung von Python 2.x auf [...]]]></description>
		<wfw:commentRss>http://blog.dinotools.de/2008/12/05/python-30-erschienen/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Python Buch für Anfänger und Fortgeschrittene</title>
		<link>http://blog.dinotools.de/2008/05/22/python-buch-fuer-anfaenger-und-fortgesch</link>
		<comments>http://blog.dinotools.de/2008/05/22/python-buch-fuer-anfaenger-und-fortgesch#comments</comments>
		<pubDate>Thu, 22 May 2008 09:21:00 +0000</pubDate>
		<dc:creator>PhiBo</dc:creator>
				<category><![CDATA[Buch]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[OpenBook]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Vor ca. 1 1/2 Jahren hab ich erste Bekanntschaften mit Python gemacht. Seit dem hab ich ab und zu mal ein paar kleinere Anwendungen in Python geschrieben. Doch vor ca. 1-2 Monaten wollte ich etwas tiefer in die Materie einsteigen. Also suchte ich im Internet nach einer schönen Dokumentation. In erster Linie wollte ich mehr [...]]]></description>
		<wfw:commentRss>http://blog.dinotools.de/2008/05/22/python-buch-fuer-anfaenger-und-fortgesch/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pyrex &#8211; Python Module leicht gemacht</title>
		<link>http://blog.dinotools.de/2008/03/25/pyrex-python-module-leicht-gemacht</link>
		<comments>http://blog.dinotools.de/2008/03/25/pyrex-python-module-leicht-gemacht#comments</comments>
		<pubDate>Tue, 25 Mar 2008 23:06:49 +0000</pubDate>
		<dc:creator>PhiBo</dc:creator>
				<category><![CDATA[Anwendung]]></category>
		<category><![CDATA[C/C++]]></category>
		<category><![CDATA[Entwicklung]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Pyrex]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Mit Pyrex ist es leicht möglich Module für Python zu entwickeln. Python stellt Entwicklern eine C-API zum Entwickeln von extra Modulen zur Verfügung. Durch die C-API ist es möglich auch externe Bibliotheken und Funktionen leicht in Python einzubinden. Leider ist es aber teilweise etwas kompliziert die Variablen zwischen C und Python umzuwandeln. An dieser Stelle [...]]]></description>
		<wfw:commentRss>http://blog.dinotools.de/2008/03/25/pyrex-python-module-leicht-gemacht/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
