Live data from Hacker News

Viewing profile — colcarroll

colcarroll

HN member
Joined
Wed, Jul 09, 2014, 7:55 PM UTC
HN karma
6
Public activity
3 items

About colcarroll

No profile information was provided.

Recent public activity

  1. comment
    Comment #15610438

    I've also got a small CLI on PyPI to do the same: https://pypi.python.org/pypi/callisto

  2. comment
    Comment #15417740

    Osvaldo Martin has ported (most of?) the book to PyMC3: https://github.com/aloctavodia/Statistical-Rethinking-with-P...

  3. comment
    Comment #8011914

    As you point out though, it depends on where the function is coming from: $ python -mtimeit -s'nums=range(10)' '[str(i) for i in nums]' 100000 loops, best of 3: 2.57 usec per loop …