Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon.

Pages: 1-

what is python useful for?

Name: Anonymous 2012-10-03 23:03

bash is better for scripts
node/go/ruby is better for web/networking
R is better for math/statistics

doesnt even support basic higher order programming

Name: Anonymous 2012-10-03 23:04

fioc a shit

Name: Anonymous 2012-10-03 23:28

I would say unless you need the latest and most advanced algorithms (which run like shit on data sets bigger than 1gb) then numpy/pandas is way better than R, especially if you are building applications, not exploratory work. Most of the work in data analysis is cleaning, and having a language with good string manipulation is very helpful.

https://sites.google.com/site/gappy3000/home/pandas_r

also R indexes from one.

Name: Anonymous 2012-10-03 23:33

nothing, because javascript does everything better

Name: Anonymous 2012-10-03 23:40

>bash is better for scripts
Not if your scripts do more than rename your porn

Name: Anonymous 2012-10-03 23:42

>2012
>Use le bash for script
ISHYGDDT

Name: Anonymous 2012-10-04 1:14

>>5,6
Today, I tried to make one of my uglier Bourne scripts neater by breaking up a very long find command line into separate variables. The command line included many glob characters which I wanted to pass to find without expansion. There was a decent amount of duplicated information in the the arguments, so I also added a few short for loops to approximate Bash's brace expansion.

I wasted almost an hour on this before I concluded that there was no way to do what I wanted without adding enough escaping and requoting to render the variable text totally unreadable, thus defeating my original purpose.

I guess it's about time I went down to the bookstore and got myself a copy of the Camel book.

Name: Anonymous 2012-10-04 1:56

General system scripts, web service back end programming, math.

Name: Anonymous 2012-10-04 3:01

>>8
Perl does all of these things better.

Name: Anonymous 2012-10-04 3:56

>>7
There was no point in doing that.

Don't change these.
Name: Email:
Entire Thread Thread List