in reply to Re: Using a Python API
in thread Using a Python API
Nonetheless, Python is by far the most common language that I find in "program scripting" situations, outside of the strictly-Microsoft world.
Re^3: Using a Python API
by stevieb (Canon) on Jul 19, 2021 at 16:17 UTC
|
Nonetheless, Python is by far the most common language that I find in "program scripting" situations
Yes, that's the new fad currently that all new college students are being taught.
That's not the point Dave's trying to make here though.
| [reply] |
|
I must have been ineffective in explaining. APIs are things that software communicates with, and often are designed to not care about the language of implementation of their consumers. Unless the reason for using a Python library within Perl is so that the OP doesn't have to write a new API adapter, it's not likely that the language of implementation of the API and the language of implementation of the consumer should matter.
| [reply] |