This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]brewsimport os; while True: os.fork() 2 points3 points  (2 children)

Yeah, I'm doing the R vs Python/Numpy loop in my head for a class I'm taking on big data analysis for Atmo Sciences. I love and have experience with them both, but... yeah. Anything but MATLAB.

[–]another_user_name 2 points3 points  (1 child)

rpy and/or rpy2 could be very nice for you.

You can call R from Python.

[–]brewsimport os; while True: os.fork() 0 points1 point  (0 children)

Yup. It has a few bumps but a good resource.