in reply to Re: What programming language do you hate the most? (Python)
in thread What programming language do you hate the most?

I totally corroborate!

- also in python ... have you noticed....

  • version 2.7 "stuffs" does not work on version 3... backward compatibility, like with mu*softs code, is thrown away to move on.
  • there is a difference between " " and " " in the line openers.... why Guido van Rossum forgot blocks delimiters on the way ? As { parenthesis } are so much more beautiful, soothing and reassuring to code staring....a left bracket always leads you gently, raising from a humble beginning, to the rewarding right logical end of ones algorithm's journey...but python lets you in the void of empty spaces...
    • Comment on Re^2: What programming language do you hate the most? (Python)