Don’t Use Asserts for Data Validation
If you want to change selection, open document below and click on "Move attachment"
Assert Statements in Python – dbader.orgthat makes it easy to write useless assertions. This sounds (and potentially is) pretty horrible, so you might at least want to skim these two caveats or read their summaries below. Caveat #1 – <span>Don’t Use Asserts for Data Validation Asserts can be turned off globally in the Python interpreter. Don’t rely on assert expressions to be executed for data validation or data processing. The biggest caveat with using asser Summary
status | not read | | reprioritisations | |
---|
last reprioritisation on | | | suggested re-reading day | |
---|
started reading on | | | finished reading on | |
---|
Details