Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #65779 > unrolled thread

Google API and Python 2

Started byJason Friedman <jsf80238@gmail.com>
First post2014-02-09 14:25 -0700
Last post2014-02-09 14:25 -0700
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  Google API and Python 2 Jason Friedman <jsf80238@gmail.com> - 2014-02-09 14:25 -0700

#65779 — Google API and Python 2

FromJason Friedman <jsf80238@gmail.com>
Date2014-02-09 14:25 -0700
SubjectGoogle API and Python 2
Message-ID<mailman.6601.1391981123.18130.python-list@python.org>

[Multipart message — attachments visible in raw view] — view raw

I started Python programming in the last few years and so I started with
version 3 and 99% of my code is in version 3.

Much of Google API Python code seems to be Python 2.  I can convert the
occasional file to version 3 with 2to3, but for an entire 3rd-party
library, could it be as simple as using the find command (recursive) and
iterating over the *py files in the download?

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web