I am trying to understand what the best practices are with regards to Python\'s (v2.7) import mechanics. I have a project that has started to grow a bit and lets say my code
You can refer to the 'Style Guide for Python Code' for best practices, the import is kept in the class in that guide.
https://www.python.org/dev/peps/pep-0008/#imports