Blog

How to create the Ugandan National Flag using Python – Happy Independence Day UG…
|

How to create the Ugandan National Flag using Python – Happy Independence Day UG…

In this project-tutorial, you will learn how to create the Ugandan National Flag using Python. Today (9th/October/2023), Uganda celebrates her 61st Independence Day and as a way to celebrate our Independence day as Ugandans, we decided to share with you how you can create our National Flag using the Python Language. Requirements: So to create…

How to use the TF Mini-S LiDAR Sensor with Arduino UNO (Using Linux-Ubuntu)
|

How to use the TF Mini-S LiDAR Sensor with Arduino UNO (Using Linux-Ubuntu)

In this project-tutorial, we will be learning how to interface the TF Mini-S LiDAR time-of-flight (ToF) distance sensor module with the Arduino UNO R3 using Linux-Ubuntu… Background The TFMini-S is a miniaturized single-point ranging LiDAR (Light Detection & Ranging) sensor module that is an upgrade based on the TFMini from Benewake, a Chinese company that…

How to build a D.I.Y 3D Printer at Home. Part-1 – Introduction
|

How to build a D.I.Y 3D Printer at Home. Part-1 – Introduction

In this project-tutorial, we will be learning how to build our own D.I.Y 3D Printer from scratch at home that is capable of Printing three-dimensional objects. But first, let’s introduce some common terms used in 3D Printing. What is 3D Printing? The term 3D Printing which is also known as additive manufacturing is a method…

How to build a Scientific Calculator using Python
|

How to build a Scientific Calculator using Python

In this project-tutorial, we will be learning how to build our own Scientific Calculator using Python to perform simple mathematical operations. Requirements: 1 – Python 3.0 and above2 – PyCharm IDE or Visual Studio Code IDE or Anaconda (Jupyter Notebook) or any other IDE of your choice. For this tutorial, we shall follow the steps…

How to Build your own ‘ALEXA’ using Python
|

How to Build your own ‘ALEXA’ using Python

In this Project-tutorial, we are going to learn how to build our own Digital Virtual Assistant (D.I.Y Alexa) that functions like Alexa, Siri, Google Assistant, or Cortana using a few lines of code in Python. Our virtual assistant will be capable of performing simple tasks such as telling the current time, playing YouTube videos, making…

How to build your own YouTube Downloader using Python
|

How to build your own YouTube Downloader using Python

In this project-tutorial, we will be learning how to build our own YouTube downloader using Python. This downloader will be able to download single video(s) and playlists (multiple videos at once) from the YouTube platform. Requirements: 1 – Python 3.0 and above2 – PyCharm IDE or Visual Studio Code IDE or Anaconda (Jupyter Notebook) or…

How to convert your webcam into a smart security camera using Python & OpenCV
|

How to convert your webcam into a smart security camera using Python & OpenCV

In this project-tutorial, we will be learning how to covert a webcam into a smart security camera using Python and OpenCV. In this project, will be able to read vision from the webcam camera, detect unusual movement and finally alert the owner by playing a warning sound after detection of movement. Requirements: 1 – Python…