<?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>m-eken &#187; Python</title>
	<atom:link href="http://m-eken.com/tag/python/feed/" rel="self" type="application/rss+xml" />
	<link>http://m-eken.com</link>
	<description></description>
	<lastBuildDate>Wed, 05 Oct 2011 19:17:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Some Python Code Lines for Xml</title>
		<link>http://m-eken.com/2010/08/23/some-python-code-lines-for-xml/</link>
		<comments>http://m-eken.com/2010/08/23/some-python-code-lines-for-xml/#comments</comments>
		<pubDate>Mon, 23 Aug 2010 20:49:43 +0000</pubDate>
		<dc:creator>Eken</dc:creator>
				<category><![CDATA[Hint]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[ChildNodes[]]]></category>
		<category><![CDATA[lastChild]]></category>
		<category><![CDATA[pop()]]></category>
		<category><![CDATA[Xml]]></category>

		<guid isPermaLink="false">http://m-eken.com/?p=662</guid>
		<description><![CDATA[p.childNodes[0].childNodes[0].lastChild.getAttribute("n") p.getElementsByTagName("youtube")[0].lastChild.getAttribute("n") int(x.childNodes[0].childNodes[0].lastChild.getAttribute("n")) ‎.lastChild.lastChild.childNodes.remove(aa.lastChild.lastChild.lastChild) x.childNodes[0].childNodes[3].childNodes.length childNodes[0].childNodes[ii].childNodes.pop().toxml() aa.childNodes[0].childNodes[0].childNodes.pop(0).toxml() e=x.childNodes[0].childNodes[enuzun].childNodes[0].getElementsByTagName("e")[0].firstChild.data]]></description>
			<content:encoded><![CDATA[<p><code>p.childNodes[0].childNodes[0].lastChild.getAttribute("n")<br />
p.getElementsByTagName("youtube")[0].lastChild.getAttribute("n")<br />
int(x.childNodes[0].childNodes[0].lastChild.getAttribute("n"))<br />
‎.lastChild.lastChild.childNodes.remove(aa.lastChild.lastChild.lastChild)<br />
x.childNodes[0].childNodes[3].childNodes.length<br />
childNodes[0].childNodes[ii].childNodes.pop().toxml()<br />
aa.childNodes[0].childNodes[0].childNodes.pop(0).toxml()<br />
e=x.childNodes[0].childNodes[enuzun].childNodes[0].getElementsByTagName("e")[0].firstChild.data</code></p>
]]></content:encoded>
			<wfw:commentRss>http://m-eken.com/2010/08/23/some-python-code-lines-for-xml/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Python Tkinter Treeview Get Values</title>
		<link>http://m-eken.com/2010/03/07/python-tkinter-treeview-get-values/</link>
		<comments>http://m-eken.com/2010/03/07/python-tkinter-treeview-get-values/#comments</comments>
		<pubDate>Sun, 07 Mar 2010 21:40:41 +0000</pubDate>
		<dc:creator>Eken</dc:creator>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[getvalues]]></category>
		<category><![CDATA[tkinter]]></category>
		<category><![CDATA[treeview]]></category>

		<guid isPermaLink="false">http://m-eken.com/?p=643</guid>
		<description><![CDATA[&#62;&#62;&#62;self.allrow.bind("",self.myFunc) &#62;&#62;&#62;def myFunc(self,event): allrow=allrow.mytreeview.item(self.mytreeview.selection()) print(allrow) print(allrow["values"][0]) {'text': '8', 'image': '', 'values': ['KARDAN ADAM', 'http://www.m-eken.com'], 'open': 0, 'tags': ''} Aruz &#62;&#62;&#62;]]></description>
			<content:encoded><![CDATA[<p><code><br />
&gt;&gt;&gt;self.allrow.bind("",self.myFunc)<br />
&gt;&gt;&gt;def myFunc(self,event):<br />
allrow=allrow.mytreeview.item(self.mytreeview.selection())<br />
print(allrow)<br />
print(allrow["values"][0])<br />
{'text': '8', 'image': '', 'values': ['KARDAN ADAM', 'http://www.m-eken.com'], 'open': 0, 'tags': ''}<br />
Aruz<br />
&gt;&gt;&gt;</code></p>
]]></content:encoded>
			<wfw:commentRss>http://m-eken.com/2010/03/07/python-tkinter-treeview-get-values/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

