i know there "microsoft visual c++ compiler python 2.7" there, or planned, microsoft visual c++ compiler python 3.4 or eve microsoft visual c++ compiler python 3.x matter? supremely beneficial if didn't have install different version of visual studio on entire lab.
unfortunately able use extension modules provided others you'll forced use official compiler compile python. these are:
visual studio 2008 python 2.7. see: https://docs.python.org/2.7/using/windows.html#compiling-python-on-windows
visual studio 2010 python 3.4. see: https://docs.python.org/3.4/using/windows.html#compiling-python-on-windows
alternatively, can use mingw compile extensions in way won't depend on others.
see: https://docs.python.org/2/install/#gnu-c-cygwin-mingw or https://docs.python.org/3.4/install/#gnu-c-cygwin-mingw
this allows have 1 compiler build extensions both versions of python, python 2.x , python 3.x.