PyCharm vs. Microsoft Visual Studio

Overview
ProductRatingMost Used ByProduct SummaryStarting Price
PyCharm
Score 9.2 out of 10
N/A
PyCharm is an extensive Integrated Development Environment (IDE) for Python developers. Its arsenal includes intelligent code completion, error detection, and rapid problem-solving features, all of which aim to bolster efficiency. The product supports programmers in composing orderly and maintainable code by offering PEP8 checks, testing assistance, intelligent refactorings, and inspections. Moreover, it caters to web development frameworks like Django and Flask by providing framework…
$99
per year per user
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
PyCharmMicrosoft Visual Studio
Editions & Modules
For Individuals
$99
per year per user
All Products Pack for Organizations
$249
per year per user
All Products Pack for Individuals
$289
per year per user
For Organizations
$779
per year per user
Professional
$45.00
per month
Enterprise
$250.00
per month
Offerings
Pricing Offerings
PyCharmVisual Studio
Free Trial
YesNo
Free/Freemium Version
NoYes
Premium Consulting/Integration Services
NoNo
Entry-level Setup FeeNo setup feeNo setup fee
Additional Details
More Pricing Information
Community Pulse
PyCharmMicrosoft Visual Studio
TrustRadius Insights
PyCharmMicrosoft Visual Studio
Highlights

TrustRadius
Research Team Insight
Published

PyCharm and Visual Studio IDE are both development tools designed to make it easier for users to write code.  PyCharm is specialized in Python programming, while Visual Studio IDE is a development tool specialized for .net development.  Both tools are popular with mid-sized businesses and large enterprises depending on their use case.

Features

PyCharm and Visual Studio IDE both offer basic features such as code completion and linkers, but they also have a few standout features that set them apart from each other.

PyCharm provides built in support for virtual environments, as well as specialized Python features out of the box.  Users will be able to write Python code in PyCharm out of the box with many additional features, whereas other IDEs may require users to find and install extensions first to create a good development environment. 

Visual Studio IDE supports coding in many languages, and allows users to add additional features using extensions.  A Python developer can download whatever extensions they want to create an ideal programming environment.  As a result, Visual Studio IDE is lightweight out of the box, and users are able to add only the extensions they need.  For developers looking for a lean, quick loading IDE that is still customizable, VIsual Studio IDE may be a good choice.

Limitations

PyCharm and Visual Studio IDE both aid developers with coding, but they also have some limitations that are important to consider.

PyCharm provides many features for Python coding out of the box, but it is also a heavy IDE with longer load times compared to other options.  Additionally, PyCharm offers limited support for non-Python languages.  Businesses looking for a quick, lightweight IDE with more customization options may prefer Visual Studio IDE.

Visual Studio IDE offers a high level of customizability, but it doesn’t offer as much support for Python development out of the box.  Businesses looking for high levels of support for virtual environments, or who don’t want to have to set up extensions may prefer the ease of use of PyCharm.  Even with extensions, Visual Studio IDE also doesn’t support Python development to the same extent as a dedicated tool, so businesses that develop primarily, or exclusively in Python will appreciate the features of PyCharm.

Pricing

PyCharm professional is priced at $199.00 per year, though its price reduces with each renewal.

Visual Studio’s basic subscription starts at $45.00 per month and includes essential development features.  Businesses looking for priority support or professional training can purchase the Professional subscription for $1,199.00 per year, with discounts for renewal.

