Y
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
fletchowns
3485 days ago
Those are common conventions for those particular libraries though.
link