top | item 41428615

(no title)

YWall39 | 1 year ago

yes, number 1 reason why the researchers around me pick R. RStudio just works.

I had to run someone's 10 year old R workflow last week. Ran perfectly.

Last years python code will not run unless someone was careful enough to make a requirements.txt. Try explaining that to the non computer scientists. My python support colleague runs into that constantly. She is not a happy support person.

discuss

order

hot_gril|1 year ago

Same with NodeJS. The way it does package management is more "Pythonic" than Python. Even importing your own files is simpler, just relative paths instead of the __init__.py and packages.