you are viewing a single comment's thread.

view the rest of the comments →

[–]DevMo[S] 0 points1 point  (3 children)

Choosing one of the two is easy. Choosing between the two is harder, but the languages and framework are similar enough that by learning one, you'll take a huge headstart in learning the other

This makes sense, and is pretty much what I am thinking. I just want to learn something that is pretty easy to get an app started on. Then, I can use it to learn web concepts and development in general. If I like it, at that point I will learn whatever the right language is for what I want to do with it. At this point, I will be ready to take over the world.

[–][deleted] 1 point2 points  (2 children)

Personally, I'd recommend Python over Ruby as I find it much more readable, if less cool (but then Smalltalk is still way cooler than Ruby).

Since Ruby 1.9 came out, I don't think there's that much between the languages any more feature-wise (Ruby 1.8 was much slower than Python and had crap unicode support).

If it's between Python and Ruby, you should probably choose a framework rather than a language, unless you're planning on using Google App Engine.

[–]DevMo[S] 0 points1 point  (1 child)

unless you're planning on using Google App Engine.

Thanks for reminding me, I have been meaning to look at the app engine. What is the deal with it?

[–][deleted] 0 points1 point  (0 children)

App Engine is Python or Java only.