Hacker News new | ask | show | jobs
by bugsbunnyak 5425 days ago
Doing data massaging is IMHO painful in R and Matlab, and this is often a huge part of the code. RPy looks like it has fairly usable syntax (eg seems to support Python-style arguments rather than nasty compiled strings) so I'm hoping I can get away with doing my scaffolding in Python and calling R stuff when needed as more or less another library....