Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Dietmar Schwertberger Newsgroups: comp.lang.python Subject: Re: Everything good about Python except GUI IDE? Date: Sun, 28 Feb 2016 13:38:33 +0100 Lines: 21 Message-ID: References: <64a6599c-fae1-469d-bcee-875165b3cc7d@googlegroups.com> <56d294f8$0$1604$c3e8da3$5496439d@news.astraweb.com> <56D2E6AB.9090604@mail.de> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news.uni-berlin.de uFOmO0MZxDlx5pYClda74AkGkFcNknMwKLBWUju5mwGQ== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.040 X-Spam-Evidence: '*H*': 0.92; '*S*': 0.00; 'subject:Python': 0.05; 'received:134': 0.05; 'ugly': 0.07; 'worse': 0.09; '"good': 0.16; 'literature,': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'subject:GUI': 0.16; 'wrote:': 0.16; 'gui': 0.18; '(this': 0.24; 'header:In-Reply-To:1': 0.24; 'discussion': 0.24; 'header:User- Agent:1': 0.26; 'interface': 0.29; 'received:192.168.10': 0.29; 'creating': 0.30; 'initially': 0.30; 'probably': 0.31; 'especially': 0.32; 'quite': 0.35; 'but': 0.36; 'instead': 0.36; 'there': 0.36; '(and': 0.36; 'basic': 0.36; 'to:addr:python-list': 0.36; 'subject:?': 0.36; 'subject:: ': 0.37; 'why': 0.39; 'received:192': 0.39; 'to:addr:python.org': 0.40; 'still': 0.40; 'received:de': 0.40; 'some': 0.40; 'easy': 0.60; 'show': 0.62; 'charset:windows-1252': 0.62; 'more': 0.63; 'here': 0.66; 'results': 0.66; 'her.': 0.84; 'subject:good': 0.84; 'received:192.168.0.5': 0.91 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.0 In-Reply-To: <56D2E6AB.9090604@mail.de> X-Virus-Scanned: clamav-milter 0.98.7 at mxout2 X-Virus-Status: Clean DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mailerdienst.de; s=dkim; t=1456663120; bh=2RmxCOrqy6lgU8CGccRlr4uwXhVKt/NIPsTn6V1uOdA=; h=Subject:To:References:From:Date:In-Reply-To:From; b=JQyAOvWlOy/Ese56+KsFi5pPdPrVmJVg6sDLJDVNd1Z6oeL+WuJvwDD7gtFPYC5ez GThtBCed4DkbLw9cS5J/iS6Y+xJ4dR1nO9wxj5YzjTNE2JyluRvziTJFHjo+H2Ganb HuIrGtmw8V1bCXbLZdOwPIT9M37s8WwSLaZiHNvY= X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.21rc2 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python:103628 On 28.02.2016 13:23, Sven R. Kunze wrote: > I recently introduced LaTeX to my girlfriend. LaTeX is quite ugly and > it has this "distinct compile/execute step", so initially I hesitated > to show it to her. But her MS Word experience got worse and worse the > more complex (and especially larger) her workload became. Word became > less responsive and results became even less reproducible (footnote > numbering, styling, literature, etc.). Well, MS Word is a bad example, as it's lacking even some very basic features like a good user interface for styles. (This is the reason why most people are using Word just like a typwriter instead of creating structured documents.) There were and probably still are better word processors, especially for scientific use. The discussion here is not about "any GUI builder", but about a "good and easy to use GUI builder". Regards, Dietmar