DEV Community

Discussion on: Python 'is' vs '=='

 
aminmansuri profile image
hidden_dude

yes.. but if you needed something fancy like a left leaning red black tree or a concurrent skip list you'd need 'is' to work for you for completeness.

(ps. I know they don't really have "pointers" but in these scenarios you use it like a pointer)