Hi! I’m interested in becoming a data scientist, I saw that there’s SQL tools like Workbench and DBeaver, and Spyder and Jupyter for Python, but what tools do you usually use? Any recommendations?

  • @InterestingSignal723
    link
    29 months ago

    I program in R and use Rstudio as an IDE when coding on my laptop. Else, I use the NVIM-R plugin for the VI editor when I code on the HPC. For R, apart from these two, you don’t need anything else.

    I also recommend the GitHub desktop client for interacting with GitHub.com.

    • @MoshpiritOP
      link
      19 months ago

      Cool! Thanks! I don’t see many people in data science working just with R, so it’s good to see your case :)