On Sun, Dec 13, 2009 at 9:56 AM, Jeremy Leonard <[email protected]> wrote: > for learning python is there any advantage to trying to find a python > ide versus using a text editor like gedit?
Python's ide is called IDLE. $ apt-cache search ^idle$ idle - An IDE for Python using Tkinter (default version) Gedit has syntax highlighting and code snippets for python, too. BTW, if you are going to work with python, you may also be interested in boo: $ apt-cache search ^boo$ boo - python-like language and compiler for the CLI Regards, - Robert -- You received this message because you are subscribed to the Linux Users Group. To post a message, send email to [email protected] To unsubscribe, send email to [email protected] For more options, visit our group at http://groups.google.com/group/linuxusersgroup
