Air Mouse: Doing Mouse Operations Using Finger Gestures
Hey surfer, in this blog, I am going to write about how can we do basic mouse operations like move pointer, click, double click and right click using only finger gestures.
Join us
Hey surfer, in this blog, I am going to write about how can we do basic mouse operations like move pointer, click, double click and right click using only finger gestures.
As a software developer, you will be dealing with strings quite regularly.
Python pandas is one of the most important tools to have in your toolbox as a Data Scientist.
I Will walk you through the array and strings interview questions that may be asked and how to approach these problems, I will do 3 and leave the rest as a challenge.
For a recent personal project of mine, I needed to quickly and easily redirect and track user traffic to a serverless website I hosted in AWS.
A beginner's guide to genetic algorithms, plus a little bit more…
This past week I learned how to implement a CLI application so I thought about sharing this knowledge with you. But first, what exactly is a CLI?
Pythonic way of expressing iterative logic
Caesar ciphers map out characters to other characters based on a number key chosen by the designer of the Caesar cipher.