[Python-announce] CrossCompute Analytics Automation Framework 0.9.2.3

2022-04-21 Thread Roy Hyunjin Han
Turn your Jupyter notebook, Python script, Julia script, R script or Bash script into a web-based tool or runnable report by writing a configuration file. We are happy to announce the latest release of our CrossCompute Analytics Automation Framework. - crosscompute 0.9.2.3 is our development

Re: mouse click automation

2019-01-01 Thread Larry Martell
On Tue, Jan 1, 2019 at 12:10 PM Siddha 2305 wrote: > > Hello All, > > I am trying to write a script to emulate mouse clicks. > The script launches Google chrome, navigates to the website. But after that > the script does not go to the specified coordinates. > > Also, I noticed that the screen

Re: mouse click automation

2019-01-01 Thread Brian Oney via Python-list
I am unfamiliar with pynput. I have had good experience with pyautogui. As your script isn't yet advanced, you may consider it. https://pyautogui.readthedocs.io/en/latest/introduction.html -- https://mail.python.org/mailman/listinfo/python-list

mouse click automation

2019-01-01 Thread Siddha 2305
Hello All, I am trying to write a script to emulate mouse clicks. The script launches Google chrome, navigates to the website. But after that the script does not go to the specified coordinates. Also, I noticed that the screen coordinate is different every time I tried to check it. Could

[ANN] automan-0.4: automation framework for numerical computing

2018-11-29 Thread Prabhu Ramachandran
Hi, I'm pleased to announce the availability of automan version 0.4. automan is a simple Pythonic automation framework that aims to automate the drudgery of managing many numerical simulations. As an automation framework it does the following: - helps you organize your simulations. - helps you

[ANN] maildog, Re: email automation

2018-10-30 Thread Brian Oney via Python-list
On Tue, 2018-10-23 at 13:58 +0200, Brian J. Oney wrote: > On Tue, 2018-10-23 at 10:31 +0100, Ali Rıza KELEŞ wrote: > > On Tue, 23 Oct 2018 at 09:07, Thomas Jollans wrote: > Now that it seems that I will be writing this. So I have gotten so far as to have a little package called 'maildog'

Re: email automation

2018-10-23 Thread Thomas Jollans
On 2018-10-23 13:58, Brian J. Oney via Python-list wrote: > Now that it seems that I will be writing this. What is the recommended way to > set up a timer. I know 2 system options, systemd timers and cron jobs. I > prefer the former for the handy logging options. What about a python solution?

Re: email automation

