Category: Automation
-
Looping SQL Tables to Data Lake in Azure Data Factory
When you load data from a SQL Server, instead of individual pipelines, it is best to have one dynamic table controlled process. Learn how to loop through SQL tables dynamically to load from SQL Server to Azure Data Lake. Looping SQL Tables to Data Lake in Azure Data Factory Setting up the ETL_Control Database Create…
-
Automate your Twitter with API and Python – Robotic Python Automation
Sometimes you do not want to spend money to do things are are really easy. Tools like Hootsuite or Buffer can run you 100’s a month for something you can roll out yourself for free and a hour or so worth of work. Let’s learn how to Automate your Twitter with API and Python Setting…
-
Robotic Python Automation – Python to Create Abstract Art Automatically
Robotic Python Automation – Python to Create Abstract Art Automatically Looking to spruce up your home office? Here is a quick fun project you can do in Python to Create Abstract Art Automatically to print out for your home! This tutorial uses the basics of working with images, files, math and basic loops to create…
-
Robotic Python Automation – Automating Working with Files with Python. (Cleaning, Sorting and Archiving)
Robotic Python Automation Files Cleaning Sorting and Archiving. Sometimes we have folders where files are saved that get out of control. Sometimes we have Excel documents or Work files that pile up and we need an efficient way to sift and sort through them and either archive files or delete them. Using Python, we can…