3
The best Python feature you cannot use
(www.bitecode.dev)
TL;DR
Python optimizes "assert" statements out with -O or PYTHONOPTIMIZE set and some users seem to use it for critical stuff instead of raising Exceptions.
A general programming discussion community.