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
"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
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
"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
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
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
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