I have decided to get back into programming due to a side project that I've been putting on the back-burner for way too long.
I worked through a few tutorials about Android software development and I'm quite impressed with Android Studio for this purpose, but I just did that to have some background knowledge / understanding of the android platform. My Project is something I will do in Python so now I'm looking for an IDE to use.
PyCharm and Wing are way outside of my hobbyist budget. Komodo Edit frustrates me because it doesn't seem to have many features? Can't even Run the module? And Eclipse with PyDev which I heard/read many good things about seems worse than just using Kate. I actually like Kate.
Some time ago I used Kdevelop but now I want more - I want Python cleverness, I want good templates and auto-complete and I want it to auto-import dependencies and auto-complete from those. I want auto-indent to work properly (Why does Eclipse with PyDev not get at least this right?)
I suspect my Eclipse+PyDev is broken, I can't believe that it works as badly as I'm experiencing it! It is ridiculous.
The next IDE I want to look at again is Kdevelop with a Python plugin? There is kdev-python but that seems elusive as well.
So what other options do I have? What do you recommend? The Reviews/comparisons I find online also seem mostly rather out of date :-(
Is there any Python IDE that can automate creation of a virtualenv for the project or even for its modules?
I worked through a few tutorials about Android software development and I'm quite impressed with Android Studio for this purpose, but I just did that to have some background knowledge / understanding of the android platform. My Project is something I will do in Python so now I'm looking for an IDE to use.
PyCharm and Wing are way outside of my hobbyist budget. Komodo Edit frustrates me because it doesn't seem to have many features? Can't even Run the module? And Eclipse with PyDev which I heard/read many good things about seems worse than just using Kate. I actually like Kate.
Some time ago I used Kdevelop but now I want more - I want Python cleverness, I want good templates and auto-complete and I want it to auto-import dependencies and auto-complete from those. I want auto-indent to work properly (Why does Eclipse with PyDev not get at least this right?)
I suspect my Eclipse+PyDev is broken, I can't believe that it works as badly as I'm experiencing it! It is ridiculous.
The next IDE I want to look at again is Kdevelop with a Python plugin? There is kdev-python but that seems elusive as well.
So what other options do I have? What do you recommend? The Reviews/comparisons I find online also seem mostly rather out of date :-(
Is there any Python IDE that can automate creation of a virtualenv for the project or even for its modules?
Comment