
Getting Started with Flask Python
Flask is a micro-framework in Python for developing web applications. Flask supports jinja2 template engine. We will use Flask framework for developing our mini (sometimes...

Raspberry PI GPIO as Input in Python
We had mentioned using Raspberry PI GPIO as output in our previous post. Today we will talk about using Raspberry PI GPIO as input. We...

Getting Started with Raspberry PI GPIO
After successfully installing raspbianĀ into Raspberry PI, the first thing which comes into the mind of the embedded developer is to play with Raspberry PI GPIO....