Do Python Coding with NINJA-IDE
Productivity Sauce
I'm not a programmer, but when I need to cobble together a Python script, I find a dedicated IDE (integrated development environment) a better tool for the job than a regular text editor. After I've tried several existing IDEs, I settled for a relatively new software called NINJA-IDE, which stands for Ninja-IDE Is Not Just Another IDE.
For starters, NINJA-IDE allows you to work with single scripts as well as manage complex projects consisting of multiple files and libraries. As you would expect, NINJA-IDE features a number of creature comforts that make coding more efficient. This includes code completion and syntax coloring as well as error warnings. The latter is a rather clever feature which detects and highlights common formatting problems like excessive or missing white spaces, incorrect indentation, long lines, etc. Hover the mouse over a highlighted code, and you will see a pop-up with a brief description of the problem. NINJA-IDE comes with an embedded Python console, so you can run and troubleshoot your scripts from within the application. The main window can be split in two, so you can work with two files side-by-side. NINJA-IDE also sports a so-called Follow Mode, which lets you view the same file in two panes and scroll them simultaneously. Finally, NINJA-IDE's default functionality can be extended with plugins. The current version of the IDE comes with only three plugins -- including the one that allows you to post code to Pastebin -- but expect this to change as the application matures. All in all, NINJA-IDE is a rather likable IDE for casual coders and serious programmers alike.
Comments
comments powered by DisqusSubscribe to our Linux Newsletters
Find Linux and Open Source Jobs
Subscribe to our ADMIN Newsletters
Support Our Work
Linux Magazine content is made possible with support from readers like you. Please consider contributing when you’ve found an article to be beneficial.
News
-
Red Hat Enterprise Linux 9.5 Released
Notify your friends, loved ones, and colleagues that the latest version of RHEL is available with plenty of enhancements.
-
Linux Sees Massive Performance Increase from a Single Line of Code
With one line of code, Intel was able to increase the performance of the Linux kernel by 4,000 percent.
-
Fedora KDE Approved as an Official Spin
If you prefer the Plasma desktop environment and the Fedora distribution, you're in luck because there's now an official spin that is listed on the same level as the Fedora Workstation edition.
-
New Steam Client Ups the Ante for Linux
The latest release from Steam has some pretty cool tricks up its sleeve.
-
Gnome OS Transitioning Toward a General-Purpose Distro
If you're looking for the perfectly vanilla take on the Gnome desktop, Gnome OS might be for you.
-
Fedora 41 Released with New Features
If you're a Fedora fan or just looking for a Linux distribution to help you migrate from Windows, Fedora 41 might be just the ticket.
-
AlmaLinux OS Kitten 10 Gives Power Users a Sneak Preview
If you're looking to kick the tires of AlmaLinux's upstream version, the developers have a purrfect solution.
-
Gnome 47.1 Released with a Few Fixes
The latest release of the Gnome desktop is all about fixing a few nagging issues and not about bringing new features into the mix.
-
System76 Unveils an Ampere-Powered Thelio Desktop
If you're looking for a new desktop system for developing autonomous driving and software-defined vehicle solutions. System76 has you covered.
-
VirtualBox 7.1.4 Includes Initial Support for Linux kernel 6.12
The latest version of VirtualBox has arrived and it not only adds initial support for kernel 6.12 but another feature that will make using the virtual machine tool much easier.
About NINJA-IDE 2.0
Thanks for the review of NINJA-IDE!
About Zenettii comment, I would like to add that we are actually working in NINJA-IDE 2.0, and all of this things have been fixed.
Also, the proper place to report an issue should be this: http://code.google.com/p/ninja-ide/issues/list
We heard several times about the execution of a program with inputs via console, and now that is fixed and you can try it out in the new version 2.0 (UNDER DEVELOPMENT - You will need to grab the code from the repository). This version is going to be released in November, with a first Beta at September 23rd.
We have an IRC channel too, for any problem that the user has: #ninja-ide (at Freenode)
All of this information is listed in: http://code.google.com/p/ninja-ide/
Also I would like to share some of the new features that we have for NINJA-IDE 2.0, you can read about them here:
http://www.diegosarmentero....adelantos-de-ninja-ide-20.html (SPANISH)
But I can tell you that we've added several awesome features, that do python coding faster and more efficient. Also we have improved the plugins support.
You can check all about this features that has been added in the Release Notes: http://code.google.com/p/ninja-ide/wiki/ReleaseNotes
Regards!
Ninja-IDE
Ninja has sat on 1.1 for some time now, and anyone who has used Ninja for more than a day will have come across the really annoying issue of not being able to always run their code. I believe it's code that requires user input, the integrated console just sits there with a spinning loading sign and offers no input from the user at all, meaning the intepreter just looks like it's stuck in a loop forever.
Very frustrating. The team coding it offered no feedback when I raised this bug in their very frustrating google group which is the worth possible way to handle issues.
Potential was/is high, but so far the team are failing to get there. I understand 2.x will be a re-write?
Lets hope this one will work.