Python Training Package

The scripts collected in this package showcase new features added with new Python versions, as well as how to use Python with PetroVisor

Usage

To import the scripts of the package, follow the steps layed out in How do I install packages from Datagration's package repository?

Details

New Python Features

This script provides guidance on utilizing the latest features introduced in newer versions of Python.

Python Intro

This script demonstrates fundamental Python functionality.

Python API Intro

This script provides a comprehensive overview of PetroVisor's Python API, offering a detailed introduction to its functionality and capabilities.

Loading Signals

This script offers a comprehensive guide on efficiently loading signal data through the Python API. Ensure to link signals that have data to the inputs when executing the script. Additionally, adjust the details provided in lines 28-33 to align with the data associated with the linked signals.

Python Activity Intro

This script demonstrates how to access and utilize information that is passed to the script when executing it within a workflow.