Earlier quoted context omitted.
I agree. I came to Python in 2000, after Perl (1996-1998), PHP (1999), Matlab (1992-1996), C++ (1990), Fortran (1989), C (1988), Pascal (1988), Assembly (1984-86) and Basic (1981-83). After all those, I found Python, as the saying goes, really does "fit your brain" [1]. Since discovering Python 18 years ago, I have looked at Haskell, successfully avoided Java, and promised myself to "one day" do more JS. Still, Pytho…
> "Python fits your brain" For me, I find using python is like touching both data and code with my hands. As much as it's trendy to bash Object Oriented languages, the way python allows to lookup all variables and method on a class or an object makes it like using your hands: dir(MyClass) help(MyClass) dir(my_object) help(my_object) etc...
[0] http://www.ccs.neu.edu/home/matthias/HtDP2e/index.html
[1] http://web.mit.edu/alexmv/6.037/sicp.pdf
[2]https://www.youtube.com/watch?v=2Op3QLzMgSY&list=PLE18841CAB...