>>4
Man, this is the third time since yesterday that I randomly see that book cover while browsing different websites. I think I'm gonna have to read it.
>>13 My EYES!
OP, just continue Python for now if you know nothing else about programming. Ruby is shit compared entirely. I haven't ever read any books on Python, however, so I can't suggest anything. Just practice, ask questions on newsgroups, and possibly look at the design of any non-crap projects that are written in Python.
Name:
Anonymous2011-12-20 20:09
>>15
Thanks. That's what I've been doing so far. Except the "look at the desing..." part because I know I wouldn't understand much yet.
All I know is I've heard Dive Into Python is shite. There's also #python on freenode for asking questions in realtime. No idea if they're assholes there though, like on ##c...
>>20
Lazy or not I'll have to read it online. I live in a small village in a country that speaks spanish, so I doubt that that book is at the library.
Lot's of people have been telling me to read it. I started trying to learn Python because I've read that it's the best for the beginners. But now you tell me to read SICP. Has it basic knowledge on programming or something?
it is a vast improvement and offers unique features not seen in any other language such as closures and strong fp support. it is also extremely performant so you will never have to dig into writing c for parts of your program
>>22
SICP is THE introductory book on computer science. It will give you the correct mindset for programming, too. Read it, then you'll be qualified to learn and do whatever you want.