[EMAIL PROTECTED] wrote:
> This site and webpage in particular doesn't open. I tried that too
> before posting my question.
>
There seems to be a nice cookbook:
http://www.scipy.org/Cookbook/Matplotlib
Jakub
--
http://mail.python.org/mailman/listinfo/python-list
[EMAIL PROTECTED] wrote:
> hi
>
> I've started learning python. I was typing from a tutorial,
> and I fail to indent on an inner loop.
> I got an error and all my previous typed lines are gone.
> is there a way to prevent this.
> i don't mind editing the last line, but to lose all the previous lin
t;
10
>>>
Should I take as granted that IPython might in some cases access an
attribute
of an object more than once even in face of side effects, or is this a bug?
Regards,
Jakub Hegenbart
--
http://mail.python.org/mailman/listinfo/python-list
On Wed, 07 Nov 2007 01:37:00 +0100, Chris Mellon <[EMAIL PROTECTED]> wrote:
> Are there languages where closures *don't* behave like this? A closure
> that used a copy of the state rather than the actual state itself
> doesn't seem as useful. For references sake, JavaScript (the only
> language th