In this guide we are going to quickly discuss a handy little feature built into Spyder, and that’s the Help pane or sometimes called the object inspector. The Help pane can be used to find documentation for modules, classes, functions and methods and I find this to be incredibly helpful for new developers because it shows how an object can be leveraged and the available parameters within it. So instead of constantly referencing a library’s User Guide, you’re able to access documentation within the IDE itself. And when you have some extra time I highly encourage you to go through the Help tutorial and familiarize yourself with the functionality.