Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #58458 > unrolled thread
| Started by | caseycain@google.com |
|---|---|
| First post | 2013-11-04 11:46 -0800 |
| Last post | 2013-11-04 22:39 +0100 |
| Articles | 2 — 2 participants |
Back to article view | Back to comp.lang.python
Python and Google App intergration caseycain@google.com - 2013-11-04 11:46 -0800
Re: Python and Google App intergration Amirouche Boubekki <amirouche.boubekki@gmail.com> - 2013-11-04 22:39 +0100
| From | caseycain@google.com |
|---|---|
| Date | 2013-11-04 11:46 -0800 |
| Subject | Python and Google App intergration |
| Message-ID | <28bc5c79-a018-4c72-8b2b-3f0170503664@googlegroups.com> |
I don't know Python well. Only recently started taking the Codeacademy.com class. Is there a way to take input from a Google Spreadsheet and use it to add membership to a Google Group? If not Python, is there another language that could perform this function?
[toc] | [next] | [standalone]
| From | Amirouche Boubekki <amirouche.boubekki@gmail.com> |
|---|---|
| Date | 2013-11-04 22:39 +0100 |
| Message-ID | <mailman.2032.1383601227.18130.python-list@python.org> |
| In reply to | #58458 |
[Multipart message — attachments visible in raw view] — view raw
Héllo, Look for Google Apps APIs. I'm not sure what you want to do is possible, at least manipulating the spreadsheet is doable from Pythonl: http://stackoverflow.com/questions/2377301/how-to-write-a-python-script-to-manipulate-google-spreadsheet-data 2013/11/4 <caseycain@google.com> > I don't know Python well. Only recently started taking the > Codeacademy.com class. > Is there a way to take input from a Google Spreadsheet and use it to add > membership to a Google Group? > If not Python, is there another language that could perform this function? > -- > https://mail.python.org/mailman/listinfo/python-list >
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web