Python, Machine Learning, and Language Wars (2015)
sebastianraschka.com
Python, Machine Learning, and Language Wars (2015)
1–10 of 62 posts
Re: Python, Machine Learning, and Language Wars (2015)
#2Then the Buddha gave advice of extreme importance to the group of Brahmins: 'It is not proper for a wise man who maintains (lit. protects) truth to come to the conclusion: "This alone is Truth, and everything else is false'.' Asked by the young Brahmin to explain the idea of maintaining or protecting truth, the Buddha said: ' A man has a faith. If he says, "This is my faith", so far he maintains truth. But by 9 that he cannot proceed to the absolute conclusion: "This alone is Truth, and everything else is false". In other words, a man may believe what he likes, and he may say 'I believe this'. So far he respects truth. But because of his belief or faith, he should not say that what he believes is alone the Truth, and everything else is false.
(from "What the Buddha taught, a really great book!)
Re: Python, Machine Learning, and Language Wars (2015)
#3That said, one of the things I've appreciated about R is how it "just works"...I usually go through Homebrew, but RStudio works just as well. I can see why that's a huge appeal for both beginners and people who want to do computation but not necessarily become developers.
Also, I used to hate how `[1] http://minimaxir.com/2015/02/ggplot-tutorial/
Re: Python, Machine Learning, and Language Wars (2015)
#4Re: Python, Machine Learning, and Language Wars (2015)
#5As someone who's switched from Ruby to Python (for now, because the latter is far easier to teach, IMO) and also put significant time into learning R, because of how strong ggplot2 is...I was really surprised at the lack of Google results for "switching from python to r" -- or similarly phrased queries to find guides on how to go from Python to R...in fact, that particular query will bring up more results for R -> Py…
Re: Python, Machine Learning, and Language Wars (2015)
#6Re: Python, Machine Learning, and Language Wars (2015)
#7As someone who's switched from Ruby to Python (for now, because the latter is far easier to teach, IMO) and also put significant time into learning R, because of how strong ggplot2 is...I was really surprised at the lack of Google results for "switching from python to r" -- or similarly phrased queries to find guides on how to go from Python to R...in fact, that particular query will bring up more results for R -> Py…
You know, I remember when I was trying my first language other than BASIC (VB6, perhaps? or maybe 1995 era JS?) and it bugged me that "x = y" wasn't the same as "y = x". Remembering it as "LET x = y" was helpful.
Re: Python, Machine Learning, and Language Wars (2015)
#8Re: Python, Machine Learning, and Language Wars (2015)
#9Re: Python, Machine Learning, and Language Wars (2015)
#10I'm surprised the article doesn't mention Anaconda, which is Python with all the things he lists pre-installed for you. I've been a fan for some time now: https://www.continuum.io/why-anaconda