Skip to content Skip to sidebar Skip to footer
Showing posts with the label Operation

How To Define Operations Of An Stfp Operator On Airflow?

class SFTPOperation(object): PUT = 'put' GET = 'get' operation=SFTPOpera… Read more How To Define Operations Of An Stfp Operator On Airflow?

Dot Product In Python Without Numpy

Is there a way that you can preform a dot product of two lists that contain values without using Nu… Read more Dot Product In Python Without Numpy