Re: [EuroPython] How to get all the variables in a python shell

2008-05-29 Thread Laura Creighton
In a message of Thu, 29 May 2008 08:25:21 +0200, "Harald Armin Massa" writes: >If you need earlier progress, please move your question to >comp.lang.python, the Usenet group / mailinglist to discuss this kind >of things. Conveniently available via gmane or google news. > Harald forgot to tell you

Re: [EuroPython] How to get all the variables in a python shell

2008-05-28 Thread ri
ginal Message- From: Harald Armin Massa [mailto:[EMAIL PROTECTED] Sent: Thursday, May 29, 2008 3:25 PM To: 黎 新懿 Cc: [email protected] Subject: Re: [EuroPython] How to get all the variables in a python shell Noname-san. thank you very much for your interest in Python. This list is fo

Re: [EuroPython] How to get all the variables in a python shell

2008-05-28 Thread Harald Armin Massa
Noname-san. thank you very much for your interest in Python. This list is for the discussion of the EuroPython conference, Monday 7th July - Saturday 12th July at the Reval Hotel Lietuva , Vilnius, Lithuania. You are heartly invited to come there, we are quite sure there are lots of people there

[EuroPython] How to get all the variables in a python shell

2008-05-28 Thread ri
Hi! I'm currently working on a scientific computation software built in python. What I want to implement is a Matlab style command window <-> workspace interaction. For example, you type 'a=1' in the command window, and you see a list item named 'a' in the workspace. You double click the ico