Python articles

2023

Send Push notifications to Phone in Python

7 minute read

In this article, you will learn how to send push notifications to your phone and other devices using Pushover. A very affordable method for solo developers.

Python Lists vs Sets

6 minute read

In this article, we will explore the differences between lists and sets in Python, how to create them, adding, removing elements and iterating over them.

Python 3 Ways to merge two dictionaries

3 minute read

In this article, we will learn how to merge two dictionaries in the Python programming language. We will showcase 3 different ways to achieve this.

Back to top ↑

2022

Back to top ↑