|
|
|
|
|
by int_19h
4045 days ago
|
|
There's a lot of common ground feature-wise, but both also have their strong points. PyCharm's biggest one is that it's cross-platform, but also good integration with GAE and AWS, and neat features such as Cython editing. PTVS, on the other hand, is Windows-only, but has neat stuff like debugging Python and C++ side by side: https://github.com/Microsoft/ptvs/wiki/Mixed-Mode-Debugging |
|