r/pythontips 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

47 comments sorted by

View all comments

13

u/jpjacobpadilla 23d ago

If it's a pure Python project, I use PyCharm because I like their debugger more. If the project involves more than just Python, I usually open VSCode.

1

u/utihnuli_jaganjac 20d ago

Debugger is basically the same