<?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: The dynamic of python</title>
	<atom:link href="http://blog.affien.com/archives/2004/12/29/the-dynamic-of-python/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.affien.com/archives/2004/12/29/the-dynamic-of-python/</link>
	<description>A few thoughts</description>
	<lastBuildDate>Tue, 02 Mar 2010 14:24:18 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Bas</title>
		<link>http://blog.affien.com/archives/2004/12/29/the-dynamic-of-python/comment-page-1/#comment-33</link>
		<dc:creator>Bas</dc:creator>
		<pubDate>Sat, 08 Jan 2005 09:19:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.w-nz.com/archives/2004/12/29/the-dynamic-of-python/#comment-33</guid>
		<description>Oops, corrected that typo ^^&#039;.</description>
		<content:encoded><![CDATA[<p>Oops, corrected that typo ^^&#8217;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zef Hemel</title>
		<link>http://blog.affien.com/archives/2004/12/29/the-dynamic-of-python/comment-page-1/#comment-23</link>
		<dc:creator>Zef Hemel</dc:creator>
		<pubDate>Wed, 29 Dec 2004 22:32:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.w-nz.com/archives/2004/12/29/the-dynamic-of-python/#comment-23</guid>
		<description>Weakly typed is actually something different. Weakly typed means that you can just cast some object to another class, and use it like it were one. Like in C where you can just cast an array of integers to an array of characters and access the allocated memory block as if they were characters. In Python you cannot do that. Python is a strongly (instead of weakly), dynamically (instead of statically, like Java) typed language.</description>
		<content:encoded><![CDATA[<p>Weakly typed is actually something different. Weakly typed means that you can just cast some object to another class, and use it like it were one. Like in C where you can just cast an array of integers to an array of characters and access the allocated memory block as if they were characters. In Python you cannot do that. Python is a strongly (instead of weakly), dynamically (instead of statically, like Java) typed language.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
