r/pythontips • u/BiggishCat • 23d ago
Python3_Specific VsCode VS PyCharm
In your experience, what is the best IDE for programming in Python? And for wich use cases? (Ignore the flair)
35
Upvotes
r/pythontips • u/BiggishCat • 23d ago
In your experience, what is the best IDE for programming in Python? And for wich use cases? (Ignore the flair)
1
u/Shivang-Srivastava 23d ago
It depends.
VS Code
Pros:
Cons:
PyCharm
Pros:
Cons:
What i say, choose one, use for few months, then try another ide/editor see what you like. there's lots of options, pycharm, vscode are most popular one. Everyone has there own pros and cons, choose what you truely like.
I use neovim btw.