Google Sheets and Python

Поделиться
HTML-код
  • Опубликовано: 22 авг 2024
  • Learn more from the blog post at www.twilio.com...
    Check out the wonderful gspread library on Github: github.com/bur...
    If you have any questions, leave them in the comments or find me on Twitter at / brentschooley
    If you're running into insufficient permission errors, update the scope in the code to:
    scope = ['spreadsheets.g..., 'www.googleapis...]

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

  • @TimeoutMegagameplays
    @TimeoutMegagameplays 5 лет назад +348

    2 year ago I knew nothing about coding and found this video fascinating and confusing.
    Today I needed to manipulate Google Sheets via code and found yet again this amazing video, it's pretty cool to see how things change.

    • @twilio
      @twilio  5 лет назад +9

      I’m so happy to hear this! Glad we could help :)

    • @nadim3874
      @nadim3874 5 лет назад +1

      Even I'm bit confused. I have just started with python. I want to try this but I have to know a lot more about what's Google API, Spreadsheet,....

    • @siddietrich5652
      @siddietrich5652 5 лет назад

      i want to do a project with this but im not sure what yet

    • @TimeoutMegagameplays
      @TimeoutMegagameplays 5 лет назад

      @@siddietrich5652Let me give you a challenge, try making a game, any game, as simple as it is, it may be pretty fun to code something like that.

    • @yasserbibi8095
      @yasserbibi8095 5 лет назад

      Are you a comp sci major? I am a freshman in college as a general engineer and I want to do comp sci because I see how useful it is but I have almost ZERO coding experience... Idk if I should risk it

  • @theroyalmushroom
    @theroyalmushroom 7 лет назад +1406

    Absolutely perfect youtube video. Superb voice and video quality. No flashy long intros. Short and to the point whilst explaining everything perfectly. Needless to say, I'm in love with this channel now! Good stuff man!

    • @SootySweep22
      @SootySweep22 7 лет назад +3

      Harrison If I had to quibble, I'd recommend adding a description.

    • @davidjrb
      @davidjrb 7 лет назад

      Well said

  • @damascenoalisson
    @damascenoalisson 7 лет назад +453

    Accessing data on the cloud without messing around with databases or ssh and using python? I've been looking for something like this for years, thank you!

    • @willbobson8043
      @willbobson8043 5 лет назад +1

      How about RESTful post or put? How about AWS s3 bucket, Google drive or Dropbox API?

    • @huckthatdish
      @huckthatdish 5 лет назад +1

      Will Bobson gotta take into account cost. Aws May have free trials but isn’t free forever. For an enterprise solution awe is the clear answer, but for a fun side project this is a great workaround

    • @josephgreene630
      @josephgreene630 5 лет назад

      @@huckthatdish actually a lot of free tier is permanent now.

    • @gabrielebellavia6024
      @gabrielebellavia6024 5 лет назад

      This video is inspiring, but it’s missing something. A CRUD application like this might be possible, you have first to mess around with OAuth and try to handle multiple accounts that can access to a doc

  • @CleverProgrammer
    @CleverProgrammer 7 лет назад +607

    This is fucking amazing. Thank you! This will be great to teach my students because installing postgresql is a difficult process & most students get lost in just the installation process let alone trying to understand how databases work. Spreadsheets are WAY more intuitive and you already have a nice "GUI" to play around with the data.

    • @CleverProgrammer
      @CleverProgrammer 7 лет назад +5

      Yeah, that's what I meant! Start with this so they can understand how databases work & then move them on to real databases.

    • @CleverProgrammer
      @CleverProgrammer 7 лет назад +2

      Quick question, I'm trying to make a very basic flask todo list app with crud functionality using this gspread idea. Would it be so slow that it would render it useless or you think it'll still work?

    • @dooomeys799
      @dooomeys799 6 лет назад +17

      immature swearing

    • @TheDavidMetcalfe
      @TheDavidMetcalfe 6 лет назад +28

      You really should just be teaching them to use SQLite for early database lessons in Python.

    • @nayan7207
      @nayan7207 6 лет назад +1

      Hey clever programmer bro i watch your videos of python, you teach me enough that my prof. cant teach

  • @RichardWilliamDamien
    @RichardWilliamDamien 5 лет назад +19

    In my experience, now you have to add the Google Sheets API in addition to the Google Drive API to the project to have access to the sheets with python

    • @vinceholsenback7939
      @vinceholsenback7939 4 года назад +2

      Lifesaver, thanks. You just saved me at least an hour of head-scratching.

  • @chrisrowan2504
    @chrisrowan2504 4 года назад +1

    Easily the best how to coding video I think I've ever seen. Clarity, completeness, pace, accessible for a beginner but not condescending to an expert. Massive kudos - you have a knack for this.

  • @justarandomgamer6309
    @justarandomgamer6309 5 лет назад +65

    I’ve got no idea what any of this means but I liked this video

  • @twilio
    @twilio  6 лет назад +183

    🔥 WATCH NEXT: Build an Animal Crossing price lookup bot with Google Sheets and WhatsApp ruclips.net/video/eqtQ76X_owQ/видео.html
    If you're running into insufficient permission errors, update the scope in the code to:
    scope = ['spreadsheets.google.com/feeds', 'www.googleapis.com/auth/drive']

    • @simio8809
      @simio8809 6 лет назад +7

      Thanks! I also had to enable Google Sheets API on my project.

    • @fabulani
      @fabulani 6 лет назад

      Thanks! Solves my issue as well.

    • @tanandthun
      @tanandthun 5 лет назад +1

      can you please explain why this is? just wanted to learn the reasoning :)

    • @reignpanel
      @reignpanel 5 лет назад

      Thank you!!!!!, your revised scope worked!

    • @rohanmhetar4295
      @rohanmhetar4295 5 лет назад

      Twilio *****

  • @johannesginthaburg8954
    @johannesginthaburg8954 7 лет назад +79

    Not sure why Twilio made this video, but I am thankful.
    Great vid.

    • @escherlies
      @escherlies 7 лет назад +18

      it's called content marketing :)

    • @elijahwinterbottom2383
      @elijahwinterbottom2383 6 лет назад +1

      Twilio thanks for doing this, these videos are super helpful and you have no reason to make them other than the fact you’re a good company!

    • @abdulmohsen
      @abdulmohsen 5 лет назад +1

      @@escherlies the only kind of marketing i am down with

  • @dimitarvel1441
    @dimitarvel1441 5 лет назад +20

    I built an API in python to do my work in exell and I still got paid at the end of the month for 4 months before I got bored of playing games in my cubical and maintaining my API and adapting it to new work requirements... I did post it on my GitHub but no one wanted it since you do need to configure it to do your specific work, but I didn't have any documentation so....
    Basically what my work was: check growth margin from the last hour, day, week, month, year and run a formula which will give me the expected growth in the next year... It was a bit hard since my company works with many articles so I had to do that for as many articles as I can in one day so I just built an API, gave it the data it needs and it gave me the finished product, I entered it in the Excell and I was done for the day.... 30 minutes and I am done for the next 7:30 hrs
    I could have spilled the truth and gave my API to my co-workers but then I'd run the risk of being fired because once the boss finds out he doesn't need 3 workers, he is going to fire 2 and keep 1 to do all of the work....

    • @CastleRaccon
      @CastleRaccon 5 лет назад +1

      What's your github, looks like a interesting api to tweak around with

    • @carsoncase223
      @carsoncase223 5 лет назад +3

      Honestly, if you made something like that. Boss probably would have kept you as the one worker and given you a raise. But then you just got your two coworkers fired and that's not too good

    • @Adaephonable
      @Adaephonable 5 лет назад +3

      @@carsoncase223 This has not been my experience. I once made the mistake of streamlining a process that used to take 8 hours a day and made it take 20 minutes through some API work. Showed my boss that I had saved the company 8 hours of labour weekly (Was only run on Mondays) and the result was that I was given a stack of processes to streamline in a addition to the now 32 hours of work a week plus 8 more hours to round it out. I should also note that my job has nothing to do with programming, its data analysis and projections. But showing my boss that I had some very modest programming skills from hobby work had him shoving impossible tasks my way because, "You can get 8 hours of work done in 30".

    • @carsoncase223
      @carsoncase223 5 лет назад

      @@Adaephonable Damn. That's pretty brutal. Should've started a company and sold the tech to your boss. No way he'll know it's made by a modest programer as opposed to a pro. Although, that's probably more effort than it's worth I guess

    • @matan7899
      @matan7899 5 лет назад

      @@Adaephonable its because youre a little twit and you dont dare to ask for a raise for doing more work

  • @felixmcphie
    @felixmcphie 7 лет назад +305

    I think I now know what it feels like to be an old person listening to young people talk about computers

  • @cholomercado
    @cholomercado 5 лет назад

    The best programming tutorial on RUclips by far. Clear, concise, to the point, and never once succumbing to the familiar social media urge to "mix things up." Thank you.

  • @CashewOCE
    @CashewOCE 7 лет назад

    I'm glad this came up in my recommended. This is brilliant instead of buying a server/hosting off your own machine for a basic in-house project

  • @popkan21
    @popkan21 6 лет назад +1

    Thank god, someone can explain something simply!!!!!! Google's own python quick start guide left me with errors and no idea what was going wrong.

  • @colmxbyrne
    @colmxbyrne 4 года назад +3

    Note: the layout of google cloud has changed since this tute, but you can still muddle your way thru. Note the comment "
    If you're running into insufficient permission errors, update the scope in the code to:
    scope = ['spreadsheets.google.com/feeds', 'www.googleapis.com/auth/drive']"

    • @twilio
      @twilio  4 года назад

      I wish it was possible to update a video in place because I totally would. Unfortunately, people would abuse that. Glad you were able to work your way through it!

  • @arturogarrido1240
    @arturogarrido1240 5 лет назад

    Never really comment on videos, but I must say that this is a great video, straight to the point, fast and just really great.

  • @0xPriom
    @0xPriom 7 лет назад +178

    this is so freaking cool!!!

  • @intercointerface212
    @intercointerface212 7 лет назад

    This is a perfect tutorial, no messing just so well done well scripted and well edited.

    • @intercointerface212
      @intercointerface212 7 лет назад

      Where can we easily get help with things like this? Is there any one place you'd recommend to help troubleshoot?
      I have a fairly simple question but I know it's frowned upon to ask it in the comments section. :)

  • @kalebbruwer
    @kalebbruwer 6 лет назад

    I'm learning to write neural nets so seeing normal code for a change helps to keep me sane.

  • @jeroenritmeester73
    @jeroenritmeester73 5 лет назад

    It's stupid how difficult it is to find a nice tutorial with decent planning in the video by someone that speaks at least decent English. Thanks!

    • @twilio
      @twilio  5 лет назад

      Thanks for watching and you’re welcome!

  • @Merthalophor
    @Merthalophor 6 лет назад

    The best part about this is that you can easily create charts & snippets from the database which you can embed in your website (with real time updates!) That is truly a great option.
    My only concern is concureent access and throughput, which probably isn't that great. But for many applications, ut'a definitely sufficient.

  • @kpingvin
    @kpingvin 7 лет назад +4

    >2017
    >not using Jupyter and Pandas :)
    But seriously: good video! Not many programming yt-videos have such a nice paced explanation

  • @malcomclark2261
    @malcomclark2261 5 лет назад +2

    I actually never thought about doing this even though I use google's javascript API all the time in spreadsheets.

    • @twilio
      @twilio  5 лет назад +2

      It's pretty powerful especially when teams are already collaborating inside of Google Sheets.

  • @sintelpaige
    @sintelpaige 7 лет назад +3

    This video was amazing. Simple and easy to follow if you have had any experience with python. Great work

  • @saikiranvarma1800
    @saikiranvarma1800 6 лет назад

    Great video. I had a permission issue but i changed the url based on your description and enabled both google drive and google spreadsheets and it worked like charm. Thanks again!

    • @twilio
      @twilio  6 лет назад

      Thanks for watching!

  • @wonkylogic
    @wonkylogic 7 лет назад

    That is a thing of beauty. I am a Google Sheets maniac. I learned some Python a while ago but thought I'd need Javascript to write scripts for Sheets. This video is a real eye-opener.

  • @colmxbyrne
    @colmxbyrne 4 года назад +1

    If only all tutorials were like this tutorial

  • @vegardsteinnes9855
    @vegardsteinnes9855 7 лет назад +111

    If the spreadsheet updates quick enough, cant you make animations by coloring the cells?

    • @vegardsteinnes9855
      @vegardsteinnes9855 7 лет назад +46

      Just tested, seems like its too slow :/

    • @bersK00
      @bersK00 7 лет назад +14

      Man, and I thought I stumbled on something ridiculously delightful :D

    • @Kolop315
      @Kolop315 7 лет назад +33

      darn would have been really funny to see a video playing in sheets with the cells as pixels.

    • @Lol-fi2oc
      @Lol-fi2oc 7 лет назад +7

      I'm definitely going to try that and make it work somehow

    • @leonm3854
      @leonm3854 7 лет назад +1

      Did you make it work somehow?

  • @morphman86
    @morphman86 6 лет назад

    Really handy for smaller applications where you don't need any headers or relational links. You can get both of those with a little bit of workarounds, but if you needed those, you might as well have put the stuff in a more conventional database anyway.

  • @AasaaL
    @AasaaL 7 лет назад +146

    I don't know coding but I loved it

    • @aayushkhatiwada8341
      @aayushkhatiwada8341 6 лет назад +16

      Yeah. It just feels satisfying seeing how nicely it works. :)

  • @stackerhvh
    @stackerhvh 5 лет назад +2

    This is so cool! I hated the thought of even hearing the word database for years, this is such a game changer. Very cool video, keep it up.

    • @twilio
      @twilio  5 лет назад

      Thanks for watching, glad it could help!

  • @pl4zmav0rtex69
    @pl4zmav0rtex69 5 лет назад

    Good tutorial. Also very easy to understand what you are saying, you have a very clear and understandable voice.

    • @twilio
      @twilio  5 лет назад

      Thanks for watching and for the kind words!

  • @hannahhannon8877
    @hannahhannon8877 7 лет назад

    I don't even know how to create a graph in exel but the way this video us made it remains easily interesting enough for me to finish watching it.

  • @randomhominid9816
    @randomhominid9816 7 лет назад

    I'm so glad I came across this video. It was very nicely done and quickly got me up to speed with gspread, an amazing python library.

  • @jackisjack_bysun
    @jackisjack_bysun 6 лет назад

    best teaching video I have watched in my life. Speed is perfect.

  • @TorbenBrams
    @TorbenBrams 7 лет назад

    Love this format - great presentation! Such a relief not having to sit through a long into segment...

    • @TorbenBrams
      @TorbenBrams 7 лет назад

      I think it will be next to impossible to set our rules for such a thing. Sometimes when I watch certain channels I have to watch the same intro again and again ... it is not that they aren't impressive, but it does get tedious after a while.
      I guess was just pleasantly surprise when I watched your video. The no nonsense, the speed of progress, the voiceover and the idea. Great job ^_^

  • @TF2Gaming101
    @TF2Gaming101 6 лет назад +109

    That's cool and all, but can it run doom?

    • @bindajoba9112
      @bindajoba9112 5 лет назад +7

      Coloured Spreadsheets would allow a Multiplayer experience. Just imagine how great this would be!

    • @haph2087
      @haph2087 5 лет назад +1

      Interesting Idea, I wonder what the latency is like.

  • @scbrks
    @scbrks 7 лет назад +9

    0:50 twilio sighting (upper right hand corner)

  • @neoqueto
    @neoqueto 6 лет назад +247

    I tired to use the Google Sheets API for PHP.
    *PTSD flashbacks*
    Never again.

  • @ch3fk0mm7
    @ch3fk0mm7 7 лет назад

    Relly good! Clear, straight to the point perfect quality and a very pleasent voice. - And on top I got some new Ideas! Thx

  • @Max29847
    @Max29847 4 года назад

    holy after hours of trying to get this thing to work, it finally worked and I'm so excited

    • @twilio
      @twilio  4 года назад

      I’m glad you got it working!

  • @the_comical_couple
    @the_comical_couple 5 лет назад +1

    You are such a great person MAN. I love you for this great stuff.
    Can't express how excited I'm right now.

    • @twilio
      @twilio  5 лет назад +1

      Thanks for watching!

  • @wangouthangout
    @wangouthangout 6 лет назад

    An amazingly clear and simple video that works. And even better you kept it up to date... Go you!

  • @kmcat
    @kmcat 7 лет назад

    Please remember when inserting into the DB to replace any = signs with "= (unless you need math operation to work)

  • @NovaAquarius
    @NovaAquarius 5 лет назад +1

    Why didn't I find it earlier? Just brilliant. On point. No complicacy. Clap worthy really👏👏👏👏👏👏

  • @jlxip
    @jlxip 6 лет назад +42

    Interesting indeed. But I still prefer SQLite hahaha.

  • @christoslytras7912
    @christoslytras7912 7 лет назад

    Was doing this since at least 2010 with Google spreadsheets and PHP. It's nice to see other languages evolving

  • @gabrielebellavia6024
    @gabrielebellavia6024 5 лет назад

    It’s missing something, though it blew my mind a few years ago and I’m here again because it’s a simple idea yet amazing.

  • @questwalkerko
    @questwalkerko 5 лет назад +5

    there is a python module that allows you to edit an Microsoft excel sheet

  • @benjaminklunkim4549
    @benjaminklunkim4549 7 лет назад

    This channel is gonna grow so fast I can see it already

  • @MohammedIqlasUddin
    @MohammedIqlasUddin 7 лет назад

    well I 've been searching for such video for a millennium! Thx Twilio

  • @tylerchristmann1025
    @tylerchristmann1025 7 лет назад

    Great video, I've been meaning to do something like this ever since I saw Travis from DevTips use the google sheets as a data base for his email inputs.

  • @egonyuri508
    @egonyuri508 6 лет назад +2

    I love how it's easy code awesome things with Python (and of course good libs)

  • @MrAskaric
    @MrAskaric 4 года назад +1

    If you are still running into errors after updating the scope to: scope = ['spreadsheets.google.com/feeds', 'www.googleapis.com/auth/drive'],
    be sure to ALSO enable Google Sheet API

  • @sparkymagnet
    @sparkymagnet 5 лет назад +4

    Can you update this? I am getting import errors since it seems that ServiceAccountCredentials is no longer in use

  • @StefanSpycher
    @StefanSpycher 5 лет назад

    works like a charm, thanks @Twilio!
    updating the scope did the trick

  • @HowToFAQ
    @HowToFAQ 7 лет назад +44

    Great video, nicely explained

  • @redactedllc.1864
    @redactedllc.1864 6 лет назад

    Awesome video! Gonna use this to access my school docs and automatically update them.

  • @leventebiro7578
    @leventebiro7578 6 лет назад

    This is genius!! No server, built-in data and API!!

  • @PhilFernandes84
    @PhilFernandes84 7 лет назад

    i always wanted to learn coding.. this is so easy to understand.. thanks

  • @devanshiparekh3440
    @devanshiparekh3440 7 лет назад +15

    finally got what i actually wanted :)
    awesome work Twilio (y)

  • @adtc
    @adtc 7 лет назад

    Oh you should have shown the Revision History.. that would have been fun to see!

  • @Spl33ney
    @Spl33ney 5 лет назад +6

    I laughed so hard at "glorious list of perfectly formatted content"

    • @twilio
      @twilio  5 лет назад +1

      Spl33ney It really was a bit of a jumbled mess, right?

  • @estebancarrasco5823
    @estebancarrasco5823 5 лет назад +1

    this is the kind of content that I like, subscribed.

    • @twilio
      @twilio  5 лет назад

      Thanks for watching!

  • @HexagonalClosePacked
    @HexagonalClosePacked 6 лет назад

    Nice. I don't know what i am going to use this for yet. But still super nice to know it's available!

  • @peralser
    @peralser 7 лет назад +3

    Simple and Effective. Thanks for sharing with us!

  • @abraxas6558
    @abraxas6558 6 лет назад

    I had no idea what was going on but I loved it! :D

  • @2aimless
    @2aimless 7 лет назад +31

    Is inserting/deleting rows supposed to take 30 seconds and more? I wanted to use the sheet as a queue. Appending tasks and just working on the first row and deleting it afterwards.

    • @MamboBean343
      @MamboBean343 7 лет назад +6

      2aimless why not use a deque (deque library)

    • @tomcheng3903
      @tomcheng3903 7 лет назад +4

      MamboBean because you might want persistent storage................?

    • @MamboBean343
      @MamboBean343 7 лет назад +12

      that's true, so you could serialize it using e.g. pickle. but at that point, it'd be better to use a *real* database lol like MySQL or SQLite

    • @jenns4757
      @jenns4757 6 лет назад

      agreed! according to my book: "Keeping a limited history is perfect for "collections.deque"

  • @normanlove222
    @normanlove222 5 лет назад

    such a nice job of keeping it simple and clean. Thank you! Subscribed.

  • @paulshildebrandt
    @paulshildebrandt 5 лет назад +1

    Screen text so sharp it almost cuts. This is a REALLY great video. Good job Twilio!
    How did you record it?

  • @Lucsy3012
    @Lucsy3012 5 лет назад +1

    I'm a noob but I love this so much! Thanks for this introduction, eventhough I'm late to the party. :-)

    • @twilio
      @twilio  5 лет назад +1

      Never too late to party with code 🎉

  • @nikitosikbroo
    @nikitosikbroo 6 лет назад +14

    what if i have an error?:
    "message": "Insufficient Permission"

    • @nikitosikbroo
      @nikitosikbroo 6 лет назад +5

      I got it!
      If you have "403" Problem on Windows -
      1)Uninstall gspread 2.0.0 and install gspread == 0.6.2 (www.versioneye.com/python/gspread/0.6.2)
      2)Turn on "Google sheets API
      3)Change "scope" to scope = ['spreadsheets.google.com/feeds',
      'www.googleapis.com/auth/drive']
      as Twillio said.
      Thank you!

    • @Lucas3D
      @Lucas3D 6 лет назад +3

      adding the googleapis.com/auth/drive fixed it for me - thankyou!

    • @moreaucrl
      @moreaucrl 6 лет назад

      same here !

    • @digitplays4008
      @digitplays4008 6 лет назад

      True damn hero here

    • @alijooma
      @alijooma 6 лет назад

      Can you show your full Line 4? The one he pinned isn't working for me

  • @julienbongars4287
    @julienbongars4287 6 лет назад

    You still need to format the data with headers to make it understandable.
    In python you could do it like this (although use with caution as I haven't tested it). In fact, there may already be an api solution for this already
    ```python3
    def importData(sheet):
    headers = sheet.row_values(0)
    result = []
    for i in range(1, sheet.row_count):
    row = {}
    for j in range(headers):
    row[headers[j]] = sheet.cell(i, j)
    result.append(row)
    return result
    ```
    Final note, you should be going full postgresql if you are just looking for a simple project like this. It would be better to use firestore or dynamoDB instead. It's faster and is better equipped at handling and organizing large volumes of data with minimum setup required. Plus I think their dashboards look pretty good.

    • @twilio
      @twilio  5 лет назад

      I agree, formatting would be essential in the final application. This project is mainly for use in situations where the data is already being collaborated on by teams of devs and non-devs inside of Google Sheets and are unlikely to want to work on that data in a new application. This data can still be used to create interesting tools to help analyze that collaboration effort without having to build and synchronize a separate datastore.

    • @julienbongars4287
      @julienbongars4287 5 лет назад

      @@twilio interesting point but I guess that's why you have VBA for. Although granted it would be a lot more difficult to setup than this... Actually there are extensions you can implement that enables the user to download the data as csv or xlsx. Feels that would be a lot more user friendly. As for teaching, I see nothing wrong with storing the data as a global variable (for now at least)

    • @twilio
      @twilio  5 лет назад

      Indeed, it can be downloaded an worked with for that individual. We have found this useful as a stopgap between "all collaboration and analysis/tools is done in the Google Sheet" to "brand new tool is built to handle the project". With a distributed team, the easiest collaboration is sometimes achieved with the cloud spreadsheet. With data volumes pretty low on most of these projects it has been easier at times to simply work against that data that already exists to provide a different view or way to work with it.
      Fully agree with any project that will last longer term or generate higher volumes of data this would not be a great solution. It's a good temporary solution for small projects though :)

    • @julienbongars4287
      @julienbongars4287 5 лет назад

      Guess you have me. Whatever works and as long as the client is happy :3 Do you do a lot of enterprise code?

  • @Andrew90046zero
    @Andrew90046zero 5 лет назад +1

    Another programmer from Pennsylvania! Who woulda thought.

    • @twilio
      @twilio  5 лет назад

      Thanks for watching! -A programmer from the Keystone State, probably

  • @mikenguyen2881
    @mikenguyen2881 6 лет назад

    I really thank for your support.

  • @zahidhakanaydemir4654
    @zahidhakanaydemir4654 7 лет назад +4

    I m gettin excited when I see something like this. How did you learn this? and which university you graduated?

    • @Walter_
      @Walter_ 5 лет назад

      Just google: "Python beginner course" and click the first free link.

  • @semeradstephan
    @semeradstephan 6 лет назад

    This is really Cool. Especially for people who have had no Background in Dbs.

  • @wongright
    @wongright 7 лет назад

    Nice practical emphasis Twilio Team.
    Keep it up!

  • @MrScarf-zm9ih
    @MrScarf-zm9ih 5 лет назад +1

    I was in need of that, you saved me. Thanks ! ❤

    • @twilio
      @twilio  5 лет назад

      Thanks for watching and glad we could help!

  • @siekostar
    @siekostar 7 лет назад

    Amazing really, I'm just starting to learn Python and all I can only say really simple and impressive , Thanks for the video.

  • @_romeopeter
    @_romeopeter 5 лет назад

    Wow. This is powerful!
    Looking forward to using this for a project

  • @JoeFrixon
    @JoeFrixon 7 лет назад

    I did it from my Windows 10 Ent with python 3.6 worked seamlessly. thank you
    Now I can say that I understood a python code :)

  • @fahadnaeem7965
    @fahadnaeem7965 5 лет назад

    Nice and clean tutorial. All relevant information. Good job.

  • @Cabal282
    @Cabal282 6 лет назад +26

    Or you could just use your favorite SQL Database instead.

    • @waseemfairoz1718
      @waseemfairoz1718 5 лет назад

      Not the same thing, uploading to the cloud has a lot of benefits, several people can add into the cloud without having to run an SQL server or a machine all the time.... And not to mention the security of the information as well, having it up on the cloud

  • @mehsamnaqvi6332
    @mehsamnaqvi6332 7 лет назад

    this channel deserves more subscribers

  • @farmerfootball27
    @farmerfootball27 7 лет назад

    If all programming classes had their weeks of content completely removed and replaced with this video, the software development industry would boom with smart, experienced, and eager programmers

  • @agembeat
    @agembeat 6 лет назад

    This looks so cool! Can't wait to try it! Awesome video

  • @ComputerScienceMaster
    @ComputerScienceMaster 3 года назад

    Great tutorial Twilio... amazing

  •  7 лет назад

    Congratulations, You Just earnt my subscription, Awesome, simple, and lot's of Ideas Just came to mind. Thanks. simple, readable, even not in full screen, easy explained, direct instructions. and etc.

  • @TheKeule33
    @TheKeule33 6 лет назад

    Hmm... saved for later, when i actually know what you are talking about^^ currently learning javascript to get custom functions for GS

  • @monome3038
    @monome3038 5 лет назад

    amazing tutorial, perfect voice for narration

    • @twilio
      @twilio  5 лет назад

      Thanks for watching and for the kind words!

  • @bulletinaction
    @bulletinaction 6 лет назад

    Thank you so much for this. SUPER STRAIGHT FORWARD and just what I need. God bless

  • @yoannguillard6877
    @yoannguillard6877 5 лет назад +1

    Waho i didn't know your channel, it seems to be a mine of gold !

    • @twilio
      @twilio  5 лет назад

      Thanks for watching!

  • @sagarkapasi099
    @sagarkapasi099 7 лет назад

    INSTANTLY SUBBED When I Heard Many More Things Coming

  • @MeltedFusion
    @MeltedFusion 6 лет назад

    this is really intresting. but i have a question ( i did not do any digging ): i m working on a node js app so is it possible to do this in javascript ? or is it possible to use python like you did and somehow integrate it in the node app ? And thanks :)

  • @justinvs5642
    @justinvs5642 6 лет назад

    Yes buy for any enterprise facing project you will still need to use database

  • @arthpatel3824
    @arthpatel3824 5 лет назад +2

    I did exactly what was in the video and it worked perfectly. However after a couple days it gave me an Invalid Credentials error when I leave my program running
    and I'm not sure what that happened

    • @twilio
      @twilio  5 лет назад +1

      You may want to try the code listed in this GitHub issues answer if you have long running code. You may need to use a refresh token: github.com/burnash/gspread/issues/333#issuecomment-166398290

  • @ShravanKumar147
    @ShravanKumar147 7 лет назад

    Great voice. Thanks for introducing the new concept.

  • @Insuff
    @Insuff 7 лет назад +1

    I think you could do most of that with Google Apps Script itself. No need for python.

  • @jaimerojas6578
    @jaimerojas6578 5 лет назад

    Very interesting, I don't see an actual use for me right now but looks really fun I'd like to try it out XD