How to Automate Google Sheets with Python

Поделиться
HTML-код
  • Опубликовано: 22 авг 2024

Комментарии • 20

  • @mpeguru
    @mpeguru 10 месяцев назад +96

    Jake, thanks for your videos. I'm learning Python 100 days of code. Its very cool to see you do these easy projects in a way that makes sense to me.

    • @jakeeh
      @jakeeh  10 месяцев назад

      That’s amazing! I’m so happy you’re enjoying the videos! :)

  • @vitaliydominichenko7791
    @vitaliydominichenko7791 2 месяца назад

    Well done!

    • @jakeeh
      @jakeeh  2 месяца назад

      Thank you! 😊

  • @macavitymacavity126
    @macavitymacavity126 Год назад +2

    Great stuff! I would try to find some time tomorrow to try the assistant proyect.

    • @jakeeh
      @jakeeh  Год назад +2

      That’s awesome! Hope this was useful or just fun in some way :)

    • @costantinoserafini2252
      @costantinoserafini2252 11 месяцев назад

      @@jakeeh you're awesome

    • @jakeeh
      @jakeeh  11 месяцев назад +1

      Thank you so much! You’re awesome too 🙂

  • @ha_nguyen_146
    @ha_nguyen_146 Месяц назад

    thank you very much

    • @jakeeh
      @jakeeh  Месяц назад

      So happy it helped you in some way :)

  • @HyperUpscale
    @HyperUpscale 8 месяцев назад +1

    Well DONE!!!

    • @jakeeh
      @jakeeh  8 месяцев назад

      Thank you! :)

  • @yixian0716
    @yixian0716 6 месяцев назад

    hello i am new here may i know is there any difference with Google Sheet Official API?

    • @jakeeh
      @jakeeh  6 месяцев назад

      Do you mean the official API here: developers.google.com/sheets/api/guides/concepts and the one I'm using within App Script? I don't know if it's a 1 to 1 match, but you should be able to do most things from App Script just fine.

  • @user-kd7yf3lx7d
    @user-kd7yf3lx7d 10 месяцев назад

    Excuse me, is there anyting to do with python?

    • @jakeeh
      @jakeeh  10 месяцев назад

      This uses a mix of Python and JavaScript to be able to interface with Sheets so you can control whatever part of it you like.
      The reason this is so powerful is because the JavaScript part can be called from anything :)

  • @jwfans3127
    @jwfans3127 7 месяцев назад

    😮😮😮

    • @jakeeh
      @jakeeh  7 месяцев назад

      Thanks for your comment! Hope you enjoyed the video! :)

  • @GohOnLeeds
    @GohOnLeeds 8 месяцев назад

    Jake mate. Was happily following this tutorial until I get 10 minutes in, and I have to paste the code into some Python code that I have zero prior knowledge of and you don't even mention in this video what it is, lol. Doesn't really qualify as a tutorial unless you tell people what they need to do to make it runnable. Introducing 'random' code half way into the tutorial without introducing it .... not great :-) peace

    • @jakeeh
      @jakeeh  8 месяцев назад

      Hey 👋
      That’s a fair point. It’s always a bit of a fight between trying to make the video concise, while still making it useful. Sometimes that means a corner is cut that maybe shouldn’t be. My bad!
      Rest assured, all of the code for my videos are in the description of the video (and if they’re not they should be). The code for this video is all in the description. Happy to explain any parts that don’t make sense in the comments section too! :)