What would really help is a small demo video just to get a whiff of what the IDE feels like. The description and screenshots are somehow not enough for me to download and install an entire IDE and take a test drive. If there is a demo video somewhere, my apologies - I was not able to find it.
Ninja IDE: written in Python for Pythonists
51–60 of 137 posts
Re: Ninja IDE: written in Python for Pythonists
#52This is nice, but one quick question, why's the windows installer in spanish?
Re: Ninja IDE: written in Python for Pythonists
#53What would really help is a small demo video just to get a whiff of what the IDE feels like. The description and screenshots are somehow not enough for me to download and install an entire IDE and take a test drive. If there is a demo video somewhere, my apologies - I was not able to find it.
http://youtu.be/xCqiOEXfZd4 http://youtu.be/auVJF44XSnM http://youtu.be/tA_BJBLdduQ
Re: Ninja IDE: written in Python for Pythonists
#54It is FOSS (GPLv3). The license information was a wee bit hard to find (Wayyy down on the about page http://ninja-ide.org/about/ ) and I first thought it was some frankenstein freemuim product where you had to apply for a free license if you were an OSS devel (like PyCharm) etc. etc. I gave it a whirl: 1. Snappy, which is nice, since PyCharm can be sluggish on my Mac 2. No VCS integration 3. By default very strict co…
Re: Ninja IDE: written in Python for Pythonists
#55It is FOSS (GPLv3). The license information was a wee bit hard to find (Wayyy down on the about page http://ninja-ide.org/about/ ) and I first thought it was some frankenstein freemuim product where you had to apply for a free license if you were an OSS devel (like PyCharm) etc. etc. I gave it a whirl: 1. Snappy, which is nice, since PyCharm can be sluggish on my Mac 2. No VCS integration 3. By default very strict co…
http://youtu.be/xCqiOEXfZd4 http://youtu.be/auVJF44XSnM http://youtu.be/tA_BJBLdduQ
Re: Ninja IDE: written in Python for Pythonists
#56Earlier quoted context omitted.
This is a very strange reason not to like a product. Care to elaborate why?
Oh, the old saying "Write once, run crappily everywhere." See the other comments already talking about it crashing or having weird behavior. It's something I've come to after many years of trying cross-platform apps that involve a GUI... They are almost all terrible. I hope the group who agrees with me is cancelling out all the down-votes I got for expressing a valid & common opinion. :)
Re: Ninja IDE: written in Python for Pythonists
#57Earlier quoted context omitted.
In this case, it runs using X11 on OSX, which is a terrible way of making software ;)
Am I the only one who uses PyDev?
It works out of the box and also supports javascript/html/css/... so is ideal for developing webapps with a python backend.
Ninja looks nice, but nothing I saw in the screencast makes me want to make the jump.
Re: Ninja IDE: written in Python for Pythonists
#58Re: Ninja IDE: written in Python for Pythonists
#59Re: Ninja IDE: written in Python for Pythonists
#60As others have already mentioned, PEP8 validation is enable by default, which is a little excessive in my opinion (specially with the line All in all it looks very nice, thanks for sharing.