Python as a statistics workbench
stats.stackexchange.com
Python as a statistics workbench
1–7 of 7 posts
Re: Python as a statistics workbench
#2Re: Python as a statistics workbench
#3Re: Python as a statistics workbench
#4Re: Python as a statistics workbench
#5Re: Python as a statistics workbench
#6Despite R's problems -- and they are significant -- I see very little benefit towards ditching it for Python. Python's libraries are getting better, but if you spend any time in both systems you'll quickly realize how much Python is missing. Until another domain specific language emerges and gets traction, stick to R.
Re: Python as a statistics workbench
#7Despite R's problems -- and they are significant -- I see very little benefit towards ditching it for Python. Python's libraries are getting better, but if you spend any time in both systems you'll quickly realize how much Python is missing. Until another domain specific language emerges and gets traction, stick to R.
R is absolutely beautiful for manipulating small data sets. It's the only reasonable way to plot things (with d3/protovis coming in a distant second) and it's supercharged by Hadley Wickham's work. It's also totally crippled for "general purpose" programming and turns to C every time you need more speed.