I'm collaborating with some fellow students to build a python app, and was hoping to use the 'training wheels' of Visual Studio intelli-sense. They use python on mac and linux, so ideally our source control repo would consist of just *.…
In PTVS the default behavior is for the program to print to the Python console window and the Visual Studio Debug Output window.
Realizing that it won't be able to accept user input, how do I suppress the Python console …