From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Byung-Hee HWANG Newsgroups: gmane.emacs.help Subject: Emacs and Python Date: Thu, 12 Mar 2009 17:11:29 +0900 Message-ID: <864oxzf9e6.fsf@chrys.izb.knu.ac.kr> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1236845529 26617 80.91.229.12 (12 Mar 2009 08:12:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 12 Mar 2009 08:12:09 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Mar 12 09:13:24 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Lhg2c-0003xh-Us for geh-help-gnu-emacs@m.gmane.org; Thu, 12 Mar 2009 09:13:23 +0100 Original-Received: from localhost ([127.0.0.1]:35178 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lhg1G-0005JD-Ow for geh-help-gnu-emacs@m.gmane.org; Thu, 12 Mar 2009 04:11:58 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lhg0w-0005J8-Lv for help-gnu-emacs@gnu.org; Thu, 12 Mar 2009 04:11:38 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lhg0v-0005Iw-Fm for help-gnu-emacs@gnu.org; Thu, 12 Mar 2009 04:11:38 -0400 Original-Received: from [199.232.76.173] (port=34933 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lhg0v-0005It-CW for help-gnu-emacs@gnu.org; Thu, 12 Mar 2009 04:11:37 -0400 Original-Received: from pinus.izb.knu.ac.kr ([155.230.157.93]:3857) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Lhg0u-0004RC-U2 for help-gnu-emacs@gnu.org; Thu, 12 Mar 2009 04:11:37 -0400 Original-Received: from pinus.izb.knu.ac.kr (localhost.izb.knu.ac.kr [127.0.0.1]) by pinus.izb.knu.ac.kr (Postfix) with ESMTP id 23B423E68 for ; Thu, 12 Mar 2009 17:11:30 +0900 (KST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=izb.knu.ac.kr; h=to:subject:from:date:message-id:mime-version:content-type; s= ujuk; bh=2/+83K4AW/6gzOYcrNVS/tMot7Af+a1quZdfTsMgicc=; b=FEiPKLl VTkF6e1xlvdVvNC8dJqyTnv6lHyyyoc/UtGSecAlgZOX+CL6t0w/qrXLERsGlZ4o dnVRKHTU1rHkUXO1bZJONCpdyrREGBKM9xT0PmuF0GgVi17I5CzqoyvTO++ebz0q vFtpsNQfCeObGI4vxx1C8JcOsH9wAmUHD7EY= Original-Received: from chrys.izb.knu.ac.kr (chrys.izb.knu.ac.kr [IPv6:2001:470:1f05:5f8:3::1]) by pinus.izb.knu.ac.kr (Postfix) with ESMTP id A6C103E36 for ; Thu, 12 Mar 2009 17:11:29 +0900 (KST) Original-Received: by chrys.izb.knu.ac.kr (Postfix, from userid 1001) id EF10F1CD44; Thu, 12 Mar 2009 17:11:29 +0900 (KST) User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (berkeley-unix) X-detected-operating-system: by monty-python.gnu.org: FreeBSD 4.6-4.9 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:62839 Archived-At: Personally i prefer Python to other languages as like Perl and Ruby. Because Python's strict grammar with indenting, it gives me a reliable codes without copy/paste. So question. Is there somebody to like Python at here? And what is the best practice to start Python in Emacs?