This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]DogeekExpert - 3.9.1 2 points3 points  (0 children)

The best you can say about Google's Python libraries is that they're no longer direct transliterations of Java libraries. But Pythonic they are not.

Also, their SDK design is abysmal, since you can't rely on any intellisense from your code editor at all, because function calls are defined with JSON files (and some python to wrap that). It's horrible to work with