Re: 3D plotting in a GUI

2009-04-08 Thread Baris Demir
Stef Mientki wrote: Baris Demir wrote: Hi all, I need to develop a GUI for some scientific data processing operations and this GUI should work well with a 3D plotting module, also with NumPy and SciPy for sure. I made a search about packages but, there are plenty of these modules available

3D plotting in a GUI

2009-04-07 Thread Baris Demir
Hi all, I need to develop a GUI for some scientific data processing operations and this GUI should work well with a 3D plotting module, also with NumPy and SciPy for sure. I made a search about packages but, there are plenty of these modules available. What kind of a package or a package of p

Re: function scope

2009-02-03 Thread Baris Demir
Tim Roberts wrote: Mike Kent wrote: On Feb 2, 6:40 pm, Baris Demir wrote: def simpleCut(d=dict()): temp=d for i in temp.keys(): if(temp[i] == ...) : temp[i]=new_value return temp You have been bitten by the shared default

function scope

2009-02-02 Thread Baris Demir
Hi everybody, I am quite new to python and using it for my thesis. Luckily I found out some kind of behavior surprising to me and so unwanted in my code. I could not find any explanation, so solution for the code. It is simply like this: /*li = another_module.global_variable f=simpleCut(li)