The Python Underscore
Everything in Python is an object, underscore included.
The dir() function returns information about any object in Python. Calling dir on dir is valid.
Call the dir() function on underscore to see all its attributes and functions. Try it.
Members o...
nantech.hashnode.dev4 min read