May-16-2023, 10:06 PM
Just wondering what IDE you guys are using? I'm using WingWare which appears quite good. I was wondering if any of you are using Visual Studio for Python. Not Visual Studio Code, but the regular Visual Studio.
(May-16-2023, 10:06 PM)357mag Wrote: [ -> ]I was wondering if any of you are using Visual Studio for Python. Not Visual Studio Code, but the regular Visual Studio.Very few use regular Visual Studio with Python,almost all use VS Code(look at Python extension 85 million downloads),
(May-17-2023, 02:13 AM)357mag Wrote: [ -> ]you can download something called Iron Python and install it into Visual Studio, and you can use WinForms or Windows Presentation Foundation to bring up a form like you would in C# or Visual Basic, and then you can drag and drop components on it and start coding event handlers.Yes,Iron Python also works from other Editors to,but if making GUI i would not use WinForms.
(Jul-11-2023, 08:15 AM)PyDan Wrote: [ -> ]I use both VS code and Visual studio, I’m writing C++ wrappers for Python.. Both behave quite similar with Python
Visual studio is probably overkill for python alone, but it’s great if you’re doing multiple languages.
Currently running two monitors, one with VS code & python, the other VS Studio with a C++ solution
I’m using wxPython for my GUI. I use the DialogBlocks editor to generate GUIs
Geany
is a very resource-saving alternative if Github connectivity is not required