Please read the new rule regarding the restriction on the use of AI tools. ×

aryan_agrawal's blog

By aryan_agrawal, history, 4 years ago, In English

Hello everyone, I wanted to ask which ide should I use for competitive programming. I program in python

Thanks in advance !!

  • Vote: I like it
  • +11
  • Vote: I do not like it

| Write comment?
»
4 years ago, # |
  Vote: I like it +26 Vote: I do not like it

An IDE that doesn't support Python :)

»
4 years ago, # |
  Vote: I like it +8 Vote: I do not like it

The best IDE for you is a matter of habbit. Personally I code in PyCharm.

  • »
    »
    4 years ago, # ^ |
      Vote: I like it +6 Vote: I do not like it

    how do you take standard input in pycharm?

    • »
      »
      »
      4 years ago, # ^ |
        Vote: I like it +10 Vote: I do not like it

      There is an integrated console in pycharm (such a huge advantage). (if you're asking about this)

»
4 years ago, # |
  Vote: I like it -8 Vote: I do not like it

Instead of IDE you can editors like VS Code and Sublime Text

»
4 years ago, # |
  Vote: I like it -8 Vote: I do not like it

Spyder would be better if you plan to do data science along with CP sometime in future. Otherwise I would recommend VSCode. (Has a lot of features and plugins, and a great community).

»
4 years ago, # |
  Vote: I like it +10 Vote: I do not like it

you can even use Jupyter Notebook. It's simple and lightweight.