jeroenjanssens / data-science-at-the-command-line

Data Science at the Command Line
https://datascienceatthecommandline.com
Other
3.79k stars 764 forks source link

make clear to use python2 #82

Closed jannes-m closed 1 year ago

jannes-m commented 5 years ago

Dear Jeroen, thanks for this interesting book which I will read over Christmas! When compiling the book using bookdown, I had to explicitly state that we want to use Python2. The default on my machine is Python3, and I guess this is the case for most other users as well, and if this is not already the case, it will be in the coming years. Hence, using Python2 is just a quick-and-dirty fix, maybe the better idea is to rewrite the code snippet using Python3. Should I do that?

jeroenjanssens commented 4 years ago

Especially by now, rewriting the code snippet in Python 3 is the better option. I would be very grateful if you were to rewrite the snippet, although I can also fully understand that you've moved on in the meantime.

andres-lowrie commented 3 years ago

I opened up this one: https://github.com/jeroenjanssens/data-science-at-the-command-line/pull/107

on another note, @jeroenjanssens loved the first book looking forward to the next one !!! Would be happy to help triage issues on the repos if you're looking for a hand with that