From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.200.39.202 with SMTP id x10mr549107qtx.40.1476812897545; Tue, 18 Oct 2016 10:48:17 -0700 (PDT) X-Received: by 10.157.21.73 with SMTP id z9mr316743otz.0.1476812897462; Tue, 18 Oct 2016 10:48:17 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!feeder.eternal-september.org!news.glorb.com!g45no2204212qte.1!news-out.google.com!203ni2041itk.0!nntp.google.com!e187no1938156itc.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Tue, 18 Oct 2016 10:48:17 -0700 (PDT) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=85.167.212.177; posting-account=bPTmZAoAAAC_6HP9XLKB9aAAxBa6BuOR NNTP-Posting-Host: 85.167.212.177 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Where to find good/simple examples for gnatcoll (python)? From: reinkor Injection-Date: Tue, 18 Oct 2016 17:48:17 +0000 Content-Type: text/plain; charset=UTF-8 Xref: news.eternal-september.org comp.lang.ada:32126 Date: 2016-10-18T10:48:17-07:00 List-Id: Hi, I try to learn fast to use gnatcoll (especially to access python functions). I would therefore like to have simple examples where an ada program calls a python script calculating for example 2 + 3 and return 5 (to ada). Did not directly find this in the documentation included in gnatcoll debian packages. Somebody any hint? reinert