Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.mixmin.net!feeder.erje.net!eu.feeder.erje.net!eweka.nl!lightspeed.eweka.nl!194.109.133.87.MISMATCH!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.005 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'syntax': 0.03; 'subject:Python': 0.05; 'say,': 0.05; 'correct.': 0.07; 'python': 0.09; 'exist.': 0.09; 'ide': 0.09; 'list).': 0.09; 'gui': 0.11; 'suggest': 0.11; 'options.': 0.15; '24,': 0.16; 'eclipse': 0.16; 'editor,': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'hazard': 0.16; 'holy': 0.16; 'idle.': 0.16; 'strong,': 0.16; 'wrote:': 0.17; 'thu,': 0.17; 'jan': 0.18; 'java': 0.21; 'nearly': 0.23; 'script': 0.24; 'header:In-Reply- To:1': 0.25; 'message-id:@mail.gmail.com': 0.27; 'received:209.85.212': 0.28; 'run': 0.28; 'probably': 0.29; "i'm": 0.29; 'maybe': 0.29; 'info': 0.32; 'to:addr:python-list': 0.33; 'that,': 0.34; 'received:google.com': 0.34; 'project': 0.34; 'thanks': 0.34; 'auto': 0.35; 'pm,': 0.35; 'too.': 0.35; 'received:209.85': 0.35; 'really': 0.36; 'but': 0.36; "didn't": 0.36; 'method': 0.36; 'best,': 0.37; 'editor': 0.37; 'received:209': 0.37; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'senior': 0.39; 'hello,': 0.39; 'easy': 0.60; 'subject:, ': 0.61; 'personally': 0.61; "you'll": 0.62; 'more': 0.63; 'here': 0.65; 'decided': 0.65; 'fact,': 0.69; 'friendly': 0.71; 'subject:The': 0.71; '2013': 0.84; '^_^': 0.84; 'again!': 0.84; 'tone': 0.84; 'beneficial': 0.93 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=tXSWF058zQ+gM0TnIknXmtIb5pe9k28MgHIb3WWcx1Q=; b=UoMNOhxY6p07SO2EMzF/UKqjFrOADK2rXDMLVBLZFyTbm93h1LR5XYBY+y3KPceNM/ 3T7h0N8JEaCRvpw544OD9XVoWxQpIt2aWVWc715dSAsr7kQVvD8myzB9FFmcvjNP19BH VYYoPeLubgQThiersisV0vbL2TBbGMZ5/E8Ub+UyNL7PNuNf2G3hArs6rP+thQakI1tV y5upN5G0lmyNHk0KuMRSWi17JxGHJF72IG0kvGVPZKl/ZU+GISW74G0RuwLxV75EmFr4 Tk4KDweilu6x+13vqPd7+rpTmhmE8gSdaY3nMjIdHUaY9MSswvJ/qyMRjgfgQUo5iK9Y jDzg== MIME-Version: 1.0 X-Received: by 10.220.219.204 with SMTP id hv12mr1331964vcb.71.1359025821722; Thu, 24 Jan 2013 03:10:21 -0800 (PST) In-Reply-To: References: Date: Thu, 24 Jan 2013 22:10:21 +1100 Subject: Re: The best, friendly and easy use Python Editor. From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 27 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1359025824 news.xs4all.nl 6861 [2001:888:2000:d::a6]:44909 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:37562 On Thu, Jan 24, 2013 at 8:43 PM, Hazard Seventyfour wrote: > Hello, > > I new in this python and decided to learn more about it, so i can make an own script :), > > for all senior can you suggest me the best, friendly and easy use with nice GUI editor for me, and have many a good features such as auto complete/auto correct. > > any recommend? Thanks ^_^ Here we go, it's holy war time again! :) You'll get a HUGE lot of responses. Many use emacs or vim, and you'll get a few recommendations for IDLE. After that, it's a huge field of options. I personally use SciTE; it's a good editor, but I don't particularly like the way the project is run (nothing strong, but I didn't like the tone on its mailing list). Eclipse has its fans, too. A Python IDE is not nearly as beneficial as, say, a Java IDE. A good Python editor just needs to do the basics like indentation, syntax highlighting, and such; I like IDLE's method info when I'm working interactively, but it's not a big deal when I'm writing a program. In fact, all you really need out of an IDE can probably be supplied by just a good editor, maybe a makefile, and alt-tabbing to IDLE. However, if you want an IDE, they do exist. ChrisA