+ 2
I want to learn python with web app development
Which IDE is best for me? Can you help me? 1-Pycharm 2-Vs Code Other(Suggest me IDE)
3 Answers
+ 3
In the performance criteria,Ā VS CodeĀ easily beatsĀ PyCharm. BecauseĀ VS CodeĀ doesn't try to be a full IDE and keeps it simple as a text-editor, the memory footprint, startup-time, and overall responsiveness ofĀ VS CodeĀ is muchĀ better than PyCharm.
+ 1
If you ask for IDEs, VS Code is out of the mix since yeah it is just barely not an IDE. JetBrains IDEs are probably the most value out there right now, and there is built-in support in PyCharm for Django, (the most popular Python web framework) templates, Intellisenseā¢, tools for model and view creation, and nice integration with databases and servers.
I think tools beat some of the slow startup time and other minor speed issues. That's how literally every IDE works.
0
see in my opinion
pycharm would be better for you
as its an ide with all the neads and deeds required for a beginner in a language.
it also consists of some interesting features such as intellisense, Django framework, as well as all the other support liberaries, which will be required further.
hope you would like my view!



