I just got Visual Studio 2013 RC with PTVS ( Python Tools for Visual Studio ). How to use the Windows Forms Designer Visual Studio has embedded in Python? VS has an Iron Python template for WF, but there is no way to use the actual GUI designer. Is there any way to get the functionality of a GUI designer using python?
source
share