Posts by Year

2025

Back to Top ↑

2022

Finding Remote Jobs: How and Where

3 minute read

Finding remote jobs can be challenging: there are many opportunities, but finding the right fit for your skills and profile takes effort. This post lists pop...

Auto-encoders from Scratch in Python

3 minute read

Auto-encoders from scratch build on the same neural network fundamentals I covered earlier. If you haven’t already, see these prerequisite posts: Feed For...

Finding DateTime in Text Using Python

3 minute read

Why extract datetime values from text? In data processing and analysis you often need to identify timestamps embedded in emails, logs, or user messages. Text...

MySQL: Triggers

3 minute read

Triggers in SQL Triggers in SQL is a way to invoke something as a response to the events on the table in which Trigger is attached. The example of the event ...

Pyscript: Running Python in Webpages

2 minute read

Pyscript is a JS library that allows us to write and run Python code on HTML web pages. In this blog, we will explore PyScript for running Python codes insi...

Python Asyncio: Concurrent Programming

5 minute read

Introduction Async IO means Asynchronous I/O and it has been there since the Python 3.4. The main purpose of asyncio is to achieve Concurrency and Multiproce...

Central Tendency vs Dispersion

6 minute read

Hello everyone, welcome back! In this blog we will again focus into the some of widely used central tendency techniques and then measure of spread in the Sta...

Back to Top ↑

2021

Gesture Based Calculator

13 minute read

Gesture Based Calculator Hello and welcome everyone to our last project on the #7DaysOfComputerVisionProjects series where we did some cool computer vision p...

Game: Kill a Fly

12 minute read

Kill The Fly Hello surfer, if you were following our series #7DaysOfComputerVisionProjects then this is the 6th project and this is going to be different and...

Gesture Based Visually Writing System

10 minute read

Gesture Based Writing Method Introduction Hello surfer, welcome to this blog where I will be writing a Python code to write something in canvas by moving fin...

Playing Chrome Trex Game with Gestures

5 minute read

Play Trex Game on Chrome By Gesture Using OpenCV and Mediapipe Hello there surfer! Since few days, I am thinking about some cool projects that can be done w...

Realtime Background Changing in Python

9 minute read

Real Time Background Changing With OpenCV and Python This blog is the part of the series #7DaysOfComputerVisionProjects. Links to the blogs and videos of eac...

Back to Top ↑

2020

Crowd Counting Made Easy

7 minute read

Contents Experience Of Being Udacity Scholar: As a scholar of Udacity’s Secure and Private AI Challenge course by Facebook, I have not only learned abo...

Beginning of my blogging journey.

less than 1 minute read

Contents I thought of doing blogging since school but guess what, the internet was not that much available like these days. After years, I am about to write...

Back to Top ↑