Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed2a.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.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'tutorial': 0.03; 'from:addr:yahoo.co.uk': 0.04; 'string': 0.09; 'anymore.': 0.09; 'formatting': 0.09; 'funny,': 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; 'language.': 0.14; '"python': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'language': 0.16; 'wrote:': 0.18; 'typing': 0.19; 'header:User-Agent:1': 0.23; 'text.': 0.24; 'url:moin': 0.24; 'header:X-Complaints-To:1': 0.27; 'header:In- Reply-To:1': 0.27; 'url:wiki': 0.31; 'url:python': 0.33; 'subject:with': 0.35; 'something': 0.35; 'web,': 0.36; 'url:org': 0.36; 'url:eu': 0.37; 'list': 0.37; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'url:3': 0.61; "you'll": 0.62; 'our': 0.64; 'charset:windows-1252': 0.65; 'book.': 0.68; 'square': 0.74; 'url:php': 0.85 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Mark Lawrence Subject: Re: Working with decimals Date: Sat, 23 Aug 2014 20:24:41 +0100 References: Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: host-92-24-212-253.ppp.as43234.net User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.0 In-Reply-To: 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: 21 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1408821901 news.xs4all.nl 2933 [2001:888:2000:d::a6]:41132 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:76892 On 23/08/2014 20:07, Seymore4Head wrote: > > Funny, I though using the web would be better than a book. I don't > think so anymore. Using the web, it is hard to find square one > tutorial text. > Try typing something like "python string formatting tutorial" into your favourite search engine and you'll find things like https://docs.python.org/3/tutorial/inputoutput.html or http://www.python-course.eu/python3_formatted_output.php For a generalised list try this https://wiki.python.org/moin/BeginnersGuide/Programmers -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence