Oddbean new post about | logout
 In Python, a warning is an alert message that doesn't raise an exception or terminate the program. There are various categories of warnings, and developers can manually trigger a warning using the `warn()` function.

Source: https://dev.to/hyperkai/warning-in-python-415g