IDE extension that lets you fix coding issues before they exist!
Setup is effortless and analysis is automatic for most languages
Fast, accurate analysis; enterprise scalability
The forms <> and != are equivalent. But in Python 2.7.3 the <> form is considered obsolete.
<>
!=
return a <> b # Noncompliant
return a != b