✨ introspection | Python Glossary ✨
📖 The ability of a program to examine the type or properties of an object at runtime.
🏷️ #Python
📖 The ability of a program to examine the type or properties of an object at runtime.
🏷️ #Python
✨ local variable | Python Glossary ✨
📖 A variable that you bind inside a function or method body.
🏷️ #Python
📖 A variable that you bind inside a function or method body.
🏷️ #Python
✨ Anaconda Navigator | Python Tools ✨
📖 A desktop graphical interface included with the Anaconda Distribution.
🏷️ #Python
📖 A desktop graphical interface included with the Anaconda Distribution.
🏷️ #Python
❤2
✨ unpacking | Python Glossary ✨
📖 Passing multiple values at once by expanding an iterable.
🏷️ #Python
📖 Passing multiple values at once by expanding an iterable.
🏷️ #Python