Comment Re:possible improvements to python? (Score 2, Informative) 248
Python _is_ more object oriented then VB. VB6 is object based, since there is no inheritence.
(and python supports single and multiple inheritance)
Perl neater then Python? I love both languages but Python programs are amazingly more readable then Perl programs.
Perl slower then Python? not in my experience.
They are really close in performance.
see, http://www.bagley.org/~doug/shootout/
And have you done OO in Perl? compared to Python
it's a pain.
VB code 2-3x shorter then the Python version?
I've had the exact opposite experience and usually the Python version is 5-10x shorter then the VB version.