When comparing Kdevelop with kdev-python vs Spacemacs with Python layer, the Slant community recommends Spacemacs with Python layer for most people. In the question“What are the best Python IDEs or editors?” Spacemacs with Python layer is ranked 6th while Kdevelop with kdev-python is ranked 17th. The most important reason people chose Spacemacs with Python layer is:
At the heart of Spacemacs, the configuration layers group packages configuration into semantic units that can be toggled on and off. The architecture is simple but powerful allowing to easily manage configuration dependencies between hundreds of packages. Layers for other languages can be found [here](https://github.com/syl20bnr/spacemacs/tree/master/layers/+lang).
Specs
Ranked in these QuestionsQuestion Ranking
Pros
Pro Blazingly fast
PyCharm is amazing and easily the most feature option out there. But KDevelop is faster and has all the features needed for python develop. Opening new files, moving from file to file, code and syntax checks, everything happens instantly.
In the end the speed is what won me over to use KDevelop, when code is in my mind I don't want to wait on my IDE.
Pro Excellent syntax highlighting
Kdevelop has very smart syntax and semantic syntax highlighting.
Pro Real-time static analysis
Kdevelop has a pretty powerful and sophisticated implementation of static analysis for Python. It's capable of pretty good type inference, tracking types and the expected groking of inheritance trees.
Pro Best Vim bindings in an IDE
Most IDEs have very limited vim bindings, but KDevelop runs on the Kate editor. Kate is one of the most robust editors in the Linux world and is subsequently very functional. The Vim bindings are very close to complete with very few holes.
Pro Support for different languages with layers
At the heart of Spacemacs, the configuration layers group packages configuration into semantic units that can be toggled on and off. The architecture is simple but powerful allowing to easily manage configuration dependencies between hundreds of packages.
Layers for other languages can be found here.
Pro Easy to remember keybindings
Key bindings are organized in mnemonic namespaces. For instance buffer actions are under b
, file actions under f
, project actions under p
, search actions under s
etc...
Key bindings are consistent across the whole distribution thanks to a set of conventions.
Pro Great support from the community
The community is very active and there is a welcoming gitter chat to ask for questions.
Pro Free/Libre/Open
Pro It includes org-mode
Pro Easy to manage configuration dependencies
At the heart of Spacemacs, the configuration layers group packages configuration into semantic units that can be toggled on and off. The architecture is simple but powerful allowing to easily manage configuration dependencies between hundreds of packages.
Pro Gradual learning curve
Evil package is a first class citizen, Spacemacs embraces it from day one. Evil package allows Vim users to be productive very quickly while still allowing regular Emacs users to use Spacemacs.
Pro Above average documentation quality
Documentation is mandatory for each new configuration layer and can be accessed directly within the editor in Org format.
Cons
Con Works with no problems only on Linux
KDevelop is an IDE for the KDE platform. Even though it's cross-platform, it's mostly targeted at Linux systems and the versions for other operating systems are highly experimental.
Con Configured in Emacs Lisp
Most developers don't know Lisp all that well, and of those, the subset that knows elisp is even smaller. Thankfully, it's not that difficult to get a basic Spacemacs configuration together without knowing elisp (thanks to Spacemacs's spectacular documentation), but if you need to alter, fix, or customize a plugin/layer in non-trivial ways, this can become a major hindrance.
Con Not an IDE
For users that aren't familiar with Vim or Emacs, Spacemacs will have a steep learning curve since everything is based on keyboard shortcuts and IDE-based users (or even users coming from editors like SublimeText or Atom) may have trouble finding things and adjusting to a new editing style.
Con Slow startup time
Although configuration is heavily lazy loaded, the starting time of Spacemacs is usually between two and five seconds. Emacs can be run as a daemon though which reduces the clients startup time to a few milliseconds.