<?xml version="1.0" encoding="iso-8859-1"?><!-- Copyright (C) 2000-2013 - Developer Shed, LLC. -->
<rss version="2.0">
<channel>
<title>Dev Shed - Python Programming Forum</title>
<link>http://forums.devshed.com/python-programming-11/</link>
<description>Dev Shed Forums - Programming Help and Tutorials for all development technologies - RSS Feeds</description>
<language>en-us</language>
<lastBuildDate>Wed, 19 Jun 2013 05:05:38 -0400</lastBuildDate>
<pubDate>Wed, 19 Jun 2013 05:05:38 -0400</pubDate>
<item><title>Dev Shed Forums  - Had problem in printing serial data on Tkinter window.</title>
<pubDate>Sat, 15 Jun 2013 06:07:58 -0400</pubDate>
<link>http://forums.devshed.com/python-programming-11/had-problem-in-printing-serial-data-on-tkinter-window-946932.html</link>
<description><![CDATA[Date: June 19th, 2013 04:04 AM - srinivas.rambha - Untitled
Post: @Dwblas
 i got it at last,  your code helped me for reference. thank you and appreciated.But still i had a small issue.
in the code  
[self.root.after(1500, self.process_serial)]
the first text will display and wait for 1500ms, t...]]></description>
<guid>http://forums.devshed.com/python-programming-11/had-problem-in-printing-serial-data-on-tkinter-window-946932.html</guid>
</item>
<item><title>Dev Shed Forums  - Print elements of an array</title>
<pubDate>Mon, 17 Jun 2013 13:32:53 -0400</pubDate>
<link>http://forums.devshed.com/python-programming-11/print-elements-of-an-array-947040.html</link>
<description><![CDATA[Date: June 18th, 2013 08:56 PM - Scorpions4ever - Untitled
Post: Took me a while, but I think I now know what the original poster was asking. Consider the following matrix

1  2  3
4  5  6
7  8  9

Now imagine someone drew the letter 'Z' in the matrix. Basically, the code should print out tho...]]></description>
<guid>http://forums.devshed.com/python-programming-11/print-elements-of-an-array-947040.html</guid>
</item>
<item><title>Dev Shed Forums  - 3D coordinate problems</title>
<pubDate>Tue, 18 Jun 2013 05:45:19 -0400</pubDate>
<link>http://forums.devshed.com/python-programming-11/3d-coordinate-problems-947080.html</link>
<description><![CDATA[Date: June 18th, 2013 11:10 AM - HapticMan - Untitled
Post: Thanks, I've tried that before with no luck but I'll give it a think and come back....]]></description>
<guid>http://forums.devshed.com/python-programming-11/3d-coordinate-problems-947080.html</guid>
</item>
<item><title>Dev Shed Forums  - Help needed with web app architecture</title>
<pubDate>Tue, 18 Jun 2013 11:03:08 -0400</pubDate>
<link>http://forums.devshed.com/python-programming-11/help-needed-with-web-app-architecture-947099.html</link>
<description><![CDATA[Date: June 18th, 2013 04:17 PM - Nyktos - Untitled
Post: A better way is to use a template engine such as Mako, which basically does all that stuff for you in a nicer way....]]></description>
<guid>http://forums.devshed.com/python-programming-11/help-needed-with-web-app-architecture-947099.html</guid>
</item>
<item><title>Dev Shed Forums  - Complete beginner - trying to understand my mistake. 3.3.2.</title>
<pubDate>Tue, 18 Jun 2013 12:14:22 -0400</pubDate>
<link>http://forums.devshed.com/python-programming-11/complete-beginner-trying-to-understand-my-mistake-3-3-2t-947105.html</link>
<description><![CDATA[Date: June 18th, 2013 07:41 PM - Mekire - Untitled
Post: You seem to be confusing &quot;==&quot; with &quot;=&quot;.  Use &quot;==&quot; when testing equality, and use &quot;=&quot; when assigning a value.
# This program is my first Python program.
print('Hello mysterious life form!')
print('Wha...]]></description>
<guid>http://forums.devshed.com/python-programming-11/complete-beginner-trying-to-understand-my-mistake-3-3-2t-947105.html</guid>
</item>
<item><title>Dev Shed Forums  - Type vs class in Python?</title>
<pubDate>Tue, 18 Jun 2013 14:27:44 -0400</pubDate>
<link>http://forums.devshed.com/python-programming-11/type-vs-class-in-python-947111.html</link>
<description><![CDATA[Date: June 18th, 2013 08:51 PM - Scorpions4ever - Untitled
Post: 
Also, what is the difference between is-a and has-a relationship in Python?
is-a relationship means that the child class inherits the parent's methods. A has-a relationship means that a class contains an instance of another class,...]]></description>
<guid>http://forums.devshed.com/python-programming-11/type-vs-class-in-python-947111.html</guid>
</item>
<item><title>Dev Shed Forums  - Problems with datetime(again)</title>
<pubDate>Tue, 18 Jun 2013 19:27:26 -0400</pubDate>
<link>http://forums.devshed.com/python-programming-11/problems-with-datetime-again-947127.html</link>
<description><![CDATA[Date: June 18th, 2013 07:27 PM - Mr909 - Problems with datetime(again)
Post: So awhile ago I asked a question in regards to datetime instantiation and the result I have seemed satisfactory enough...

and then I didn't check it. I got bored and moved on. I have ADD. :P

So yeah, here's the code...]]></description>
<guid>http://forums.devshed.com/python-programming-11/problems-with-datetime-again-947127.html</guid>
</item>
<item><title>Dev Shed Forums  - Order of Coefficient levels in UWT wavelet</title>
<pubDate>Wed, 19 Jun 2013 00:48:40 -0400</pubDate>
<link>http://forums.devshed.com/python-programming-11/order-of-coefficient-levels-in-uwt-wavelet-947135.html</link>
<description><![CDATA[Date: June 19th, 2013 12:48 AM - ErnestGr - Order of Coefficient levels in UWT wavelet
Post: Hi,

It seems to me that the order of coefficient levels in UWT wavelet from mlpy library is higher level coefficients on the right and first level on the left. DWT have the opposite order.

I need help...]]></description>
<guid>http://forums.devshed.com/python-programming-11/order-of-coefficient-levels-in-uwt-wavelet-947135.html</guid>
</item>
</channel>
</rss>