2018-10-23 Thread Brian J. Oney via Python-list
On Tue, 2018-10-23 at 10:31 +0100, Ali Rıza KELEŞ wrote: > On Tue, 23 Oct 2018 at 09:07, Thomas Jollans wrote: > > > After some basic research I have a few options: > > >  > > >  1. Grapple with OpenEMM (interesting software, has python library, > > > still alive and kicking, a bit overkill

Re: email automation

2018-10-23 Thread Ali Rıza KELEŞ
On Tue, 23 Oct 2018 at 09:07, Thomas Jollans wrote: > > After some basic research I have a few options: > > > > 1. Grapple with OpenEMM (interesting software, has python library, > > still alive and kicking, a bit overkill for my use-case); > > 2. build on the examples in 'Automate the

Re: email automation

2018-10-23 Thread Thomas Jollans
On 22/10/2018 18:35, Brian Oney via Python-list wrote: > Dear List, > > I would like to send out custom automated replies to email. In the future, I > would like to be able to integrate nltk and fuzzy matching if necessary. > > After some basic research I have a few options: > > 1. Grapple

RE: email automation

2018-10-23 Thread Ryan Johnson
Consider a web service API…Not really sure about where you want to evaluate your incoming emails, but perhaps MailChimp could help. https://mailchimp.com/features/marketing-automation/ There are a bunch of ways to automate things with web services now, using Zapier. https://mailchimp.com

email automation

2018-10-22 Thread Brian Oney via Python-list
Dear List, I would like to send out custom automated replies to email. In the future, I would like to be able to integrate nltk and fuzzy matching if necessary. After some basic research I have a few options: 1. Grapple with OpenEMM (interesting software, has python library, still alive

Re: Automation query... Plz help

2018-01-30 Thread Prahallad Achar
prano" < steve+comp.lang.pyt...@pearwood.info> wrote: > On Tue, 30 Jan 2018 16:00:43 +0530, Prahallad Achar wrote: > > > Luckily application supports headless automation now question is how to > > invoke those jar using python. > > I can see two approaches: >

Re: Automation query... Plz help

2018-01-30 Thread Steven D'Aprano
On Tue, 30 Jan 2018 16:00:43 +0530, Prahallad Achar wrote: > Luckily application supports headless automation now question is how to > invoke those jar using python. I can see two approaches: (1) Calling the jar directly from Python. I don't think you can do that from CPython, but you

Re: Automation query... Plz help

2018-01-30 Thread Prahallad Achar
Luckily application supports headless automation now question is how to > invoke those jar using python. On 29 Jan 2018 10:45 pm, "Prahallad Achar" <achar...@gmail.com> wrote: Thanks for the kind response. Sure.. Definitely I shall ask development team for the same. Regards P

Re: Automation query... Plz help

2018-01-29 Thread Prahallad Achar
Thanks for the kind response. Sure.. Definitely I shall ask development team for the same. Regards Prahallad On 29 Jan 2018 7:48 pm, "Steven D'Aprano" < steve+comp.lang.pyt...@pearwood.info> wrote: > On Mon, 29 Jan 2018 17:50:46 +0530, Prahallad Achar wrote: > > > No.. Not at all. > > > > Its

Re: Automation query... Plz help

2018-01-29 Thread Steven D'Aprano
On Mon, 29 Jan 2018 17:50:46 +0530, Prahallad Achar wrote: > No.. Not at all. > > Its CTP application.. Which is basically transport planner for networks If you want to know whether CTP can be run headless, you should ask the CTP support team or software maintainer, not Python forums. Do you

Re: Automation query... Plz help

2018-01-29 Thread Prahallad Achar
> > > > There is an desktop application which runs on Windows and written in > > java > [...] > > Is there a way to run this automation without launching the application > > (headless) > > Is the name of the application a secret? > > > > -- &g

Re: Automation query... Plz help

2018-01-29 Thread Steven D'Aprano
On Mon, 29 Jan 2018 16:23:23 +0530, Prahallad Achar wrote: > Hello friends, > > There is an desktop application which runs on Windows and written in > java [...] > Is there a way to run this automation without launching the application > (headless) Is the name of the ap

Automation query... Plz help

2018-01-29 Thread Prahallad Achar
Hello friends, There is an desktop application which runs on Windows and written in java There is a requirement to automate that application. Am trying with pyautogui but it is very slow and lengthy code to compete. Is there a way to run this automation without launching the application

Re: IoT automation

2018-01-29 Thread Prahallad Achar via Python-list
Thank you Mr. Marvin On 29 Jan 2018 12:02 pm, "Dale Marvin via Python-list" < python-list@python.org> wrote: > On 1/28/18 7:39 AM, Prahallad Achar wrote: > >> Hello team, >> Could you please help me out in automation of IoT product end to end >>

Re: IoT automation

2018-01-28 Thread Dale Marvin via Python-list
On 1/28/18 7:39 AM, Prahallad Achar wrote: Hello team, Could you please help me out in automation of IoT product end to end Regards Prahallad <https://micropython.org/> ? --Dale -- https://mail.python.org/mailman/listinfo/python-list

IoT automation

2018-01-28 Thread Prahallad Achar
Hello team, Could you please help me out in automation of IoT product end to end Regards Prahallad -- https://mail.python.org/mailman/listinfo/python-list

[ANN] 'tsshbatch' Server Automation Tool Version 1.317 Released

2016-10-20 Thread Tim Daneliuk
. - What Is 'tsshbatch'? 'tsshbatch' is a server automation tool to enable you to issue commands to many servers without having to log into each one separately. When writing scripts, this overcomes the 'ssh

[issue10765] Build regression from automation changes on windows

2016-09-15 Thread Zachary Ware
Zachary Ware added the comment: The build system has been completely rewritten at least once since this was opened; this should no longer be a problem. -- resolution: -> out of date stage: patch review -> resolved status: open -> closed ___ Python

Re: Client support automation and self service

2016-05-03 Thread jmp
On 05/03/2016 10:02 AM, musoke wilson wrote: Hi Guys Currently working with a team to automate business operations and client support for a small enterprise. Key requirements: Clients to register, log queries and initiate service request through The Web and/or Mobile APP Clear tracking by

Client support automation and self service

2016-05-03 Thread musoke wilson
Hi Guys Currently working with a team to automate business operations and client support for a small enterprise. Key requirements: Clients to register, log queries and initiate service request through The Web and/or Mobile APP Clear tracking by the CRM team (SR alert through email/mobile APP)

ANN: 'tsshbatch' Server Automation Tool Version 1.228 Released

2016-01-19 Thread Tim Daneliuk
. - What Is 'tsshbatch'? 'tsshbatch' is a server automation tool to enable you to issue commands to many servers without having to log into each one separately. When writing scripts, this overcomes the 'ssh

Re: Automation of Windows app?

2015-08-30 Thread ryguy7272
On Tuesday, March 31, 2015 at 9:14:38 PM UTC-4, alex23 wrote: On 23/03/2015 1:43 PM, Michael Torrie wrote: As near as I can tell the standard go-to utility for this is a program called AutoIt. https://www.autoitscript.com/site/autoit/ Nothing to do with Python, and its scripting language

Re: Automation of Windows app?

2015-08-30 Thread Grant Edwards
On 2015-08-30, Laura Creighton l...@openend.se wrote: In a message of Sun, 30 Aug 2015 07:25:55 -0700, ryguy7272 writes: I know this is an old post, but anyway, can't you just use Windows Scheduler? http://windows.microsoft.com/en-us/windows/schedule-task#1TC=windows-7 I think you may have

Re: Automation of Windows app?

2015-08-30 Thread Laura Creighton
In a message of Sun, 30 Aug 2015 07:25:55 -0700, ryguy7272 writes: I know this is an old post, but anyway, can't you just use Windows Scheduler? http://windows.microsoft.com/en-us/windows/schedule-task#1TC=windows-7 I think you may have missed the original post, where poor old Grant Edwards

Re: Automation of Windows app?

2015-03-31 Thread alex23
On 23/03/2015 1:43 PM, Michael Torrie wrote: As near as I can tell the standard go-to utility for this is a program called AutoIt. https://www.autoitscript.com/site/autoit/ Nothing to do with Python, and its scripting language is maybe not that appealing to many, but it does the job, and does

Re: Automation of Windows app?

2015-03-23 Thread Jacob Kruger
- Original Message - From: Michael Torrie torr...@gmail.com To: python-list@python.org Sent: Monday, March 23, 2015 5:43 AM Subject: Re: Automation of Windows app? Nothing to do with Python, and its scripting language is maybe not that appealing to many, but it does the job, and does

Re: Automation of Windows app?

2015-03-23 Thread Albert-Jan Roskam
-- On Sun, Mar 22, 2015 6:41 PM CET Emile van Sebille wrote: On 3/20/2015 10:55 AM, Grant Edwards wrote: I need to automate operation of a Windows application. I've been productively using python to create macro scheduler [1] scripts to automate windows programs

Re: Automation of Windows app?

2015-03-22 Thread Mark Lawrence
On 22/03/2015 23:54, vern.m...@gmail.com wrote: Check out Sikuli at www.sikuli.org. It is an amazing program, and it is scripted in Python (Jython actually)! Good luck. Only 2.7 again, when are we going to ban Luddites from this list? :) -- My fellow Pythonistas, ask not what our language

Re: Automation of Windows app?

2015-03-22 Thread Emile van Sebille
On 3/20/2015 10:55 AM, Grant Edwards wrote: I need to automate operation of a Windows application. I've been productively using python to create macro scheduler [1] scripts to automate windows programs for years. A sample script: Press Alt Send Character/Textcu Release Alt

Re: Automation of Windows app?

2015-03-22 Thread vern . muhr
Check out Sikuli at www.sikuli.org. It is an amazing program, and it is scripted in Python (Jython actually)! Good luck. -- https://mail.python.org/mailman/listinfo/python-list

Re: Automation of Windows app?

2015-03-22 Thread Michael Torrie
On 03/20/2015 12:10 PM, Grant Edwards wrote: On 2015-03-20, Grant Edwards invalid@invalid.invalid wrote: I need to automate operation of a Windows application. I should have mentioned that I've found and am going to experiment a bit with pywinauto-0.4.0, but if there is anything else I

Re: Automation of Windows app?

2015-03-22 Thread Rustom Mody
On Monday, March 23, 2015 at 6:32:26 AM UTC+5:30, Mark Lawrence wrote: On 22/03/2015 23:54, vern.muhr wrote: Check out Sikuli at www.sikuli.org. It is an amazing program, and it is scripted in Python (Jython actually)! Good luck. Only 2.7 again, when are we going to ban Luddites

Automation of Windows app?

2015-03-20 Thread Grant Edwards
[I thought I'd seen a discussion of this recently, but I can't seem to find the right keyword.] I need to automate operation of a Windows application. It's a conformance test app from a standards organizaiton, and it's _stunningly_ bad. You have to sit it front of it like some sort of brainless

Re: Automation of Windows app?

2015-03-20 Thread Grant Edwards
On 2015-03-20, Grant Edwards invalid@invalid.invalid wrote: I need to automate operation of a Windows application. I should have mentioned that I've found and am going to experiment a bit with pywinauto-0.4.0, but if there is anything else I should look at, suggestions would be welcome. --

Re: Automation of Windows app?

2015-03-20 Thread Jerry Hill
On Fri, Mar 20, 2015 at 2:10 PM, Grant Edwards invalid@invalid.invalid wrote: I need to automate operation of a Windows application. I've used Sikuli (http://www.sikuli.org/) for similar things in the past. It's an automation framework built on Jython, and it worked great for what I needed

Re: Automation of Windows app?

2015-03-20 Thread Grant Edwards
On 2015-03-20, Jerry Hill malaclyp...@gmail.com wrote: On Fri, Mar 20, 2015 at 2:10 PM, Grant Edwards invalid@invalid.invalid wrote: I need to automate operation of a Windows application. I've used Sikuli (http://www.sikuli.org/) for similar things in the past. It's an automation framework

Urgent Need for Sr QE Automation Consultant - Sunnyvale CA (Local candidates ONLY)

2015-03-11 Thread tiya . akrid
and technology teams and provide on-going support and guidance. - Develop scalable and reusable processes and automation frameworks for analyzing data and delivering ongoing quality metrics (leveraging SQL, PL SQL, UNIX, PYTHON and other tools) Required Skills and Experience

ANN: 'tsshbatch' Server Automation Tool Version 1.204 Released

2014-12-05 Thread Tim Daneliuk
. - What Is 'tsshbatch'? 'tsshbatch' is a server automation tool to enable you to issue commands to many servers without having to log into each one separately. When writing scripts, this overcomes the 'ssh' limitation

ANN: 'tsshbatch' Server Automation Tool Version 1.204 Released

2014-12-05 Thread Tim Daneliuk
. - What Is 'tsshbatch'? 'tsshbatch' is a server automation tool to enable you to issue commands to many servers without having to log into each one separately. When writing scripts, this overcomes the 'ssh' limitation

ANN: 'tsshbatch' Server Automation Tool Version 1.204 Released

2014-12-05 Thread Tim Daneliuk
. - What Is 'tsshbatch'? 'tsshbatch' is a server automation tool to enable you to issue commands to many servers without having to log into each one separately. When writing scripts, this overcomes the 'ssh' limitation

ANN: 'tsshbatch' Server Automation Tool Version 1.204 Released

2014-12-05 Thread Tim Daneliuk
. - What Is 'tsshbatch'? 'tsshbatch' is a server automation tool to enable you to issue commands to many servers without having to log into each one separately. When writing scripts, this overcomes the 'ssh' limitation

[issue10765] Build regression from automation changes on windows

2014-06-29 Thread Ezio Melotti
Changes by Ezio Melotti ezio.melo...@gmail.com: -- nosy: +haypo, steve.dower, zach.ware ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue10765 ___

[issue10765] Build regression from automation changes on windows

2014-06-07 Thread Mark Lawrence
Mark Lawrence added the comment: I agree with the sentiment expressed in msg160237. Having said that I believe that a lot of work has been put into the build system recently that might have covered this. -- nosy: +BreamoreBoy ___ Python tracker

[issue10765] Build regression from automation changes on windows

2014-06-07 Thread Brian Curtin
Changes by Brian Curtin br...@python.org: -- nosy: -brian.curtin ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue10765 ___ ___ Python-bugs-list

Need help in Python automation

2014-03-21 Thread Anil Kumar A
running the script inside switch. Please give some clue to start my automation. Thanks! Anil Kumar A - -- https://mail.python.org/mailman/listinfo/python-list

Re: Need help in Python automation

2014-03-21 Thread Adnan Sadzak
suggest me, if there is any module which I can use to execute commands inside a switch. I don't want to use 'socket' module as I am not connecting the box and executing commands. I am running the script inside switch. Please give some clue to start my automation. Thanks! Anil Kumar

Re: Python powerpoint automation using pywin32

2014-02-25 Thread Mark Lawrence
into powerpoint. Is any link or document available which help me to do this work more effectivey faster. Always remember, PyPi is your friend. I've not used it but the following is available which works with Microsoft's XML based document types. It is not automation per se (and doesn't

Re: Python powerpoint automation using pywin32

2014-02-25 Thread sffjunkie
On Tuesday, 25 February 2014 03:52:29 UTC, Jaydeep Patil wrote: I need to use COM interface for PowerPoint generation. The following will get you started http://nbviewer.ipython.org/github/sanand0/ipython-notebooks/blob/master/Office.ipynb Then you'll need to interpret the Microsoft MSDN docs

Python powerpoint automation using pywin32

2014-02-24 Thread Jaydeep Patil
I need to create a new powerpoint presentation. I need to add images, paste some graphs, add texts, tables into powerpoint. Is any link or document available which help me to do this work more effectivey faster. Regards Jay -- https://mail.python.org/mailman/listinfo/python-list

Re: Python powerpoint automation using pywin32

2014-02-24 Thread sffjunkie
remember, PyPi is your friend. I've not used it but the following is available which works with Microsoft's XML based document types. It is not automation per se (and doesn't use pywin32) but a library for pptx document manipulation. https://pypi.python.org/pypi/python-pptx/ Docs are here https

Re: Python powerpoint automation using pywin32

2014-02-24 Thread Jaydeep Patil
or document available which help me to do this work more effectivey faster. Always remember, PyPi is your friend. I've not used it but the following is available which works with Microsoft's XML based document types. It is not automation per se (and doesn't use pywin32) but a library

Docs related python powerpoint automation using pywin32

2014-02-24 Thread Jaydeep Patil
Hi, Required help regarding python powerpoint automation using pywin32. provide some reference or guides? Regards Jaydeep -- https://mail.python.org/mailman/listinfo/python-list

Launching Helium: A Selenium wrapper that makes web automation 50% easier

2013-12-16 Thread Michael Herrmann
Hi everyone, I'm working for a startup called BugFree Software and would like to announce that today we're launching our second product! Helium is a library that wraps around Selenium to simplify web automation. It does away with many of the technicalities involved with web scripting

Re: Launching Helium: A Selenium wrapper that makes web automation 50% easier

2013-12-16 Thread Larry Martell
automation. It does away with many of the technicalities involved with web scripting. For example: Here is a Selenium script. Can you guess what it does? ff = Firefox() ... text_area = ff.find_element_by_id(u_0_1q) text_area.send_keys(Hello World!) button

Re: Launching Helium: A Selenium wrapper that makes web automation 50% easier

2013-12-16 Thread Michael Herrmann
On Monday, December 16, 2013 12:40:56 PM UTC+1, larry@gmail.com wrote: ... Is this open source? No. We quit our daytime jobs to work on this project and need the income to sustain our development... -- https://mail.python.org/mailman/listinfo/python-list

Automation P-I-D

2013-11-23 Thread Renato Barbosa Pim Pereira
I mentioned some time ago about a program to calculate PID constants for tuning controllers, follow the link to its online version algorithm for anyone interested http://pastebin.com/wAqZmVnR I thank you for the help I received from many here on the list. ;D --

Re: Automation

2013-11-20 Thread Chris Angelico
Here's a response from a full-blooded Scot on the subject. On Wed, Nov 20, 2013 at 8:29 PM, Derrick McCLURE j.d.mccl...@virgin.net wrote: No, Chris, you haven't been led astray. The language is referred to as Scots, not Scottish. There is an academic journal called Scottish Language, which I

Re: Automation

2013-11-20 Thread Chris Angelico
On Wed, Nov 20, 2013 at 2:11 AM, Chris Angelico ros...@gmail.com wrote: On Wed, Nov 20, 2013 at 2:06 AM, MRAB pyt...@mrabarnett.plus.com wrote: You need to distinguish between Scottish English and Scots, the latter being related to English, but isn't English, much as Danish is related to

Re: Automation

2013-11-20 Thread Grant Edwards
On 2013-11-19, Chris Angelico ros...@gmail.com wrote: Anyway, we Aussies know more about your geography than you know about ours, I reckon. Which of these is not a real place: Parramatta, Warrnambool, Cerinabbin, Mordialloc? No fair Googling them, see if you can call it. Next thing you'll be

Re: Automation

2013-11-20 Thread Chris Angelico
On Thu, Nov 21, 2013 at 3:14 AM, Grant Edwards invalid@invalid.invalid wrote: On 2013-11-19, Chris Angelico ros...@gmail.com wrote: Anyway, we Aussies know more about your geography than you know about ours, I reckon. Which of these is not a real place: Parramatta, Warrnambool, Cerinabbin,

Re: Automation

2013-11-20 Thread Grant Edwards
On 2013-11-19, Ian Kelly ian.g.ke...@gmail.com wrote: On Fri, Nov 15, 2013 at 1:45 PM, Alister alister.w...@ntlworld.com wrote: and if you haven't seen it before :- Aoccdrnig to a rscheearch at Cmabrigde Uinervtisy, it deosn't mttaer in waht oredr the ltteers in a wrod are, the olny iprmoetnt

Re: Automation

2013-11-20 Thread Tim Golden
On 20/11/2013 16:19, Chris Angelico wrote: On Thu, Nov 21, 2013 at 3:14 AM, Grant Edwards invalid@invalid.invalid wrote: On 2013-11-19, Chris Angelico ros...@gmail.com wrote: Anyway, we Aussies know more about your geography than you know about ours, I reckon. Which of these is not a real

Re: Automation

2013-11-20 Thread Chris Angelico
On Thu, Nov 21, 2013 at 3:28 AM, Tim Golden m...@timgolden.me.uk wrote: On 20/11/2013 16:19, Chris Angelico wrote: On Thu, Nov 21, 2013 at 3:14 AM, Grant Edwards invalid@invalid.invalid wrote: On 2013-11-19, Chris Angelico ros...@gmail.com wrote: Anyway, we Aussies know more about your

Re: Automation

2013-11-20 Thread Walter Hurry
On Thu, 21 Nov 2013 03:33:02 +1100, Chris Angelico wrote: But the actual fake is Cerinabbin You might have included Woolloomooloo in the list! -- https://mail.python.org/mailman/listinfo/python-list

Re: Automation

2013-11-20 Thread Grant Edwards
On 2013-11-20, Walter Hurry walterhu...@lavabit.com wrote: On Thu, 21 Nov 2013 03:33:02 +1100, Chris Angelico wrote: But the actual fake is Cerinabbin You might have included Woolloomooloo in the list! Anybody from the early days of TCP/IP networking on PC-DOS and Mac OS would also recognize

Off-topic: Aussie place names [was Re: Automation]

2013-11-20 Thread Steven D'Aprano
On Wed, 20 Nov 2013 17:58:27 -0500, Dennis Lee Bieber wrote: On Tue, 19 Nov 2013 21:48:10 +1100, Chris Angelico ros...@gmail.com declaimed the following: Anyway, we Aussies know more about your geography than you know about ours, I reckon. Which of these is not a real place: Parramatta,

Re: Off-topic: Aussie place names [was Re: Automation]

2013-11-20 Thread Tim Delaney
On 21 November 2013 11:58, Steven D'Aprano steve+comp.lang.pyt...@pearwood.info wrote: For a serious look at Australian placenames named after Australian Aboriginal words, see wikipedia: http://en.wikipedia.org/wiki/List_of_Australian_place_names_of_Aboriginal_origin Just noticed that my

Re: Automation

2013-11-19 Thread Ian Kelly
On Fri, Nov 15, 2013 at 1:45 PM, Alister alister.w...@ntlworld.com wrote: and if you haven't seen it before :- Aoccdrnig to a rscheearch at Cmabrigde Uinervtisy, it deosn't mttaer in waht oredr the ltteers in a wrod are, the olny iprmoetnt tihng is taht the frist and lsat ltteer be at the

Re: Automation

2013-11-19 Thread Chris Angelico
On Tue, Nov 19, 2013 at 7:53 PM, Ian Kelly ian.g.ke...@gmail.com wrote: Aoilegpos for aidnoptg a cdocianorttry vwpiienot but, ttoheliacrley spkeaing, lgitehnneng the words can mnartafucue an iocnuurgons samenttet that is vlrtiauly isbpilechmoenrne. isbpilechmoenrne. I totally want to find an

Re: Automation

2013-11-19 Thread Ian Kelly
On Tue, Nov 19, 2013 at 2:26 AM, Chris Angelico ros...@gmail.com wrote: It couldn't figure out Absytrytewh, picsbeliud, or hnasoa/tw.nartswdbvweos/utrtek:p./il. That's not a bad result. (And as a human, I'm guessing that the second one isn't an English word - maybe it's Scots?) Here's the

Re: Automation

2013-11-19 Thread Mark Lawrence
On 19/11/2013 08:53, Ian Kelly wrote: On Fri, Nov 15, 2013 at 1:45 PM, Alister alister.w...@ntlworld.com wrote: and if you haven't seen it before :- Aoccdrnig to a rscheearch at Cmabrigde Uinervtisy, it deosn't mttaer in waht oredr the ltteers in a wrod are, the olny iprmoetnt tihng is taht

Re: Automation

2013-11-19 Thread Mark Lawrence
On 19/11/2013 09:26, Chris Angelico wrote: It couldn't figure out Absytrytewh, picsbeliud, or hnasoa/tw.nartswdbvweos/utrtek:p./il. That's not a bad result. (And as a human, I'm guessing that the second one isn't an English word - maybe it's Scots?) Here's the code: I sense another letter to

Re: Automation

2013-11-19 Thread Chris Angelico
On Tue, Nov 19, 2013 at 8:54 PM, Mark Lawrence breamore...@yahoo.co.uk wrote: On 19/11/2013 09:26, Chris Angelico wrote: It couldn't figure out Absytrytewh, picsbeliud, or hnasoa/tw.nartswdbvweos/utrtek:p./il. That's not a bad result. (And as a human, I'm guessing that the second one isn't

Re: Automation

2013-11-19 Thread Chris Angelico
On Tue, Nov 19, 2013 at 8:54 PM, Mark Lawrence breamore...@yahoo.co.uk wrote: On 19/11/2013 09:26, Chris Angelico wrote: It couldn't figure out Absytrytewh, picsbeliud, or hnasoa/tw.nartswdbvweos/utrtek:p./il. That's not a bad result. (And as a human, I'm guessing that the second one isn't

Re: Automation

2013-11-19 Thread Walter Hurry
On Tue, 19 Nov 2013 21:48:10 +1100, Chris Angelico wrote: I guessed Scots for the second one because it didn't look Welsh and it seemed plausible to get a mostly-English paragraph with one Welsh name and one Scots word. The word is *Scottish*. I think that's what Mark was driving at. --

Re: Automation

2013-11-19 Thread Chris Angelico
On Tue, Nov 19, 2013 at 10:53 PM, Walter Hurry walterhu...@lavabit.com wrote: On Tue, 19 Nov 2013 21:48:10 +1100, Chris Angelico wrote: I guessed Scots for the second one because it didn't look Welsh and it seemed plausible to get a mostly-English paragraph with one Welsh name and one Scots

Re: Automation

2013-11-19 Thread Alister
On Tue, 19 Nov 2013 22:58:35 +1100, Chris Angelico wrote: On Tue, Nov 19, 2013 at 10:53 PM, Walter Hurry walterhu...@lavabit.com wrote: On Tue, 19 Nov 2013 21:48:10 +1100, Chris Angelico wrote: I guessed Scots for the second one because it didn't look Welsh and it seemed plausible to get a

Re: Automation

2013-11-19 Thread Chris Angelico
On Tue, Nov 19, 2013 at 11:36 PM, Alister alister.w...@ntlworld.com wrote: the language nationality is Scottish, the people are Scots Scotch is a type of whisky. Hmm, I don't know that it's that clear-cut (other than the drink). Derrick McClure is himself a Scot, and he posted this on

Re: Automation

2013-11-19 Thread Alister
On Tue, 19 Nov 2013 23:52:09 +1100, Chris Angelico wrote: On Tue, Nov 19, 2013 at 11:36 PM, Alister alister.w...@ntlworld.com wrote: the language nationality is Scottish, the people are Scots Scotch is a type of whisky. Hmm, I don't know that it's that clear-cut (other than the drink).

Re: Automation

2013-11-19 Thread Alister
On Tue, 19 Nov 2013 23:52:09 +1100, Chris Angelico wrote: On Tue, Nov 19, 2013 at 11:36 PM, Alister alister.w...@ntlworld.com wrote: the language nationality is Scottish, the people are Scots Scotch is a type of whisky. Hmm, I don't know that it's that clear-cut (other than the drink).

Re: Automation

2013-11-19 Thread Alister
On Tue, 19 Nov 2013 23:52:09 +1100, Chris Angelico wrote: On Tue, Nov 19, 2013 at 11:36 PM, Alister alister.w...@ntlworld.com wrote: the language nationality is Scottish, the people are Scots Scotch is a type of whisky. Hmm, I don't know that it's that clear-cut (other than the drink).

Re: Automation

2013-11-19 Thread Alister
On Tue, 19 Nov 2013 23:52:09 +1100, Chris Angelico wrote: On Tue, Nov 19, 2013 at 11:36 PM, Alister alister.w...@ntlworld.com wrote: the language nationality is Scottish, the people are Scots Scotch is a type of whisky. Hmm, I don't know that it's that clear-cut (other than the drink).

Re: Automation

2013-11-19 Thread Mark Lawrence
On 19/11/2013 10:48, Chris Angelico wrote: Anyway, we Aussies know more about your geography than you know about ours, I reckon. Which of these is not a real place: Parramatta, Warrnambool, Cerinabbin, Mordialloc? No fair Googling them, see if you can call it. I've been to three of the above

Re: Automation

2013-11-19 Thread Tim Golden
On 19/11/2013 13:50, Mark Lawrence wrote: On 19/11/2013 10:48, Chris Angelico wrote: Anyway, we Aussies know more about your geography than you know about ours, I reckon. Which of these is not a real place: Parramatta, Warrnambool, Cerinabbin, Mordialloc? No fair Googling them, see if you

Re: Automation

2013-11-19 Thread Mark Lawrence
On 19/11/2013 13:55, Tim Golden wrote: On 19/11/2013 13:50, Mark Lawrence wrote: On 19/11/2013 10:48, Chris Angelico wrote: Anyway, we Aussies know more about your geography than you know about ours, I reckon. Which of these is not a real place: Parramatta, Warrnambool, Cerinabbin,

Re: Automation

2013-11-19 Thread Chris Angelico
On Wed, Nov 20, 2013 at 12:55 AM, Tim Golden m...@timgolden.me.uk wrote: On 19/11/2013 13:50, Mark Lawrence wrote: On 19/11/2013 10:48, Chris Angelico wrote: Anyway, we Aussies know more about your geography than you know about ours, I reckon. Which of these is not a real place: Parramatta,

Re: Automation

2013-11-19 Thread MRAB
On 19/11/2013 12:59, Alister wrote: On Tue, 19 Nov 2013 23:52:09 +1100, Chris Angelico wrote: On Tue, Nov 19, 2013 at 11:36 PM, Alister alister.w...@ntlworld.com wrote: the language nationality is Scottish, the people are Scots Scotch is a type of whisky. Hmm, I don't know that it's that

Re: Automation

2013-11-19 Thread Chris Angelico
On Wed, Nov 20, 2013 at 2:06 AM, MRAB pyt...@mrabarnett.plus.com wrote: You need to distinguish between Scottish English and Scots, the latter being related to English, but isn't English, much as Danish is related to Swedish, but isn't Swedish. Ah. When I referred to a Scots word, I was

Re: Automation

2013-11-18 Thread Neil Cerutti
On 2013-11-16, Larry Hudson org...@yahoo.com wrote: However, that's just a side comment. I wanted to mention my personal peeve... I notice it's surprisingly common for people who are native English-speakers to use 'to' in place of 'too' (to little, to late.), your in place of you're (Your

Re: Automation

2013-11-18 Thread Grant Edwards
On 2013-11-16, Larry Hudson org...@yahoo.com wrote: And yes, people can _easily_ tell the difference between errors caused by being lazy/sloppy and errors caused by writing in a second language. Not to start another flame-war (I hope), but our Greek friend is a good example of that. It's

Re: Automation

2013-11-18 Thread David Robinow
On Mon, Nov 18, 2013 at 11:49 AM, Grant Edwards invalid@invalid.invalid wrote: ... I don't make those mistakes typing on a phone (where I have to actually think about the act of typing), but I do make them with a regular keyboard, where I don't have to think about mechanics of typing the

Re: grammar (was Re: Automation)

2013-11-18 Thread Mark Lawrence
On 16/11/2013 17:02, Paul Smith wrote: On Sat, 2013-11-16 at 10:11 -0500, Roy Smith wrote: In article mailman.2714.1384611545.18130.python-l...@python.org, William Ray Wing w...@mac.com wrote: And my personal peeve - using it's (contraction) when its (possessive) should have been used;

Re: Automation

2013-11-18 Thread Gregory Ewing
Neil Cerutti wrote: Written English probably changes much slower than spoken English, and we have the curmudgeon's to thank. The curmudgeon's what? :-) -- Greg -- https://mail.python.org/mailman/listinfo/python-list

  1   2   3   4   >