In this example we will see how we can use a Python script for a Node Script to build a Polyglot URL Shortener. Link to the article: http://harshcasper.hashnode.dev/polyglot-programming-with-metacall.
Install MetaCall CLI:
curl -sL https://raw.githubusercontent.com/metacall/install/master/install.sh | sh
Install application dependencies:
metacall pip3 install requests==2.20.0
metacall main.js