Hi all, very much appreciated for the replies.

Like some have mentioned, I am having issues whether to use camelCase or 
not, though at certain pep8 docs seem to be implying that I can mix those 
underscores etc. such as 

class pepTest(object):
    def _init_(self):
        self.randomValue = 10
        ...
    def getMayaVersion(self):
        maya_version = str(mc.about(v = True))


And that is probably the root of my confusion...
Still not sure what is right or wrong...

Also an off topic question - how complicated will it be to change all maya 
ui layout commands into pyqt format (just so you know, I have an entire ui 
that is made up of maya commands)

-- 
You received this message because you are subscribed to the Google Groups 
"Python Programming for Autodesk Maya" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/python_inside_maya/f051c7bf-18ba-4dc5-8a30-eb6450260912%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to