Path: csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder2.enfer-du-nord.net!newsfeed.eweka.nl!eweka.nl!feeder3.eweka.nl!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!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.022 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'python.': 0.02; 'subject:Python': 0.06; 'python': 0.11; 'bug': 0.12; 'gui': 0.12; 'windows': 0.15; 'development?': 0.16; 'from:addr:torriem': 0.16; 'from:name:michael torrie': 0.16; 'wrote:': 0.18; 'widget': 0.19; 'header:User-Agent:1': 0.23; '(or': 0.24; 'header:In-Reply-To:1': 0.27; 'developers.': 0.31; 'subject:development': 0.31; 'there.': 0.32; 'interface': 0.32; 'quite': 0.32; 'there': 0.35; 'version': 0.36; 'list': 0.37; 'message-id:@gmail.com': 0.38; 'to:addr :python-list': 0.38; 'pm,': 0.38; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'tracking': 0.61; 'browser': 0.61; 'kind': 0.63; 'pick': 0.64; 'yes': 0.68; 'base?': 0.84; 'often?': 0.84 X-Virus-Scanned: amavisd-new at torriefamily.org Date: Sun, 23 Jun 2013 19:41:37 -0600 From: Michael Torrie User-Agent: Mozilla/5.0 (X11; Linux i686; rv:10.0.12) Gecko/20130105 Thunderbird/10.0.12 MIME-Version: 1.0 To: python-list@python.org Subject: Re: Python development tools References: <93adcb76-2298-41bb-b5cb-cca525c6be21@googlegroups.com> In-Reply-To: <93adcb76-2298-41bb-b5cb-cca525c6be21@googlegroups.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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: 17 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1372038114 news.xs4all.nl 15900 [2001:888:2000:d::a6]:49172 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:49025 On 06/23/2013 02:40 PM, cutems93 wrote: > What else do I need? Also, which software is used in daily base? I > know version control software and bug tracking software are used > almost everyday by developers. Which software is used less often? Phew that's quite a list you have there. Are you coming from Windows development? I personally do all my development with vim, git, and a web browser for reference (or Python in a nutshell book). Dunno why things necessarily have to be complicated. > Also, I will use GUI interface for Python. What kind of widget > toolkits do you recommend? I know there are GTK+ and Qt. Yes I recommend a nice GUI toolkit. Pick one and try it out.