Viewing profile — canavandl
canavandl
HN member- Joined
- Sat, Sep 15, 2012, 9:23 PM UTC
- HN karma
- 2
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About canavandl
No profile information was provided.
Recent public activity
-
comment
Comment #11186086
There's no JVM overhead like for Spark computation. The dask array methods use the numpy C-API, which are implemented in C and run on the physical machine.
-
comment
Comment #11078232
Apart from rendering static html plots or plots with client-side JS callbacks, you could look into using the new bokeh server: http://bokeh.pydata.org/en/latest/docs/user_guide/ser…
-
comment
Comment #11077436
That's super cool.
-
comment
Comment #11077429
Yes - there's the ability to generate the raw html of a plot or a JS script and div that can be embedded in an HTML doc. Source: http://bokeh.pydata.org/en/latest/docs/user_guide/e…
-
comment
Comment #9046376
Also, check out http://colour-science.org/ It has python implementations of a ton of colorspaces and transforms. Also some cool support for spectral data.