In the latest version of Advanced ETL Processor and Visual Importer ETL, we have introduced support for running Python Scripts

At the moment it can be only executed from the package script object.

PythonScript

Following functions can be used:
  • WriteToLog
  • SetVariable
  • GetVariable

Python integration is on very early stages and we still working on making it better.

About Python

Python is an interpreted, object-oriented, high-level programming language with dynamic semantics. It's high-level built-in data structures, combined with dynamic typing and dynamic binding, make it very attractive for Rapid Application Development, as well as for use as a scripting or glue language to connect existing components together. Python's simple, easy to learn syntax emphasizes readability and therefore reduces the cost of program maintenance. Python supports modules and packages, which encourages program modularity and code reuse. The Python interpreter and the extensive standard library are available in source or binary form without charge for all major platforms and can be freely distributed.

More information:

https://www.python.org/doc/essays/blurb/

Using Python
Python and Google drive

https://developers.google.com/drive/v3/web/quickstart/python

Python and Google documents

https://developers.google.com/gdata/articles/python_client_lib#introduction

Python and Dropbox

https://www.dropbox.com/developers-v1/core/docs/python

Python and Amazon AWS

https://aws.amazon.com/sdk-for-python/

Shopify

https://docs.shopify.com/api/guides/supported-libraries

Big Commerce

https://developer.bigcommerce.com/api/clients

Practical Example

PythonExample

Direct link, no registration required.