I’m starting to code in various projects using Python (including Django web development and Panda3D game development).
To help me understand what’s going on, I would like to basically ‘look’ inside the Python objects to see how they tick – like their methods and properties.
So say I have a Python object, what would I need to print out its contents? Is that even possible?