Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed1a.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.015 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'wednesday,': 0.07; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'wrote': 0.14; '"hello': 0.16; 'assembler': 0.16; 'ported': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'wrote:': 0.18; 'module': 0.19; 'programming': 0.22; 'minutes.': 0.22; 'tend': 0.24; 'typical': 0.24; '(or': 0.24; 'equivalent': 0.26; 'header:X-Complaints-To:1': 0.27; 'code': 0.31; 'checked': 0.32; 'run': 0.32; 'checking': 0.33; 'done.': 0.35; 'starting': 0.37; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'how': 0.40; 'skip:u 10': 0.60; 'hardware': 0.61; 'our': 0.64; 'details': 0.65; 'close': 0.67; 'frustrated': 0.68; 'cut': 0.74; 'directly.': 0.95 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Dave Angel Subject: Re: kivy Date: Wed, 5 Feb 2014 08:33:08 -0500 (EST) Organization: news.gmane.org References: <9260af03-210c-4feb-a267-0b8d75a850bb@googlegroups.com> X-Gmane-NNTP-Posting-Host: dpc6744192046.direcpc.com X-Newsreader: PiaoHong Usenet NewsReaders 1.36 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: 24 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1391607009 news.xs4all.nl 2861 [2001:888:2000:d::a6]:55651 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:65476 Rustom Mody Wrote in message: > On Wednesday, February 5, 2014 1:25:43 AM UTC+5:30, bharath wrote: >> please help im just frustrated after writing a long code and seeing that it isn't working.. > > Prior to Kernighan and Ritchie people did tend to write 'a long code' > and then check that its working (or not). After 'The C programming > language' -- which is about 40 years -- starting any programming > enterprise without writing AND CHECKING the equivalent of "Hello > World" is just never done. > > IOW you underestimate how many niggling details both of the system and > of your understanding are checked by that approach > I recall vividly when turnaround for the cross-assembler (remotely located) was typically close to 2 days. One of the projects I did was to write an assembler that built our code locally. And once the hardware existed, I ported the assembler to run on the target directly. Cut typical module assembly time to less than 5 minutes. 1973-1975 -- DaveA