Python GUI Programming Part-1 (Introduction)

Today we are going to learn about Python GUI Programming.

What is Python GUI programming?

GUI stands for, Graphical User Interface. That means we are going to learn about Graphical programming with Python. Using the GUI program you can build software and web applications.

There are lots of GUI frameworks (or toolkits) for Python from Tkinter. We will start with tk for building desktop applications using Python.

Read more

Let us dive into C Part-6.1 [IF-Else]

Programming with C

If-Else General Structures and Usage

Hello my dear Programmers!!! Let us dive into C again…….

If you have read my last blog post on decision making in C then I am sure about that, You are here to understand the If Else Topic broadly. Even if you are not redirected from the previous post though you can read this thoroughly to understand If-Else General structures and usage precisely.

Read more

Your old Cell Phones can save the Rainforest

Old Cell Phone will save the Rainforest

Rainforest is naturally noisy and has the most complicated soundscapes on the earth. The noise comes from the insects, primates, birds and everything that moves in the forest. Now tell me that, How will you detect the sound of the illegal logging?

Read more

Let us dive into C Part-6 Decision Making (if else)

Hello readers!!!

Today we are going learn about doing some intelligent task with C. Excited??? Okay….. Let’s solve a problem.

Problem:

You will be given three variables assigning three different numbers. Now you will have to pick the largest variable by the value among them.

Read more

LM324 IC or Infrared Proximity Sensor

LM324 Photodiode sensor or Infrared Proximity Sensor (Line following Robots’ Sensor)

Hi friends!!!!
Today we will talk about LM324 IC or Infrared Proximity Sensor.

Line follower robot needs sensors to detect the line to follow. Robot can detect line in two ways. One is using vision sensor (Robotic eye) or using Photo diode sensors as the line is drawn in single surface with two differentiating colors. Robotic eyes are too expensive so we will have to use use LM324 Photodiode sensor Or Infrared Proximity Sensor.

Now we are going to build a sensor that will sense the reflective objects from a certain distance. This will work as proximity sensor. The

Read more

Arduino LED blinking

Hello readers!!!

Yes you are here because you’ve chosen this techiehunters’ posts and clicked on Arduino LED blinking project. So let’s collect the important components list.  We will need an IDE for coding on Arduino. You will get the IDE from this site. First download the installer then install the software. Remember don’t plugin the Arduino while installing this software. if you have done the installation of the software then come to the components.

Components List:

1.  Arduino                                           —-  1pc
2.  LED                                                   —-  1pc
3.  Jump Wire (male to female)  —-  2pcs

First of all connect the LED with Arduino. Connect the Arduino pin 13 with

Read more

Basic electronics idea and Notation

Hello friends!!!

I am a hobbyist. I have done lots of school projects when I was a secondary school student. Today I am going to share my ideas on electronics and I will obviously try to give you a concrete guideline, “How to understand and work with Electronics” in the most possible ways.

What is Electronics?

Electronics is the study of electrons. In electronics we study about the flow

Read more

Career on Software Development

Career on Software Development (Education & Career Development)

Hello Readers!!!!

Some of my friends and followers were asking me to give an Idea to build their career on Software development. Today I am going to tell you about it.

First thing you will have to keep in mind that what is Software development and what is programming.

Programming: Programming is the skill by which you can create any

Read more

Ubuntu 18.04 (Bionic Beaver)

Ubuntu 18.04 LTS(Bionic Beaver)

Nowadays Ubuntu is the most favorite and most famous operating system. It is an open source software operating system that runs from the desktop, to the cloud, to all your internet connected things. This operating system is open source and most of the services are free for all users.

Recently Ubuntu released their new version named Ubuntu 18.04 LTS (Bionic Beaver). The ‘main’ archive of Ubuntu 18.04 LTS will be supported

Read more

Let us dive into C Part-5 (Operators & Operands)

C Operators and Operands

Hello Readers!!!!!

How are you doing? I wish you are doing well. If you face any difficulties then please let me know here with comments.

Today we are going to learn about the Operators and Operands in C.

What is Operator?

Operators are the foundation of any programming language. We can define operators as symbols that help us to perform specific mathematical and

Read more