schmettow / PfP_Book

Programming for Psychologists - a primer
0 stars 1 forks source link

Check whole book for implicit typecasts involving Boolean #22

Closed schmettow closed 5 years ago

schmettow commented 5 years ago

Implicit typecasting with Boolean is as quirky as it can get in Python, see #21 and end of section 3.1. Check the whole book and code examples for always using explicit Boolean expressions.