How to Use GitHub Copilot for Data Science (Python + VS Code)

Поділитися
Вставка
  • Опубліковано 30 вер 2024

КОМЕНТАРІ • 27

  • @ryanswanson6893
    @ryanswanson6893 Рік тому +3

    Dave,
    Your videos are changing my life.
    I can already see it happening in my work this morning, and I incorporated the findings from this video only yesterday. I am a consulting engineer, and I am increasingly using data science for mechanical system controls diagnosis and optimization, so this is huge stuff for turbocharging my trajectory.
    Thank you for posting your educational material. It is high quality, and I appreciate the effort you put in.
    - Ryan

    • @daveebbelaar
      @daveebbelaar  Рік тому +1

      Thanks Ryan, love to hear that my videos are helping you in your work! 🙏🏻

  • @newdatascientis-op3pj
    @newdatascientis-op3pj Рік тому +1

    I just new to VSC. How to show interactive result on the right? I will check ur video. Thx

    • @daveebbelaar
      @daveebbelaar  Рік тому +1

      Check out this video: ua-cam.com/video/zulGMYg0v6U/v-deo.html

  • @lfmtube
    @lfmtube 5 місяців тому

    Great Video! You just convinced me to subscribe. Copilot Lab seems magica! Thanks! 👍👍

  • @paulntalo1425
    @paulntalo1425 6 місяців тому

    I have been missing out on such great nuggets for AI mentorship. Am glad I found your channel. I was lost in of too many online brands

  • @iftrejom
    @iftrejom Рік тому

    This is amazing, but how do I use Github Copilot in Jupyter notebooks for VSCode?

  • @mysticaltech
    @mysticaltech Рік тому

    Man, I know Github Copilot and use it daily, but still watching your video, just in case. Great stuff man, love your enthusiasm, the music and your voice. You make us powerful!

  • @PascalFriedrich-tv3gq
    @PascalFriedrich-tv3gq Рік тому

    How good is it in finding bugs that are "spread" or connected over multiple files? Can it help with this?

  • @aiden3085
    @aiden3085 Рік тому

    Hi greate video, how do you manage to get interactive mode beside your script? I didn't see #%% in your code.

  • @pedroalves7290
    @pedroalves7290 Рік тому

    Could you make a video about POO applied for data science, please? When to use, how to use and how to turn jupyter notebook code into python scripts ready for production.

  • @animel8ve
    @animel8ve Рік тому

    Hi Dave, thank you for your great videos. How do you like the copilot compared to the hugging face plug in for vs code?

  • @aoeu256
    @aoeu256 Рік тому

    The make more robust thingy is just adding book keeping code, if you had errors in your code it will show the source code if your code is written in a self-commenting way.

  • @saremish
    @saremish Рік тому

    Very informative and helpful!

  • @luisaurso
    @luisaurso Рік тому

    Very good video. Thanks for sharing

  • @manish_d_
    @manish_d_ Рік тому

    dave you are the best thing that happened to me in my data science career. thanks a lot and please do not stop uploading your videos.

  • @guaje
    @guaje Рік тому

    I tried it and it also changed the way I was programming. Once my trial ended I was trying to find a free or open-source solution until I came across codeium. I would love to know your opinion about github copilot vs codeium from a DS perspective.

    • @daveebbelaar
      @daveebbelaar  Рік тому +1

      I haven't looked into codeium, but I will check it out!

  • @asieharati
    @asieharati Рік тому

    Dave, this is great! I don't think I can go back without copilot/lab! Thank you so much for your great videos!

  • @michaelgrubhofer1216
    @michaelgrubhofer1216 Рік тому

    Great!

  • @JeongLee-b5v
    @JeongLee-b5v Рік тому

    Wow! What is the theme used in vscode?

  • @Buhassan5656
    @Buhassan5656 Рік тому

    mmmmmmm, do you think this would replace us one day??

    • @daveebbelaar
      @daveebbelaar  Рік тому +2

      It won't be taking over the jobs of data scientists anytime soon, but it's definitely going to shake things up in the data science world. We still need humans to assess the problem, the data, and the predictions generated by AI. However, we can't deny that AI's capabilities are growing at an incredible rate, and it's hard to predict just how much it will change the game. So, yeah, things are definitely going to get interesting!

    • @pandalanhukuk804
      @pandalanhukuk804 Рік тому

      Did the calculator replace us humans? Of course not, you have to use it in order to not get replaced.

    • @aoeu256
      @aoeu256 Рік тому

      It will replace people who are just code monkeys. However, most of the uses of the tools seem to simply add code like the make the code more robust option... If the code had errors it would be better to look at the source code rather than just an error message.