Dreampie~python programming environment - TopicsExpress



          

Dreampie~python programming environment (#ISOEH) https://isoeh/tutorial.php for more core-technical articles Many of us use IDLE for python IDE . However Dreampie, is better . DreamPie features a new concept for an interactive shell: ~The window is divided into the ^history box, which lets you view previous commands and their output, and ^The code box, where you write your code. ->Allows you to edit any amount of code, just like in your favorite editor, and execute it when its ready. ->You can also copy code from anywhere, edit it and run it instantly. ->Copy code only command will copy the code you want to keep The code is already formatted nicely with a four-space indentation. Features automatic completion of attributes and file names. ->Automatically displays function arguments and documentation. ->Keeps your recent results in the result history, for later use. ->Can automatically fold long outputs, so you can concentrate on whats important. ->Lets you save the history of the session as an HTML file, for future reference. ->Automatically adds parentheses and optionally quotes when you press space after functions and methods. For example, type execfile fn and get execfile(fn). ->Supports virtually all Python implementations: 2.5+, 3.1+, Jython, IronPython and PyPy. ->Works on Windows, Linux and Mac. ->Extremely fast and responsive. ->Free software licensed under GPL version 3. dreampie.org/
Posted on: Thu, 28 Aug 2014 04:30:00 +0000

Trending Topics



Recently Viewed Topics




© 2015