Unravelling rich comparison operators in Python

For the next part of my blog series on pulling apart Python’s syntactic sugar, I’m going to be tackling rich comparison operators: ==, !=, >, <, >=, <=. For this post I am going to be picking apart the example of a > b. … Read more

Similar

We open sourced our Python platform

The team at Anvil recently open sourced the Anvil App Server, a runtime engine for hosting web apps built entirely in Python. The community reaction has been overwhelmingly positive, and we, at Anvil, have already incorporated lots of that feedback into o... (more…)

Read more »