by Monisha Macharla | Apr 22, 2020 | Development Board
An Internet of Things (IoT) gateway is a physical device or software application that serves as the point of connection between the IoT application server and end devices. All data moving to and from the IoT application server goes through the IoT Gateway. IoT Gateway...
by Monisha Macharla | Apr 21, 2020 | Python Tkinter Examples
In this article, we will learn how to create a restaurant bill management system with python using basic widgets in Tkinter library. If you are new to Tkinter library I recommend you go through this first because without a basic understanding of these widgets which we...
by Monisha Macharla | Apr 21, 2020 | Sensors
The accurate choice of selecting a sensor depends on the knowledge about the application type, the variable of product and the condition in the operating environment. In this article, we will be discussing the factors to be considered while selecting a sensor. There...
by Monisha Macharla | Apr 21, 2020 | Articles
Gartner is one of the leading research and advisory companies. They provide research and insights into new technologies, their future growth, trends, and data analysis that aids companies in decision making. IoT is no longer on the way. It’s here. Internet of...
by Monisha Macharla | Apr 21, 2020 | Python Tkinter
In this article, we are going to learn about data and classes in python Tkinter. We will save our GUIdata into Tkinter variables after that we will also start using OOP to extend the existing Tkinter classes to extend the built-in functionality of Tkinter....