Turn Google Sheets into Your Own Database with Python

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

КОМЕНТАРІ • 13

  • @johnzgallerie2827
    @johnzgallerie2827 4 дні тому

    What an excellent tutorial this is, thanks!

  • @hardiktyagi1955
    @hardiktyagi1955 2 роки тому +6

    Good video, would appreciate more if we can get a little more background on the options we are selected so that we can choose the right one that suits our project

    • @ThePyCoach
      @ThePyCoach  2 роки тому

      I’ll keep this in mind for future videos

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

    I am having error message "RefreshError: ('No access token in response.', {'id_token': ... " when I am trying to create my first google sheet as per your steps, can you suggest resource to go and solve this?

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

    how to rewrite the data? because, after the first creation of a table and writing data, the table is closed, and it can no longer be connected to it again. is there such a video?

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

    Thank you very very very Much.

  • @radekmojzis9829
    @radekmojzis9829 2 роки тому

    Very nice. Thank You.

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

    Было очень полезно!
    Спасибо!

  • @ShemaGoodness
    @ShemaGoodness 2 роки тому

    What program are you using for the Jason files?

    • @ThePyCoach
      @ThePyCoach  2 роки тому

      To read the JSON file I use the same IDE I use to write code in Python: Pycharm

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

    Hello Frank
    It is safe when you store your json in code and in your file. Is safe to share the applicatin (exe) with end users?
    If not what is the safe way to do that?

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

      i was thinking about this too. i tried using github secrets nut seems doesnt work on me

  • @viktoriyakazakova5298
    @viktoriyakazakova5298 2 роки тому

    pycharm throws an error with this code, as the 'df.values.tolist()' should be also a two-dimensional list. it should be [df.values.tolist()]