Encapsulation unpythonic?

2013-08-17 Thread fsaldan1
I am new to Python, with experience in Java, C++ and R. As I understand encapsulation is not a big thing in the Python world. I read that you can put two underscores before the name of a variable within a class declaration but in the many examples of code I looked at this is not widely used. I

multiprocessing

2013-07-09 Thread fsaldan1
I am a beginner with Python, coming from R, and I am having problems with parallelization with the multiprocessing module. I know that other people have asked similar questions but the answers were mostly over my head. Here is my problem: I tried to execute code in parallel in two ways: 1) In