Python's IDLE is the integrated development environment (IDE) and learning platform for Python.
N/A
Visual Studio
Score 9.1 out of 10
N/A
Visual Studio (now in the 2022 edition) is a 64-bit IDE that makes it easier to work with bigger projects and complex workloads, boasting a fluid and responsive experience for users. The IDE features IntelliCode, its automatic code completion tools that understand code context and that can complete up to a whole line at once to drive accurate and confident coding.
$45
per month
Pricing
Python IDLE
Microsoft Visual Studio
Editions & Modules
No answers on this topic
Professional
$45.00
per month
Enterprise
$250.00
per month
Offerings
Pricing Offerings
Python IDLE
Visual Studio
Free Trial
No
No
Free/Freemium Version
No
Yes
Premium Consulting/Integration Services
No
No
Entry-level Setup Fee
No setup fee
No setup fee
Additional Details
—
—
More Pricing Information
Community Pulse
Python IDLE
Microsoft Visual Studio
Considered Both Products
Python IDLE
Verified User
Engineer
Chose Python IDLE
I have used Visual Studio Code as well but, I would prefer to use Python IDLE as it helps to debug easily and is user-friendly which ultimately helps to perform the tasks quickly.
IDLE is a good option to run small scripts directly on the console, and that's it. It is a good exit when you don't want or need to open a proper IDE like Pycharm.
It's useful for app development, debugging, and testing. I've been using it for two years and have seen it grow into a fantastic tool. All of the features, NuGet packages, and settings that enable different types of projects are fantastic. It also has a connection to Azure DevOps and Git. It's a fantastic product that's simple to use.
Since Microsoft offers a free Community Edition of the IDE many of our new developers have used it at home or school and are very familiar with the user interface, requiring little training to move up to the paid, enterprise-friendly editions we use.
The online community support for Visual Studio is outstanding, as solid or better than any other commercial or open-source project software.
Microsoft continuously keeps the product up to date and has maintained a history of doing so. They use it internally for their own development so there is little chance it will ever fall out of favor and become unsupported.
Certain settings and features can sometimes be challenging to locate. The interface isn't always intuitive.
Sometimes there are too many ways to do the same thing. For example, users can quickly add a new workspace in Source Control Explorer when a local path shows as "Not Mapped," but it doesn't indicate that the user might want to check the dropdown list of workspaces. The shortcut of creating a new workspace by clicking on the "Not Mapped" link can lead to developers creating too many workspaces and causing workspace management to become unwieldy. If the shortcut link were removed, the user would be forced to use the Workspace dropdown. While it can add an extra step to the process, workspaces would be managed more easily, and this would enforce consistency. At the very least, there should be a high-level administrative setting to hide the shortcut link.
VS is the best and is required for building Microsoft applications. The quality and usefulness of the product far out-weight the licensing costs associated with it.
The IDE Python IDLE is a good place to start as it helps you become familiar with the way Python works and understand its syntax.
This IDE allows you to configure the environment, font, size, colors, .....
It also looks like any simple text editor for any operating system, I work with Windows or Linux interchangeably, and you don't have to learn to use the IDE before programming.
Once the IDE is executed you can start programming directly in it.
The thing I like the most is Visual Studio doesn't suffer from Microsoft's over eager marketing department who feel they need to redesign the UI (think Office and windows) which forces users to loose large amounts of productivity having to learn software that they had previously known.
Python IDLE support is what the community can give you. As it is free software, it does not have support provided by the manufacturer or by third-parties.
In any case, for most of the problems that normal users can find, the solution, or alternatives, can be found quickly online.
As this IDE is made in Python, the support is the same group of Python developers.
Between online forums like StackOverflow, online documentation, MSDN forums, and the customer support options, I find it very easy to get support for Visual Studio IDE when I need it. If desired, one can also download the MSDN documentation about the IDE and have it readily available for any support needs.
Python IDLE is very easy to use compared to PyCharm. So for simple python scripting, Python IDLE is preferable to PyCharm, which has relatively steep learning curve. Compared to Python IDLE, PyCharm is more resource intensive, which may be worth it when comes to large projects, but PyChram does not provide any extra value for simple scripting.
I personally feel Visual Studio IDE has [a] better interface and [is more] user friendly than other IDEs. It has better code maintainability and intellisense. Its inbuilt team foundation server help coders to check on their code then and go. Better nugget package management, quality testing and gives features to extract TRX file as result of testing which includes all the summary of each test case.
We've had hundreds of hours saved by the rapid development that Visual Studio provides.
We've lost some time in the Xamarin updates. However, being cross platform, we ultimately saved tons of time not having to create separate apps for iOS and Android.