0

What is difference between python app and pycharm....what should i use

19th May 2018, 1:27 PM
Kamrul Hasan
Kamrul Hasan - avatar
2 Respuestas
+ 3
Python comes with its built-in IDE called IDLE, which has all basic functionalities to make programs. If you want more advanced features like prediction, debugging, file management, etc. There are many good IDEs such as PyCharm, Visual Studio Code, etc. out there. Hope this helps :)
19th May 2018, 1:39 PM
Just A Rather Ridiculously Long Username
+ 8
PyCharm is an IDE, or kind of an "editor" for writing Python scripts. One of the best, I have to say. Python app is just a user input-dependent script, if I understand it right :)
19th May 2018, 1:38 PM
Kuba Siekierzyński
Kuba Siekierzyński - avatar