Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed1.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.015 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'subject:Windows': 0.02; 'subject:using': 0.09; 'operates': 0.16; 'subject:GUI': 0.16; 'subject:python': 0.16; 'wrote:': 0.18; 'value.': 0.19; 'email addr:gmail.com>': 0.22; 'case.': 0.24; '>': 0.26; 'suggested': 0.26; 'header:In-Reply-To:1': 0.27; 'function': 0.29; 'message-id:@mail.gmail.com': 0.30; 'copying': 0.34; 'received:google.com': 0.35; 'doing': 0.36; 'too': 0.37; 'skip:& 10': 0.38; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'to:addr:python.org': 0.39; 'sample': 0.67 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 :content-type; bh=5Ef8qfAvPpqSqVba9044WX0i4Bv5IYCZYqPEmSFXwrE=; b=rM1HFn62LhDJWGhVy09xUqI1DSxvMr+iH+2aVoqqMVEsW0m+kOGQP0UWP6CuNVamIY r8gNn8CAuOzJiLGG9QUZmdyDgmEdvaIpdIeUsVOKkDvyOorXNdxUcKLjZXai2wKz5Ish RzDXA+lEmcemHxkbn0QF8Gndndg6AWWujf4ffxjHUcN7fzOooXGehLIlxITzMeMvWZ/6 3xmUppl1vIJpbqkB2xtZ/lKhwIMuNNUIGXw7Y/SjLnPYKtbGGpXx8yahP0uSyOsSFwr2 W+yTBlX+41gxcoWH39JwbpXTsFjuAtspFeJzlWRhNGtA2dKjzmw2WmYxbwR8if1rWb8z Dl0w== MIME-Version: 1.0 X-Received: by 10.236.179.69 with SMTP id g45mr69427345yhm.81.1401861750638; Tue, 03 Jun 2014 23:02:30 -0700 (PDT) In-Reply-To: References: <0d04724b-d800-407f-9614-1a86c4a58769@googlegroups.com> Date: Wed, 4 Jun 2014 00:02:30 -0600 Subject: Re: Lock Windows Screen GUI using python From: Ian Kelly To: Python Content-Type: multipart/alternative; boundary=20cf303e9ea8abd33c04fafc5f99 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: 1401861758 news.xs4all.nl 2962 [2001:888:2000:d::a6]:42028 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:72600 --20cf303e9ea8abd33c04fafc5f99 Content-Type: text/plain; charset=UTF-8 On Jun 3, 2014 11:46 PM, "Jaydeep Patil" wrote: > Below is the sample function which doing copy paste in my case. > I am copying data directly by column, not reading each & every value. > Data is too big in heavy. The approach I suggested also operates on ranges, not individual cells. --20cf303e9ea8abd33c04fafc5f99 Content-Type: text/html; charset=UTF-8


On Jun 3, 2014 11:46 PM, "Jaydeep Patil" <patil.jay2009@gmail.com> wrote:
> Below is the sample function which doing copy paste in my case.
> I am copying data directly by column, not reading each & every value.
> Data is too big in heavy.

The approach I suggested also operates on ranges, not individual cells.

--20cf303e9ea8abd33c04fafc5f99--