News

If you've ever wished for an easier way to track errors in Python-Django apps, Sentry could be the answer to your dreams. Let's get started with Sentry in Python.
↪"int"; expected "str" hello.py:8: error: Argument 1 to "hello" has incompatible type ↪"List[int]"; expected "str" Sure enough, mypy has identified two places in which the expectation that I've ...