by nbrempel on 1/14/23, 3:17 PM with 25 comments
by grepLeigh on 1/14/23, 6:12 PM
I used to prototype in Python, then re-implement the final algorithm in Rust for performance on an embedded device. Now I just start prototyping in Rust.
by batterylow on 1/14/23, 6:15 PM
Ultimately, the ecosystem isn't yet as convenient as something like Python. I used to keep an eye on "Are we learning yet?" [3] - although it's been a while now!
[1] https://datacrayon.com/shop/product/data-analysis-with-rust-...
by schneems on 1/14/23, 6:12 PM
https://github.com/google/evcxr/blob/main/evcxr_repl/README.....
by lynndotpy on 1/14/23, 8:05 PM
Being able to type a line of code and get immediate feedback is one of the great pleasures of interpreted languages. Really useful when "try into" or "unwrap", etc. are still unfamiliar!
by pornel on 1/14/23, 8:08 PM
by epage on 1/14/23, 9:26 PM
by wiseowise on 1/14/23, 6:12 PM
> This is not an officially supported Google product. It's released by Google only because the (original) author happens to work there.
by eternalban on 1/14/23, 11:28 PM
How to write your own kernel
https://jupyter-client.readthedocs.io/en/stable/kernels.html
All the language kernels (a lot of abandoned ones - the mariaDB one ('binder') will take a while to load but SQL in Jupyter!)
https://github.com/jupyter/jupyter/wiki/Jupyter-kernels
p.s. sadly the Brainfuck kernel is kaput. don't get your hopes up.
by ismailmaj on 1/14/23, 8:03 PM
Maybe it can be useful for data exploration with polars but I still prefer Python for that.
by Kab1r on 1/14/23, 6:10 PM
by Alifatisk on 1/15/23, 2:14 PM