I manually went through the python code and made it pep8 compliant.
I also fixed a few things suggested by pylint and "common sense".
All the tests are green, but I haven't checked functionality thoroughly.
I would consider:
Using an autoformatter like black
Change symbols that override built-ins like id and all
Going through the bare exception-clauses. Right now I have just ignored them, but we ought to do better.
I added a few todo's, these are mainly questions for you @thuma
I manually went through the python code and made it pep8 compliant. I also fixed a few things suggested by pylint and "common sense". All the tests are green, but I haven't checked functionality thoroughly.
I would consider:
id
andall
I added a few todo's, these are mainly questions for you @thuma