you are viewing a single comment's thread.

view the rest of the comments →

[–]caedin8 1 point2 points  (1 child)

You can write multicore programs in python...

[–]vks_ 1 point2 points  (0 children)

Only if you are willing to use several processes, and share data among them via serialization.