

Experiment with multiple libraries and library methods or built in methods?
I would argue that you shouldn’t use external libraries. No need to import and entire lib to do one function, try making the function yourself. Yes it will not run as good but you can then optimise from there and see how the library does it after.




Shouldn’t it be the other way around?