Introducing the New Data Science IDE for Python (and R) Users

Sdílet
Vložit
  • čas přidán 24. 08. 2024

Komentáře • 24

  • @Aaqib..
    @Aaqib.. Před měsícem +3

    Yeah, using it for a few days now, haven't used R studio since then. Love it so far

  • @matthewson8917
    @matthewson8917 Před měsícem +3

    This is truly an exciting news. I've been using RStudio and was considering switching to VScode due to its limited support for console management and server computing - and this would be a perfect fit. Thanks for sharing!

    • @BusinessScience
      @BusinessScience  Před měsícem +2

      Yep! Now you get the best of both worlds. 😊🙌

    • @YassineSouilmi
      @YassineSouilmi Před měsícem

      Positron has no ssh support yet.

    • @matthewson8917
      @matthewson8917 Před měsícem

      @@YassineSouilmi It seems Posit team have this feature in mind. Hopefully soon!

  • @andersonandolfatofilho5100
    @andersonandolfatofilho5100 Před měsícem +1

    matt, can i use python and R at same time ? in rstudio (markdown) using reticulate i can do, some chunks R and some python, and interchange objects between then, for instance r.cars or py.cars, to change de type of objetc.

    • @BusinessScience
      @BusinessScience  Před měsícem

      Yes you can. I’ll work up some examples next week and post them.

  • @SeanMissingham
    @SeanMissingham Před měsícem +2

    Seems interesting but I'm wondering how this really differs from Jupyter extension on VSCode (or DataSpell, which I use)

    • @BusinessScience
      @BusinessScience  Před měsícem +1

      I use the Jupyter interactive, which does work well. But this has some advantages like the ability to interactively drill into Python objects via the Variables Explorer. The Database Connections tab is great too.

  • @djangoworldwide7925
    @djangoworldwide7925 Před měsícem +1

    Im struggling with defifning keyboard shortcuts. I love my Shift+X to toggle focus from console to script.
    In rstudio you had this keybind, i dont think it exists there (i mean even the option to set a switch focus between with one key)

    • @BusinessScience
      @BusinessScience  Před měsícem

      I’ll look into it and post another video next week.

  • @Dominus_Ryder
    @Dominus_Ryder Před měsícem +1

    Thanks for sharing Matt. However, if you exclusively code in R, what benefit does this offer over the regular Rstudio IDE?

    • @BusinessScience
      @BusinessScience  Před měsícem +3

      If you never plan to do multi-language or use Python at all, then there probably isn't a huge benefit for you to move. Rstudio IDE is designed for people like you who exclusively code in R, and it works really well. But, for me I've been doing a lot more in Python and R lately especially with AI so Positron will be a much lower barrier entry versus VSCode, especially for R users who are used to having everything taken care of with Rstudio (and things just working out of the box). Positron solves that and gives you VSCode Extensions and all the benefits of VSCode from what I can tell.

    • @LifelongStudentBelgium
      @LifelongStudentBelgium Před měsícem +1

      @@BusinessSciencebut you can use miniconda and use python in your markdown reports (ioslides, pdfs, ppt) so?

  • @AlexandreGontchiGontcharov
    @AlexandreGontchiGontcharov Před měsícem

    Great video Matt!
    What are the benefits/lacks of Positron IDE vs Jupyter Notebooks for python?
    I'm a huge fan of Rstudio IDE and the ability to quickly double click into my data frames, explore columns etc...
    but I've always preferred the way that in Jupyter Notebooks the output/plot(s) will be displayed right below your code and then you can easily develop your train of thought and also easily debug/iterated.

    • @BusinessScience
      @BusinessScience  Před měsícem +1

      It’s not Jupyter. But you can do Jupyter inside it. Haven’t tried it yet to see advantages or disadvantages. Will do so soon.

  • @joseoscardelgadobautista2105

    may be...

  • @mugomuiruri2313
    @mugomuiruri2313 Před měsícem +1

    good man