Couldn\'t find much on this. Trying to compare 2 values, but they can\'t be equal. In my case, they can be (and often are) either greater than or less than.
Should I use
Just stick to !=.
!=
<> is outdated! Please check recent python reference manual.
<>