Viewing profile — colcarroll
colcarroll
HN member- Joined
- Wed, Jul 09, 2014, 7:55 PM UTC
- HN karma
- 6
- Public activity
- 3 items
- HN profile
- View on Hacker News ↗
About colcarroll
No profile information was provided.
Recent public activity
-
comment
Comment #15610438
I've also got a small CLI on PyPI to do the same: https://pypi.python.org/pypi/callisto
-
comment
Comment #15417740
Osvaldo Martin has ported (most of?) the book to PyMC3: https://github.com/aloctavodia/Statistical-Rethinking-with-P...
-
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 …