Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Visual Studio for Python
#1
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.
Reply
#2
I've been watching some videos on YouTube and if I am understanding correctly 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.

If I understood that video correctly.
Reply
#3
(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),
it much more aimed against Python.
I did write VS Code from start it's from 2018,but most of work today.
(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.
Python has better option like eg ttkbootstrap, CustomTkinter to make build Tkinter look good.
Qt for Python, WxPython.
Reply
#4
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
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Creating Python scripts in Visual Studio Code Sanjish 4 2,609 Dec-22-2020, 12:32 PM
Last Post: snippsat
  visual studio code python how to get source code of import module definitian umen 2 3,959 Jun-13-2020, 06:20 PM
Last Post: umen
  Visual studio shortcut key to add comments to python code mp3909 15 9,431 Jun-06-2020, 01:15 PM
Last Post: mp3909
  Python Shell As Preferred Mode For Integrated Terminal In Visual Studio Code adt 4 4,062 Sep-07-2019, 06:00 PM
Last Post: adt
  Visual studio and Afzal 0 1,781 Feb-20-2019, 11:10 AM
Last Post: Afzal
  Python in Visual Studio “15” Preview snippsat 5 22,267 Oct-17-2016, 06:43 PM
Last Post: nilamo

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020