From owner-freebsd-questions@FreeBSD.ORG Wed Oct 17 18:00:11 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6651F16A418 for ; Wed, 17 Oct 2007 18:00:11 +0000 (UTC) (envelope-from cpghost@cordula.ws) Received: from fw.farid-hajji.net (fw.farid-hajji.net [213.146.115.42]) by mx1.freebsd.org (Postfix) with ESMTP id F3D2113C4A5 for ; Wed, 17 Oct 2007 18:00:10 +0000 (UTC) (envelope-from cpghost@cordula.ws) Received: from epia-2.farid-hajji.net (epia-2 [192.168.254.11]) by fw.farid-hajji.net (Postfix) with ESMTP id 3EB9FE0342; Wed, 17 Oct 2007 20:00:09 +0200 (CEST) Date: Wed, 17 Oct 2007 20:00:07 +0200 From: cpghost To: freebsd-questions@freebsd.org Message-ID: <20071017200007.5045d41f@epia-2.farid-hajji.net> In-Reply-To: <1192535589.861.72.camel@viola.izb.knu.ac.kr> References: <1192512563.861.18.camel@viola.izb.knu.ac.kr> <47145065.5080807@otenet.gr> <1192535589.861.72.camel@viola.izb.knu.ac.kr> Organization: Cordula's Web X-Mailer: Claws Mail 3.0.1 (GTK+ 2.10.14; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: bh@izb.knu.ac.kr Subject: Re: [OT] proper editor X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Oct 2007 18:00:11 -0000 On Tue, 16 Oct 2007 20:53:09 +0900 Byung-Hee HWANG wrote: > On Tue, 2007-10-16 at 08:47 +0300, Manolis Kiagias wrote: > > Byung-Hee HWANG wrote: > > > Hi there, I'm beginner. > > > > > > Please recommend for proper editor so that ... > > > I want to practice *Python* under best environment ... > > > > > > vim, emacs, gedit, or notepad.exe, ... > > To tell truth, I really want to learn Python with a complex editor > like Emacs. I feel so sorry for I object to your professional > opinion;; As others already pointed out, it doesn't really matter which editor you use. Use the one you feel most comfortable with at the moment. Personally, I use Emacs' (Python Mode) to edit Python programs, and try out code snippets in the Python Shell, either from within a separate xterm, or, sometimes from within an Emacs shell buffer. If you're on Windows though, it's probably easier to simply use the editor that comes with IDLE. It's good enough for most cases and does syntax coloring too. :) -cpghost. -- Cordula's Web. http://www.cordula.ws/