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=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!aioe.org!.POSTED.Ry1GfOCil8z4iThfpbQjlA.user.gioia.aioe.org!not-for-mail From: "Nasser M. Abbasi" Newsgroups: comp.lang.ada Subject: Re: Running a simple Python from Ada program Date: Fri, 3 Apr 2020 21:55:05 -0500 Organization: Aioe.org NNTP Server Message-ID: References: <5ff72d53-fb4e-449c-a104-5fb5797ca787@googlegroups.com> Reply-To: nma@12000.org NNTP-Posting-Host: Ry1GfOCil8z4iThfpbQjlA.user.gioia.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: abuse@aioe.org User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.5.0 Content-Language: en-US X-Notice: Filtered by postfilter v. 0.9.2 Xref: reader01.eternal-september.org comp.lang.ada:58308 Date: 2020-04-03T21:55:05-05:00 List-Id: On 4/3/2020 6:49 PM, Mikhail Terekhov wrote: > On Friday, April 3, 2020 at 1:35:26 PM UTC-4, Dmitry A. Kazakov wrote: >> On 2020-04-03 18:57, Rego, P. wrote: >>> Does someone would have a simplest as possible way to run a Python script from the Ada project? >> >> There is no simple way doing that. Python has serious issues. >> > Just curious, what serious issues? > For me, it is Duck typing :) "Using Duck Typing, we do not check types at all." https://www.geeksforgeeks.org/duck-typing-in-python/ But this is another issue I suppose than what is being discussed here. --Nasser