HACKER Q&A
📣 hemloc_io

Handling Matricies in Python?


Anyone have any tips/good practice for handling matrices in python without using builtins/numpy?

In interview prep unfortunately, so I can't just write the code that makes sense.

Hopefully can put all this to work making some cool demos ;)


  👤 henning Accepted Answer ✓
i know it's not what you asked for, but why wouldn't you want to use numpy?