[BangPypers] BangPypers Digest, Vol 8, Issue 15
Pradeep Gowda
pradeep at btbytes.com
Tue May 6 07:01:31 CEST 2008
On 06-May-08, at 12:51 AM, Kenneth Gonsalves wrote:
> textmate for mac and SPE or eric4 for linux
>
Lets me also point out that whatever you choose, dont *ever* use
Notepad.
Notepad is the most useless piece of software that ships with windows.
I use Textmate and aquamacs (both on mac of course) and vim
occasionally.
For a windows new user, I recomment SciTE (which is also available
via pywin IDE).
I recommend it to every new student of mine and so far, I've heard
no complaints. Some of them have switched to vim/emacs etc.,. But to
start with SciTe is the easiest.
Its super-light weight, supports lots of languages, is cross platform.
An editor like SciTE which "understands" python, makes the "space is
signiicant" mental block a little easy for the newbie.
Also, SciTE has an easy shortcut "F5" to execute code, the result of
which can be seen in split window. This also makes it attractive for
"write-test" interactive mode.
On the side notes: I wrote an app using Google AppEngine and Python :
http://www.btbytes.com/2008/05/announcing-teh-the-minimalist-blog-
tool-using-google-app-engine
+Pradeep
More information about the BangPypers
mailing list