Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed3.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.010 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'url:sourceforge': 0.03; 'subject:Python': 0.06; 'subject:Questions': 0.07; 'utf-8': 0.07; '[0]': 0.09; '[1]:': 0.09; 'statements': 0.09; 'window.': 0.09; 'cc:addr:python-list': 0.11; 'python': 0.11; 'suggest': 0.14; 'posted': 0.15; 'windows': 0.15; 'chris,': 0.16; 'parentheses': 0.16; 'pywin32': 0.16; 'responses.': 0.16; 'simple.': 0.16; 'url:pywin32': 0.16; 'wrote:': 0.18; 'thu,': 0.19; 'url:view': 0.20; 'cc:addr:python.org': 0.22; 'print': 0.22; '31,': 0.24; 'sends': 0.24; 'math': 0.24; 'looks': 0.24; 'question': 0.24; 'cc:2**0': 0.24; 'cc:no real name:2**0': 0.24; 'header:In-Reply- To:1': 0.27; 'chris': 0.29; 'am,': 0.29; 'statement': 0.30; 'message-id:@mail.gmail.com': 0.30; 'that.': 0.31; 'perl': 0.31; 'run': 0.32; 'text': 0.33; 'guess': 0.33; 'sense': 0.34; 'something': 0.35; 'usual': 0.35; 'received:google.com': 0.35; 'version': 0.36; 'marks': 0.36; 'thanks': 0.36; 'two': 0.37; 'starting': 0.37; 'problems': 0.38; 'presently': 0.38; 'files': 0.38; 'how': 0.40; 'even': 0.60; 'url:content': 0.60; 'url:%20': 0.61; 'from:charset:utf-8': 0.61; 'simple': 0.61; 'information': 0.63; 'such': 0.63; 'relatively': 0.65; 'skip:\xe2 10': 0.65; 'within': 0.65; 'subject:. ': 0.67; '8bit%:43': 0.74; 'calculations': 0.84; 'can\xe2\x80\x99t': 0.84; 'trig': 0.84; 'subject:2013': 0.95; 'url:tk': 0.95; 'yourself,': 0.95; '2013': 0.98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=Q0velp7ZM0buFfYocfymkpBinplzhuNf+Gk1GAgR4Kg=; b=S6kBIMEwQ/LpahqJYyh1ZDJ91iITv2flg+w5PQRVgrqVGFcnsCH1l3lcR8YRYzz62n DPa3C++60XfGzvsPR+v5IvXYrVetSG6jJnWCixm1f1f6pvxDkbdhW0ue2D1od9kOYvJ+ WKxjW6iS5F9LpI28tmHvvwLWqlX37bgmtyIWYv+m4lm0a04Zo9uieIh7bJhXZfGv680G VMj7OsUyikHWUbxh5Mz4A3j/45TyXxpO+bij7LVQnxy7O/JX7vYr8+jQsEm725RZa/0w BOIGVPZcET44we9u2i6iwVpYPQV8buWRjFlOUaKhRTGRwa2zQDORg9oKPjLw7DMavgHZ QPrQ== MIME-Version: 1.0 X-Received: by 10.50.26.70 with SMTP id j6mr2231484igg.24.1383219044396; Thu, 31 Oct 2013 04:30:44 -0700 (PDT) In-Reply-To: References: Date: Thu, 31 Oct 2013 12:30:44 +0100 Subject: Re: Basic Python Questions - Oct. 31, 2013 From: =?UTF-8?B?Q2hyaXMg4oCcS3dwb2xza2HigJ0gV2Fycmljaw==?= To: "E.D.G." Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: python-list@python.org 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: 44 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1383219047 news.xs4all.nl 16011 [2001:888:2000:d::a6]:42586 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:58166 On Thu, Oct 31, 2013 at 11:38 AM, E.D.G. wrote: > Posted by E.D.G. October 31, 2013 no need to write that. > > 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 a= nd > 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 thousa= nds > and even millions of calculations like that even though they are relative= ly > simple. I suggest that you try Python out yourself, on your data. I can=E2=80=99t > 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 wil= l > print as text in an active Notepad window."); > > It would be my guess that Python has some type of statement like th= at. > Looks like you want something like [0] (requires pywin32 from [1]). [0]: http://win32com.goermezer.de/content/view/136/254/ [1]: http://sourceforge.net/projects/pywin32/files/pywin32/Build%20218/ --=20 Chris =E2=80=9CKwpolska=E2=80=9D Warrick PGP: 5EAAEA16 stop html mail | always bottom-post | only UTF-8 makes sense