Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed2.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.002 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'url:pypi': 0.03; 'from:addr:yahoo.co.uk': 0.04; 'subject:Python': 0.06; 'subject:Questions': 0.07; 'lawrence': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'statements': 0.09; 'tismer': 0.09; 'window.': 0.09; 'python': 0.11; 'posted': 0.15; 'windows': 0.15; 'chris,': 0.16; 'parentheses': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'responses.': 0.16; 'simple.': 0.16; 'language': 0.16; 'wrote:': 0.18; 'programming': 0.22; 'print': 0.22; 'header:User-Agent:1': 0.23; '31,': 0.24; 'sends': 0.24; 'math': 0.24; 'question': 0.24; 'second': 0.26; 'header:X -Complaints-To:1': 0.27; 'header:In-Reply-To:1': 0.27; 'statement': 0.30; 'that.': 0.31; 'perl': 0.31; 'use?': 0.31; 'run': 0.32; 'text': 0.33; 'url:python': 0.33; 'guess': 0.33; 'usual': 0.35; 'but': 0.35; 'version': 0.36; 'marks': 0.36; 'thanks': 0.36; 'url:org': 0.36; 'two': 0.37; 'starting': 0.37; 'christian': 0.38; 'problems': 0.38; 'presently': 0.38; 'to:addr :python-list': 0.38; 'files': 0.38; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'how': 0.40; 'even': 0.60; 'url:3': 0.61; 'world.': 0.61; 'simple': 0.61; 'information': 0.63; 'such': 0.63; 'relatively': 0.65; 'within': 0.65; 'subject:. ': 0.67; 'url:0': 0.67; 'calculations': 0.84; 'received:2': 0.84; 'trig': 0.84; 'subject:2013': 0.95; '2013': 0.98 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Mark Lawrence Subject: Re: Basic Python Questions - Oct. 31, 2013 Date: Thu, 31 Oct 2013 13:48:57 +0000 References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: host-2-98-197-64.as13285.net User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Thunderbird/24.1.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: 35 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1383227352 news.xs4all.nl 15910 [2001:888:2000:d::a6]:43776 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:58172 On 31/10/2013 10:38, E.D.G. wrote: > Posted by E.D.G. October 31, 2013 > > Hi Chris, > > Thanks for the responses. Several of my questions were answered. > > The calculation speed question just involves relatively simple > math such as multiplications and divisions and trig calculations such as > sin and tan etc. Presently I am using Perl to do those types of > calculations. And I am starting to run into problems with how long it > takes Perl to do thousands and even millions of calculations like that > even though they are relatively simple. > > The version of Perl that I am presently using has the usual Print > statements for printing to the Perl program window. It sends Windows > programs or files information in the following manner: > > Win32::GuiTest::SendKeys("The text within these two parentheses marks > will print as text in an active Notepad window."); > > It would be my guess that Python has some type of statement like > that. > https://pypi.python.org/pypi/pywinauto/0.3.9 or http://stackoverflow.com/questions/1823762/sendkeys-for-python-3-1-on-windows of any use? -- Python is the second best programming language in the world. But the best has yet to be invented. Christian Tismer Mark Lawrence