Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #24957

Re: Which way is best to execute a Python script in Excel?

Path csiph.com!usenet.pasdenom.info!news.albasani.net!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <kliateni@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.012
X-Spam-Evidence '*H*': 0.98; '*S*': 0.00; 'subject:Python': 0.05; 'api': 0.09; 'python': 0.09; 'derived': 0.09; 'python:': 0.09; 'subject:script': 0.09; 'terry': 0.09; 'cc:addr:python-list': 0.10; 'reedy': 0.16; '\xe9crit': 0.16; 'wrote:': 0.17; 'examples': 0.18; 'question.': 0.20; 'do.': 0.21; 'help.': 0.22; 'received:74.125.82.174': 0.23; 'cc:2**0': 0.23; 'example': 0.23; 'cheers': 0.24; 'cc:no real name:2**0': 0.24; 'cc:addr:python.org': 0.25; 'header:In-Reply-To:1': 0.25; 'header :User-Agent:1': 0.26; 'language.': 0.27; 'writes': 0.30; 'basic': 0.30; 'code': 0.31; 'received:74.125.82': 0.33; 'explains': 0.33; 'received:google.com': 0.34; 'thanks': 0.34; 'needed': 0.35; 'pm,': 0.35; 'received:192.168.0': 0.35; 'subject:?': 0.35; 'message-id:@gmail.com': 0.36; 'received:74.125': 0.36; 'url:org': 0.36; 'subject:: ': 0.38; 'some': 0.38; 'things': 0.38; 'received:192': 0.39; 'received:192.168': 0.40; 'header:Received:5': 0.40; 'your': 0.60; 'link': 0.60; 'relatively': 0.62; 'close': 0.63; 'study': 0.66; 'further,': 0.71; 'examples.': 0.84; 'non-api': 0.84; 'start.': 0.84
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=Ygh5ntxG8M1AtJy5l2580YJZUVng6QNpSKuy4yjOcjw=; b=ZSuMpYOV2z6BoUxE1dNnTOLcEk3P95cYdxIllttM6Zh4iAs+jXWa9V18sla6lOubEQ qdysoi8+q7qnx3zznAYRdjUIBEjPcdLBhRAIr+Oi95+cETeoLE6vw1Bx5EriGd1olFmO ACRD1OtdaKjOXkmdTsIlFJeRR6ls02AGXb8+J5YmPphQMFPmRzPfTp4Rh3xOzDH/oShi X+XKMNqODxsmrvOKZTEqokPMn6XK6pH4UelzSjSIv6bmcNBHnjH5F4IjUwuVhqN6wxSd CVEAILGCb9z+9c477adXX3cdKgvCrkxvWi0T72g4z7IyGCUxAlskGQ9YKmrRuw/ux2DE mr5g==
Date Fri, 06 Jul 2012 07:33:17 +0200
From Karim <kliateni@gmail.com>
User-Agent Mozilla/5.0 (X11; Linux x86_64; rv:13.0) Gecko/20120615 Thunderbird/13.0.1
MIME-Version 1.0
To Terry Reedy <tjreedy@udel.edu>
Subject Re: Which way is best to execute a Python script in Excel?
References <CAECFW5nxSB6PMctO+4Gn-BQGPVhCuUYMvE44M368L-+u2yKu6g@mail.gmail.com> <4FF541A9.1090806@gmail.com> <4FF55A85.2040002@jollybox.de> <jt50es$kja$1@dough.gmane.org> <4FF64DD8.8030007@gmail.com> <4FF672FF.5080101@udel.edu>
In-Reply-To <4FF672FF.5080101@udel.edu>
Content-Type text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding 8bit
Cc python-list@python.org
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.12
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.1851.1341552801.4697.python-list@python.org> (permalink)
Lines 23
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1341552801 news.xs4all.nl 6945 [2001:888:2000:d::a6]:45355
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:24957

Show key headers only | View raw


Le 06/07/2012 07:09, Terry Reedy a écrit :
>
> On 7/5/2012 10:30 PM, Karim wrote:
>
>> An excellent link to derived all code example to python:
>> http://www.pitonyak.org/AndrewMacro.sxw.
>
> Even though he only writes in OOBasic, you are right that he explains 
> the basic concepts needed for accessing the api from any language. He 
> is also honest. Writing non-api code is relatively easy; accessing the 
> OO/LO api is harder. I made a start. When I get further, I will look 
> at the examples that are close to some things I want to do. I will 
> also study your Python examples. Thanks for the help.
>
> Terry
>
>
NP you are welcome to ask me any question.


Cheers
Karim

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: Which way is best to execute a Python script in Excel? Karim <kliateni@gmail.com> - 2012-07-06 07:33 +0200

csiph-web