Clear questions and runnable code get the best and fastest answer |
|
PerlMonks |
Re^4: Using a Python APIby davido (Cardinal) |
on Jul 20, 2021 at 14:58 UTC ( [id://11135221]=note: print w/replies, xml ) | Need Help?? |
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. Dave
In Section
Seekers of Perl Wisdom
|
|