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


Groups > comp.lang.python > #65779

Google API and Python 2

Date 2014-02-09 14:25 -0700
Subject Google API and Python 2
From Jason Friedman <jsf80238@gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.6601.1391981123.18130.python-list@python.org> (permalink)

Show all headers | View raw


[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?

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

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

csiph-web