Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #65779 > unrolled thread
| Started by | Jason Friedman <jsf80238@gmail.com> |
|---|---|
| First post | 2014-02-09 14:25 -0700 |
| Last post | 2014-02-09 14:25 -0700 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
Google API and Python 2 Jason Friedman <jsf80238@gmail.com> - 2014-02-09 14:25 -0700
| From | Jason Friedman <jsf80238@gmail.com> |
|---|---|
| Date | 2014-02-09 14:25 -0700 |
| Subject | Google 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?
Back to top | Article view | comp.lang.python
csiph-web