We use Sentry to track runtime errors and I noticed that over time we started getting more type related errors in our Python 2 codebase than before. I believe as the amount of code grows it becomes…
Read more »
This is the meta/coordination issue for Python 3.11 support for Numba and llvmlite. Note: The issue text will be updated continuously to reflect the current process and progress. As Numba interface... (more…)
Read more »
Today I am going to introduce a new concept for Python developers: typeclasses.It is a concept behind our new dry-python library called classes. (more…)
Read more »