Anyone writing in their Python
from import *
is gonna get an automatic block
🧪 #python #programming
from
is gonna get an automatic block
🧪 #python #programming
Comments
a = np.concatenate(…)
From numpy import concatenate
a = concatenate(...)
??
import a
import b
gns = globals()
for k, v in (a.__dict__ | b.__dict__).items():
gns[k] = v
(I assume this works. I mean, mechanically, not ethically)
*not all scientists! (not me, for instance)
LISP FTW
Well, that’s a relief