General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
LoneTech
3Blue1Brown
comments
Comments by "LoneTech" (@0LoneTech) on "How I animate 3Blue1Brown | A Manim demo with Ben Sparks" video.
The real secret to how it's not as dangerous is in the last like of the Zen of Python (import this): "Namespaces are one honking great idea -- let's do more of those!" globals() actually gets you the dictionary of the module you're in. You might shadow builtin names, but that doesn't break them in other places.
1