Exceptions
raise Exception("Some text")
raise ValueError("Some text")
try:
# Risky code
except Exception as err:
# Handle exception
## Files
{id: overview-files}
(Plain text, CSV, Excel, JSON, YAML)
## Functions
{id: overview-functions}
## Modules
{id: overview-modules}
bytes
Exception handling
Flake8
Pylint
assert