Best Alternatives
PyCharmMicrosoft Visual Studio
Small Businesses
IntelliJ IDEA
IntelliJ IDEA
Score 9.4 out of 10
PyCharm
PyCharm
Score 9.2 out of 10
Medium-sized Companies
IntelliJ IDEA
IntelliJ IDEA
Score 9.4 out of 10
PyCharm
PyCharm
Score 9.2 out of 10
Enterprises
IntelliJ IDEA
IntelliJ IDEA
Score 9.4 out of 10
PyCharm
PyCharm
Score 9.2 out of 10
All AlternativesView all alternativesView all alternatives
User Ratings
PyCharmMicrosoft Visual Studio
Likelihood to Recommend
8.6
(0 ratings)
9.0
(0 ratings)
Likelihood to Renew
10.0
(0 ratings)
10.0
(0 ratings)
Usability
8.7
(0 ratings)
10.0
(0 ratings)
Support Rating
8.3
(0 ratings)
8.8
(0 ratings)
User Testimonials
PyCharmMicrosoft Visual Studio
Likelihood to Recommend
It's easy to create virtual environments and install packages for different projects as we may need project-specific packages for doing our experiments, also it's easy to see what changes we have made and create pull requests faster. But sometimes we want some light python editor like Jupiter notebook as PyCharm is relatively heavier, also Jupiter notebooks are a good option when we need to run remote code on local machines.
Read full review
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.
Read full review
Pros
  • Git integration is really essential as it allows anyone to visually see the local and remote changes, compare revisions without the need for complex commands.
  • Complex debugging tools are basked into the IDE. Controls like break on exception are sometimes very helpful to identify errors quickly.
  • Multiple runtimes - Python, Flask, Django, Docker are native the to IDE. This makes development and debugging and even more seamless.
  • Integrates with Jupyter and Markdown files as well. Side by side rendering and editing makes it simple to develop such files.
Read full review
  • Rock solid intellisense. For C# and VB.Net code, the intellisense provided by Visual Studio is hands down the best. If you find that you have a hard time remembering parameters of functions, or what object names were, the intellisense will rescue you and help me be an efficient developer.
  • Super fast and simple to use debugger for C# and VB. Everything in the debugger is handed to you on a silver platter. When you stop on a break point, it immediately shows you the local variables, the call stack, and even your current memory usage. Setting up watch variables is super simple and you can even make breakpoints conditional so it will only stop on certain conditions.
  • Hides the tedious tasks. There are quite a few things like publishing, creating click once deployments, and adding/removing settings in the project files that can be really time consuming when trying to do it by hand (such as if you don't have access to Visual Studio and you need to make changes). Visual Studio hides all the tedium from you by making nice point and click interfaces to get things done quickly.
Read full review
Cons
  • PyCharm text editor automatically inserts whitespace at the end of each line which can cause issues when doing text comparisons.
  • The package requirement checker and installer does not work well all the time and can be improved
  • Integration with GitLab pipelines can be made better.
Read full review
  • 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.
Read full review
Likelihood to Renew
It's perfect for our needs, cuts development time, is really helpful for newbies to understand projects structure
Read full review
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.
Read full review
Usability
It's pretty easy to use, but if it's your first time using it, you need time to adapt. Nevertheless, it has a lot of options, and everything is pretty easy to find. The console has a lot of advantages and lets you accelerate your development from the first day.
Read full review
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.
Read full review
Support Rating
I rate 10/10 because I have never needed a direct customer support from the JetBrains so far. Whenever and for whatever kind of problems I came across, I have been able to resolve it within the internet community, simply by Googling because turns out most of the time, it was me who lacked the proper information to use the IDE or simply make the proper configuration. I have never came across a bug in PyCharm either so it deserves 10/10 for overall support
Read full review
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.
Read full review
Alternatives Considered
It is more complete and can handle more projects at the same time. On the other hand, Visual Studio Code has better integration with LMS to help you code. PyCharm allows you to integrate with many external tools and external servers that Visual Studio Code has difficulties with.
Read full review
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.
Read full review
Return on Investment
  • Improved efficiency with coding assistance (templates, code completion, documentation), which helps us avoid 'reinventing the wheel' with new projects.
  • Extensive support for other packages/integrations: Docker support to test code, Git repo creation (for version control), and integration with different database systems (Postgres, MySQL).
Read full review
  • Using the integration between Visual Studio and our source control service, the cost of re-work and losing code is drastically reduced.
  • Paid versions of Visual Studio enable developers to be so much more productive than hacked-together open source solutions that it's hard to imagine developing in Windows without it.
  • When combined with support subscriptions and the vast array of free online help options available, Visual Studio saves our developers time by keeping them coding and testing, not wasting their time trying to guess their way out of problems or spend endless hours online hoping to find answers.
Read full review
ScreenShots