¡@

Home 

python Programming Glossary: monty

Python many-to-one mapping (creating equivalence classes)

http://stackoverflow.com/questions/1921027/python-many-to-one-mapping-creating-equivalence-classes

sketches and all the actors as two equivalence classes. monty 'parrot' 'sketch' 'spam' 'sketch' 'cheese_shop' 'sketch' 'Cleese'.. 'Cleese' 'actor' 'Gilliam' 'actor' 'Palin' 'actor' monty 'Gilliam' 'actor' 'Cleese' 'actor' 'parrot' 'sketch' 'spam'.. That's quite awkward I would prefer having something like monty 'parrot' 'spam' 'cheese_shop' 'sketch' 'Cleese' 'Gilliam' 'Palin'..

How do I pass large numpy arrays between python subprocesses without saving to disk?

http://stackoverflow.com/questions/5033799/how-do-i-pass-large-numpy-arrays-between-python-subprocesses-without-saving-to-d

before saving to disk but it'd be nice to pass the full monty to the 'master' process. python numpy subprocess pass by reference..