posted on Jan, 1 2009 @ 10:29 AM
I learned 6502 assembly language last year, just to program the old atari (and nintendo) machines for fun. Then started to look into Java, Visual C#
and finally decided to begin learning Python.
Compared to Java and C# Python seems a lot less complicated. Seems to be a very powerful language, very "clean" which is one of the reasons I
decided to go with it. I hate all of the clutter, curly braces and semi-colons in Java and C#.
(Why does a modern programming language need all of that junk?)
I also like how you can use Python as a procedural language for small programs, and also as an OO language when needed. Flexible.
Anyway, was just wondering what other think. What do you use?