Path: csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed4a.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.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'subject:not': 0.03; 'from:addr:yahoo.co.uk': 0.04; 'beginner': 0.05; 'except:': 0.09; 'lawrence': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'try:': 0.09; 'unhandled': 0.09; 'python': 0.11; 'language.': 0.14; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'exception': 0.16; ':-)': 0.16; 'do,': 0.16; 'language': 0.16; 'wrote:': 0.18; 'code.': 0.18; 'code,': 0.22; 'saying': 0.22; 'header:User-Agent:1': 0.23; 'error': 0.23; 'guys': 0.24; '---': 0.24; 'header:X-Complaints-To:1': 0.27; 'header:In-Reply-To:1': 0.27; 'leave': 0.29; 'errors': 0.30; 'crash': 0.31; 'exceptions': 0.31; 'stuff': 0.32; 'but': 0.35; 'there': 0.35; 'i.e.': 0.36; 'should': 0.36; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'most': 0.60; 'tell': 0.60; 'free': 0.61; 'viruses': 0.61; 'protection': 0.63; 'our': 0.64; 'due': 0.66; 'dont': 0.67; 'antivirus': 0.68; 'bare': 0.84; 'subject:check': 0.84 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Mark Lawrence Subject: Re: how to check if a value is a floating point or not Date: Fri, 20 Jun 2014 14:40:38 +0100 References: <1496766103424961606.682559sturla.molden-gmail.com@news.gmane.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: host-92-18-5-57.as13285.net User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 In-Reply-To: <1496766103424961606.682559sturla.molden-gmail.com@news.gmane.org> X-Antivirus: avast! (VPS 140620-0, 20/06/2014), Outbound message X-Antivirus-Status: Clean 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: 35 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1403271661 news.xs4all.nl 2854 [2001:888:2000:d::a6]:48715 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:73456 On 20/06/2014 14:16, Sturla Molden wrote: > Nicholas Cannon wrote: > >> Guys i am only a beginner at python most of the stuff you are saying i >> need to do i dont understand. > > Then listen and try to learn :-) > > But don't use try/except everywhere! Some exceptions might be due to an > error in your own code, i.e. not in the user input. Those errors you should > not silence, but let your program crash and abort. Then you will know there > is an error in your code. That is what an unhandled exception will do, and > in addition it will tell you where the error is and what it is, so just > leave those exceptions unhandled. > For the OP a very important rule of thumb is never use a bare except, so this is right out. try: doSomething() except: WTF() -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence --- This email is free from viruses and malware because avast! Antivirus protection is active. http://www.avast.com