Ultimate IDE for Python Programing
What do you like best?
Its and open source GUI tool for programing. Its very much helpful for a programmer to write a source code with a lot of functionality using this IDE. Its very much easy to debugger and find errors in the code. You can directly use the libraries installed on you machine with a simple import module. You can also execute your code line by line. The best part of the IDE is that the error is displayed before execution.
What do you dislike?
When ever you try to execute the a source code which requires lot of computation and processing power(GPU) the Kernal keeps on crashing and its very much difficult to execute the application during this time.
What problems are you solving with the product? What benefits have you realized?
The conflict of using multiple version of same library and modules can easily be solved by just creating a different environment for a different project.