Re: [Tutor] Basics

2010-10-11 Thread Francesco Loffredo
On 28/09/2010 12.05, Alan Gauld wrote: If you are already fairly experienced you might find the Python Challenge web site a fun way to learn too. www.pythonchallenge.com I didn't know of this site, it's VERY interesting and funny! Thank you, Alan. Francesco Nessun virus nel messaggio in uscit

Re: [Tutor] Basics

2010-09-28 Thread Alan Gauld
"Cameron Macleod" wrote I'm relatively new to this mailing list (and python!) and I would greatly appreciate some exercises to try or something to get me familiar with the system. Are you new to programming? Or just new to Python? In erither case there are a wealth of tutorials suited to

[Tutor] Basics

2010-09-28 Thread Cameron Macleod
Hi, I'm relatively new to this mailing list (and python!) and I would greatly appreciate some exercises to try or something to get me familiar with the system. Thanks, Cameron Macleod ___ Tutor maillist - Tutor@python.org To unsubscribe or change sub

Re: [Tutor] basics of passing arguments to make a graph

2007-03-23 Thread Alan Gauld
"Che M" <[EMAIL PROTECTED]> wrote > I've been trying to make basic plots (line graphs) > using the pyplot module in wxPython. > class PlotPanel(wx.lib.plot.PlotCanvas): > def __init__(self, *args, **kwargs): > wx.lib.plot.PlotCanvas.__init__(self, *args, **kwargs) > self.Dra

[Tutor] basics of passing arguments to make a graph

2007-03-22 Thread Che M
Hi, this is some *really* beginner Python stuff, hope you folks could help me. I've been trying to make basic plots (line graphs) using the pyplot module (wx.lib.plot) in wxPython. So far, so good. To start, I can use a class like this (adapted from a demo) to draw a pre-defined graph: cla

Re: [Tutor] Basics

2005-05-06 Thread Danny Yoo
On Fri, 6 May 2005, Evi Wyns wrote: > I know this is probably too soon still. I am busy with classes at the > moment and I am having a difficult time understanding the use of > classes... do you have a good tutorial or good explanation for me how to > understand classes more better? Hi Evi, Yo

[Tutor] Basics

2005-05-06 Thread Evi Wyns
I am studying the basics for programming in Python at the moment. I have been studying Python in that past too because I heard the language is really flexible and a great use for scripting too. I am working on OS's like Windows XP and Unix Open BSD at the moment and am trying to figure out what the