Can you use Google Apps Script with Python?

前端 未结 6 448
北恋
北恋 2021-02-01 20:58

Google Apps Script looks to be pretty perfect for a school project, however I\'m not terribly comfortable with JavaScript and the entire rest of the project is going to be done

6条回答
  •  迷失自我
    2021-02-01 21:27

    Python is amazing, and one of its most amazing qualities is being able to serve as a "glue" of sorts between different modules of a system (regardless of language).

    My suggestion is to try and make an Adapter/Wrapper around the Javascript commands you will need from Google App Script, exposing pure python functions to the rest of your program so it makes it easier on you. In the end, you will still require to learn some Javascript so... get going.

提交回复
热议问题