Live data from Hacker News

Viewing profile — aleaxit

aleaxit

HN member
Joined
Tue, Jan 19, 2016, 1:31 AM UTC
HN karma
14
Public activity
8 items

About aleaxit

See https://www.google.com/search?q=alex+martelli for much, MUCH more.

Recent public activity

  1. comment
    Comment #40194266

    I retired (after 18+ years at Google) last August, and as of that date A LOT of production code used languages different from C++ -- Go, Java, Kotlin, AND Python, plus a few more (…

  2. comment
    Comment #17725109

    The links to APIs I see on that page are https://developers.google.com/resources/api-libraries/docume... and https://developers.google.com/api-client-library/python/ , both work fo…

  3. comment
    Comment #17719066

    For Cloud Tasks, https://developers.google.com/api-client-library/python/apis... should help.

  4. comment
    Comment #17719021

    Incidentally, the best way to "let us know" about bugs in GCP (App Engine or whatever else) is via the Issue Trackers, as per https://cloud.google.com/support/docs/issue-trackers (…

  5. comment
    Comment #17718936

    If I had to guess, I'd say the most relevant changes for App Engine use may be the optimizations documented at https://docs.python.org/3/whatsnew/3.7.html#whatsnew37-perf : the `so…

  6. comment
    Comment #17478675

    As an aside, this usage of `lambda` is redundant with a normal `def` statement: def F0(node): return node.find(SOME_XPATH) etc. If you're binding the new function to a name anyway,…

  7. comment
    Comment #11350531

    Actually, when we started (GAE) with Python, my friend Guido didn't YET work here -- I was finally able to convince him to join, shortly after GAE's launch, in part thanks to the p…

  8. comment
    Comment #11349805

    Excellent point Miles (and as you know I work in GCP too), I would add https://cloudplatform.googleblog.com/2015/05/AppScale-and-Ap... and https://www.youtube.com/embed/2fRTgosMtw4…