HTTP Request Message format well explained
INTRODUCTION HTTP request message contains request line, header fields and optional message data. Request line tells what type of data to be retrieved or updated at the specific web server…
INTRODUCTION Hello friends, I hope many points comes to your mind while reading the title of this post. Yes this post is a small post and continuation of the post…
Introduction Hello friends, here comes the basic tutorial to learn git from scratch. This is part 1 of the tutorial “Getting started with Git Step by Step Part 1” and…
INTRODUCTION This article exemplify (explain) Convolutional Neural Network/ConvNet in a simple way. In this, in addition to ConvNet readers will study basics of neural network, input, hidden and output nodes,…
INTRODUCTION This article clearly focuses on read, write and display video frames with OpenCV-python. The important words for this article are OpenCV, Python and Video. We will also look into deeper…