Reflections on the 100 Days of Code Challenge
Earlier this year, I completed the 100 days of code challenge, where I coded for (almost) 100 consecutive days.
W ...Forecasting Time Series Data with Facebook Prophet
Prophet is an open-source library available in python and R for predictive data analysis, developed by FacebookR ...
How to Execute SFTP File Transfers Using Python and Paramiko
The other day, I was working on a project where I needed to download a file from a remote SFTP server, and upload it ...
How to Schedule a Python Script to Run Daily (Windows/Mac)
This post explains how to schedule a python script to run daily using Windows Task Scheduler or Cronjobs, allowing yo ...