I'm a Ruby person migrating to Python. One thing that I miss is an easy way to see a list of all the methods that I could use on a particular object in a shell.
Is there an analogue to Ruby's Object#methods in Python?
I'm a Ruby person migrating to Python. One thing that I miss is an easy way to see a list of all the methods that I could use on a particular object in a shell.
Is there an analogue to Ruby's Object#methods in Python?