Re: [Tutor] basic plotting questions (pyplot vs matplotlib, etc)

2007-03-04 Thread Alan Gauld
"Che M" <[EMAIL PROTECTED]> wrote > 1) Of pyplot or matplotlib, which might you recommend? Sorry, no real experience of either. > 2) What does "DC" mean? As in wxDC? I'm guessing, but based on my previous experience of other GUIs, it will be a Device Context. A DC is a concept which tries

[Tutor] basic plotting questions (pyplot vs matplotlib, etc)

2007-03-04 Thread Che M
I'd like to learn to use basic plotting in a wxPython GUI app, with plots embedded in the GUI. Some questions about this: 1) Of pyplot or matplotlib, which might you recommend? My needs are: - embedded plots in GUI (either can AFAIK) - basic point/line/pie/bar graphs, regression lines, clickabl

[Tutor] How does datetime.now() get timezone?

2007-03-04 Thread Christopher Arndt
Hi all, this is maybe more of a Linux question or about how Python plays together with the OS: I have a virtual server on which I installed Ubuntu Dapper LTS with a minimal install plus the things I needed. If I do from datetime import datetime t = datetime.now() there, 't' is a naive datetme o

Re: [Tutor] httpd in your laptop?!? serve web pages and wikis in y our notebook?

2007-03-04 Thread Kent Johnson
Andreas Kostyrka wrote: > forth and postscript are both rpn notated languages. stack oriented > languages include also other stuff, e.g. the jvm assembly language. The CPython virtual machine is also a stack-based language. The operations are defined here: http://python.org/doc/current/lib/byte

Re: [Tutor] httpd in your laptop?!? serve web pages and wikis in y our notebook?

2007-03-04 Thread Andreas Kostyrka
forth and postscript are both rpn notated languages. stack oriented languages include also other stuff, e.g. the jvm assembly language. (Although the security verifier does place rather strict limitations on the allowed stuff) but that's where the common things end. forth is a lowlevel language t

Re: [Tutor] Lamdas and locality

2007-03-04 Thread Michael Meier
Thanks for your answer and your workaround! There's always something to learn about lambdas and variable scope in Python ;) I'm sorry I didn't delete the quoted Tutor Digest part, it was a stupid mistake :( cheers, Michael ___ Tutor maillist - Tutor