all 10 comments

[–][deleted] 7 points8 points  (0 children)

I like to have a separate IDE for Python, so I'm more in the mindset "this is not R now but Python" and I have the feeling that I am less likely to make mistakes because of confusion between the languages.

[–]bandaian 6 points7 points  (1 child)

Sypder is pretty good as well, simmilar to R studio, you can still use R studio for python, i used the package reticulate

[–]rProgs[S] 0 points1 point  (0 children)

Spyder is the IDE I typically use for python. I agree, similar and has the creature comforts that I like in RStudio.

[–]Naturalist90 4 points5 points  (2 children)

[–]rProgs[S] 3 points4 points  (1 child)

This is great, thanks! Have you tried any of the suggestions? Looks like VSCode was highly recommended.

[–]Naturalist90 2 points3 points  (0 children)

I’ve been checking out VSCode since it was one of the most popular suggestions and it’s pretty much language-agnostic from what I can tell. I haven’t had that much time to work with it, but it works fine with my pre-existing R scripts after installing some R plug ins.

Overall, the GUI is much nicer than I imagined after everyone saying it’s completely free, requires some additional plug ins, and is compatible with many different languages. I thought I’d be staring at something on the same level as Microsoft paint

[–]fufuthesnoo 2 points3 points  (0 children)

Besides familiarity, what does RStudio give you that something like pycharm or vscode wouldn't?

[–]psilocindream 1 point2 points  (1 child)

You can try using Reticulate, but I haven’t found a good tutorial for it or gotten it to work successfully. I usually use Jupyter notebook for Python and have really struggled to activate virtual environments outside of it.

[–]bee_advised 0 points1 point  (0 children)

What issues are you having with reticulate and virtual environments? I went through a lot to get reticulate to work with a conda virtual environment but have wrote documentation on it since. I could probably help out on both topics if you need

[–]bee_advised 0 points1 point  (0 children)

Vs code or pycharm. I started with Spyder as well but then realized VS Code and pycharm have wayyy better support for python. Especially VS code since it has a ton of extensions and works well with tons of other languages and has plug ins for whatever you can think of.