Re: [Tutor] python and kiviat diagrams

2009-12-23 Thread Emile van Sebille
On 12/23/2009 2:27 PM Albert-Jan Roskam said... I was studying the code on http://matplotlib.sourceforge.net/examples/api/radar_chart.html. Isn't it very unusual that a class is defined within a function? Not when defining factory creation functions which a quick look at this code confirms

Re: [Tutor] python and kiviat diagrams

2009-12-23 Thread Albert-Jan Roskam
I was studying the code on http://matplotlib.sourceforge.net/examples/api/radar_chart.html. Isn't it very unusual that a class is defined within a function? Why not use a class instance inside the function instead? No methods of the class can currently be inherited outside the scope of the funct

Re: [Tutor] print IP address range to stdout

2009-12-23 Thread MK
Am Dienstag, den 22.12.2009, 19:09 +0100 schrieb spir: > MK dixit: > > > First function the ip is splitted as i did it. Alright. > > The use 256 as it is the maximum for any digit. ok. > > But what is that ** and exp meaning > > > > --