What is Ninja IDE ?
Ninja-IDE stands for Ninja is not just another IDE. It’s specially designed for Python developers. So, if you’re a python programmer, developing some desktop apps or web apps (probably, with Django framework), you must give it a try. It’s a simple, lightweight and fast IDE (not a bloated one – as you would usually think of an IDE). It’s available for all common platforms like Ubuntu or any GNU/Linux distro, Windows or Mac etc, as a free software (GPL).
Features
- simplicity (it’s simple to use)
- speed (it’s fast)
- plugins for additional features (git integration, django development etc)
- cross platform (available for all common platforms)
Installing Ninja IDE in Ubuntu (12.04/12.10)
sudo apt-add-repository ppa:ninja-ide-developers/daily sudo apt-get update sudo apt-get install ninja-ide
For Other GNU/Linux distributions (or other OS) you can download from the official page.