I'd also recommend that you don't inherit class objects everywhere, just
because the sake of inheriting - or you may end up with inheritance
resolution errors. Python kind of seems, at first glance, to want you to
design your stuff that way. At least that was how I was taught Python...
Instead I'd create libraries and import where needed instead of inheriting
them. It's an easy pit fall (in my opinion) when you start out structuring
a larger Python application.

Also, install the flake8 linter in your favorite editor. This'll warn you
of common mistakes too and make you appreciate PEP-8.

Cheers!



On Wed, Apr 20, 2016 at 12:15 AM <[email protected]> wrote:

> cheers, got it!
>
> Sam
>
> --
> 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/8c8e0df4-aaf7-4975-8602-894699bec098%40googlegroups.com
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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/CAD%3DwhWPFKT_P%3D4uSNAHO4c4Vp_gtTwy05W7AkwHjg%2BJBfkRsBw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to