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