Re: [Matplotlib-users] How Does One Learn to Use MatPlotLib? (PUG)

2010-02-12 Thread Gökhan Sever
On Fri, Feb 12, 2010 at 10:37 AM, Wayne Watson  wrote:

> I'm beginning to read aboutPython OOP, classes, inheritance and the like.
> It seems like an understanding of those concepts is key to understanding how
> the import needs are met.
>
> --
> "Crime is way down. War is declining. And that's far from the good news."
> -- Steven Pinker (and other sources) Why is this true, but yet the media
> says otherwise? The media knows very well how to manipulate us (see limbic,
> emotion, $$). -- WTW
>

I suggest you studying these books:

http://homepage.mac.com/s_lott/books/index.html

I learnt a great deal of information from the Python for Programmers title.

Besides you can take a look at Fernando's starter page at
http://fperez.org/py4science/starter_kit.html You can find many valuable
general Python sources listed there (especially tutorial videos from
PyCon09)

I can also suggest you trying Eclipse + PyDev combination. PyDev makes
debugging and following the flow of your programs very easier. For instance;

Try:

import matplotlib.pypot as plt
plt.plot(range(10))
plt.show()

and set a breakpoint in the first line and step into the matplotlib code to
see how it flows.

-- 
Gökhan
--
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users


Re: [Matplotlib-users] How Does One Learn to Use MatPlotLib? (PUG)

2010-02-12 Thread Wayne Watson
I'm beginning to read aboutPython OOP, classes, inheritance and the 
like. It seems like an understanding of those concepts is key to 
understanding how the import needs are met.
-- 
"Crime is way down. War is declining. And that's far from the good 
news." -- Steven Pinker (and other sources) Why is this true, but yet 
the media says otherwise? The media knows very well how to manipulate us 
(see limbic, emotion, $$). -- WTW

--
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users


Re: [Matplotlib-users] How Does One Learn to Use MatPlotLib? (PUG)

2010-02-11 Thread Wayne Watson
Well, here's an interesting twist on help, PUG, Python Users Groups. A 
world wide list is at ., 
The nearest one to me is near San Jose, CA about 180 miles from here, 
and meets the fourth Thursday of the month. Fortunately, I travel down 
there fairly often to visit friends and family. I think I'll mark my 
calendar.
-- 
"Crime is way down. War is declining. And that's far from the good 
news." -- Steven Pinker (and other sources) Why is this true, but yet 
the media says otherwise? The media knows very well how to manipulate us 
(see limbic, emotion, $$). -- WTW

--
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users