I would like to know the best Python IDE i can use on Linux and how i can install it. Writing code from VI has become hectic in terms of syntax high lighting, indentation and many more for me as a Python beginner and i would like to use an IDE with some pre-installed modules.
If possible is there a way of configuring VI/VIM as an IDE fro Python.
If suggestions are your priority, then pycharm is good. You can also use vim with a little plugins to have suggestion but IDE will be a better choice with error highlighting and suggestions.