-
Notifications
You must be signed in to change notification settings - Fork 4
Home
mcook42 edited this page Aug 9, 2016
·
3 revisions
- Help R programmers learn Python
- Help convert old cumbersome, but useful R scripts into Python
- Aid in scientific computing as R is more difficult to parallelize than Python
- Basic R to Python 3 syntax converter
- Basic Python to R syntax converter (helps R programmers learn Python)
- Standard R library usage to Python usage
- The goal here is to be able to automatically reformat common R function calls into their Python equivalent (e.g. nls() to scipy.optimize())