Hacker News new | ask | show | jobs
by JimmyAustin 3486 days ago
While I haven't used it with something as rarely used as Decimal, I almost always alias numpy and tensorflow to np and tf respectively. I find it cleans up the code drastically.
1 comments

Those are common conventions for those particular libraries though.