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
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
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
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)