
Data Extractor Playlist


Learn How to Scrape data from any listing website like JustDial and IndiaMART. In this playlist, we will talk about the basics of Web Scraping using Python and Selenium.
BLOGS

It is a mouse simulation system which performs all the functions performed by your mouse corresponding to your hand movements and gestures.

You no longer need an external monitor, keyboard, and mouse to get started with Raspberry Pi, there’s another solution – headless mode.

In this article, we’ll look at a surprisingly simple way to get started with face recognition using Python and the open source library OpenCV.

Curious to know, Why 32.678 KHz Crystal Oscillator is used in RTC!!
First, let’s understand what is Oscillator and Crystal Oscillator. Oscillator: An oscillator is a mechanical or electronic device that works on the principles of oscillation:

Nucleo Development Board 101
Many of us are familiar with the popular microcontrollers and development boards like: Arduino Raspberry Pi NoduMCU 8051 These are some of the most popular

C Coding Standards
What Are Coding Rules and Guidelines? Coding rules and guidelines ensure that software is: Safe: It can be used without causing harm. Secure: It can’t

Embedded Interview Questions 2022
I remember getting my first “Embedded Interview” after countless hours of CV editing, formatting and writing customized cover letters while applying to Job portals and

Microcontroller Flash Memory 101
“MEMORY” What comes to your mind??? When you hear that word… Probably your brain skimming through its own memory. Yes!!! Everything we think about, process

Build Process & Stages of Embedded C Programs
In this article we look at the C build process and different stages– that is, how we get from C source files to executable code,