Bitten by my C/Java experience

Cecil Westerhof Cecil at decebal.nl
Mon May 4 11:20:05 EDT 2015


Potential dangerous bug introduced by programming in Python as if it
was C/Java. :-(
I used:
    ++tries
that has to be:
    tries += 1

Are there other things I have to be careful on? That does not work as
in C/Java, but is correct syntax.

-- 
Cecil Westerhof
Senior Software Engineer
LinkedIn: http://www.linkedin.com/in/cecilwesterhof



More information about the Python-list mailing list