20 ene 2009

Today it is a good day to start learning Python

I just was trying to solve a problem of my brother, and I found Python really exciting. Of course, it doesn't seem to be as good as Perl for regular expressions, but instead, seems that modularization is very clean, and it also has a very large set of libraries.

Of course, I am not planning moving into Python, but I will keep an eye opened for that language. It could be a nice choice when building a fast prototype :).

2 comentarios:

Bernar dijo...

I think a "good" programmer doesn't need to move into another language, but use it when necessary.

P.S: I've never used Python, I'm not a "good" programmer :D

Chris dijo...

Python is my favourite language for hacking up short scripts. The combination of an imperative style with sprinklings of functional influence is nice.

>>> import this