Repl.it vs pycharm | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

Repl.it vs pycharm

Which is better for python

7th Nov 2020, 6:08 PM
Rahul Kumar
Rahul Kumar - avatar
1 ответ
+ 4
Rahul Kumar An IDE with a local debugger, call stack, breakpoints, watch variables, auto complete intellisense, go to definition, type hinting, test runners, multi-file support, code refactoring tools, linters, built-in terminals, integrated VCS, etc are the key criteria for me. Therefore, for programming anything beyond something simple, PyCharm IDE is my preference everytime. repl.it is good for sharing simple codes.
8th Nov 2020, 12:56 AM
David Carroll
David Carroll - avatar