Writing a self-contained ETL pipeline with Python

For this tutorial we are going to create a self contained small ETL pipeline for processing reddit posts in real time. Read more

Similar

Functions in Python

A function is a block of code that performs an operation usually a specific task. Functions help break our program into smaller and modular chunks, making them resusable and redable. They prevent repetition of code. You can pass data known as parameters... (more…)

Read more »