Recent posts

Google Ads API in Python

5 minute read

Introduction Google provides multiple interfaces to manage Google Ads in addition to the standard web-based interface. While it is a popular choice among dev...

Map, Filter, and Reduce in Python

1 minute read

Map The map function executes some operation on each item in an iterable series. The general syntax for the map function is;

Guide to Python’s re Module

4 minute read

Regular expression, shortened to “regex”, is a powerful tool for text processing and manipulation. They allow you to search, extract, and replace patterns in...

Build a GitHub Blog using Jekyll

2 minute read

Jekyll is a static site generator created by Tom Preston-Werner, a founder and former CEO of GitHub. Jekyll is written in Ruby and generates a complete websi...