Viewing profile — jeroenjanssens
jeroenjanssens
HN member- Joined
- Mon, Nov 12, 2012, 5:01 PM UTC
- HN karma
- 734
- Public activity
- 99 items
- HN profile
- View on Hacker News ↗
About jeroenjanssens
Recent public activity
- story
-
comment
Comment #48642349
While it’s generally considered to be bad practice to import everything into the global namespace, I think it’s fine to do this in an ad-hoc environment such as a notebook as it ma…
-
story
Show HN: Plotnine Cheatsheet [pdf]
I wanted to share with you a cheatsheet I made for Plotnine, a data visualization package for Python. I've probably never spent so much time on just two pages, even with the ggplot…
- story
-
comment
Comment #41079325
You can probably get these sets second hand. I just revived a bricked one (hah!) myself. Had to use the Lego software to update the firmware for that, which only runs on Windows 7,…
- story
-
comment
Comment #40577128
I've created tmuxr, an R package to manage tmux [0]. [0] https://github.com/jeroenjanssens/tmuxr
-
comment
Comment #40274133
Author here. Worth pointing out that the discussion from Sept 19 2013 is actually about a blog post, which predates the book. It's because of the amount of feedback it got on HN th…
-
comment
Comment #40051325
I also thought it was made with TikZ (which is a compliment). I used TikZ for my thesis: https://jeroenjanssens.com/phd/ and same thing here, the code is a mess.
- story
-
comment
Comment #38924112
Luckily our book will also be available in hard copy so you can digest all that hard-won knowledge in an offline manner :)
-
comment
Comment #38923601
Ritchie Vink (the creator of Polars) deliberately decided not to write a book so that he (and his team) can focus full time on Polars itself. Thijs Nieuwdorp and I are currently wo…
-
comment
Comment #36989338
Thanks! Our goal is to have it published in Q3 2024.
-
comment
Comment #36989044
This is great news. Makes me proud to be a co-author of the forthcoming Polars book [0]. Congrats to Ritchie, Chiel, and the rest of the team! [0]: https://jeroenjanssens.com/pp
- story
- story
-
comment
Comment #34175925
Related: Data Science at the Command Line https://datascienceatthecommandline.com/ Disclaimer: I wrote it. Plugging it here because (a) it's related, (b) it's free to read online, …
- story
-
comment
Comment #33053339
My book Data Science at the Command Line has a chapter about this that scratches the surface and lists some resources in case you want to dive deeper [1]. I can also recommend chec…
-
comment
Comment #31351393
I often use csvquote [1] whenever I need to process CSV with a command-line tool that doesn't support it. For example: csvquote test.csv | awk '{print $1, $2}' | csvquote -u [1] ht…
-
comment
Comment #31305711
Yup :) https://datascienceworkshops.com/blog/ibash-notebook/
- story
-
comment
Comment #29910033
I have written a bit about combining Jupyter console with the command line [0]. Not exactly the workflow you describe, but perhaps still useful. [0] https://datascienceatthecommand…
-
comment
Comment #29589502
Author here. Without HN this book probably wouldn't have existed. In 2013 I wrote a blog post that received quite the attention here [0]. Because of that I got the idea to expand i…
- story