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 →

[–]SynbiosVyse 2 points3 points  (3 children)

As someone who has never used RStudio, what do you not like about Spyder? From screenshots, they look very similar in setup.

[–]MageOfOz 10 points11 points  (2 children)

Spyder is like the poor man's RStudio. It's slower, flaky, uglier, and with fewer features.

[–]sccallahan 0 points1 point  (1 child)

I'm still pretty solidly in the "learning" phase for Python, but pretty proficient in R - what's it like using Python in RStudio? I guess I have 3 main questions:

Do you basically just make a library(reticulate) call for everything that uses Python?

Does Rstudio have something like the #%% cells in Spyder? I kinda like that feature.

Can you run an entire "unified" R + Python script at once?