by Jayanta Chakraborty | Apr 24, 2020 | Applications of IoT
The “Internet of Things” (IoT) is not the “hype” or a “buzzword” anymore, it now has the power to change our world. It isn’t news that the Internet of Things (IoT) is revolutionizing our lives – IoT is Everywhere. IoT is now portable,...
by Harshith | Apr 24, 2020 | Raspberry Pi projects
Getting started with the Twitter API Twitter is a web service that provides an application programming interface (API), which means you can write software that communicates with the live Twitter service—perhaps to read tweets in real time or to automatically publish...
by Monisha Macharla | Apr 23, 2020 | Python
Requirements Check the tools pip –version pip install wheel What is Python Package Index? What is Distutils? Creating a Package Directory Structure some_root_dir/ |– README |– setup.py |– an_example_pypi_project | |– __init__.py |...
by Monisha Macharla | Apr 23, 2020 | Applications of IoT
In this article, we are going to discuss the applications of IoT in supply chain management. First, of what is supply chain management. Supply chain management is the management of the flow of goods and services. As we all know, IoT is one of the fastest-growing...
by Anmol Punetha | Apr 23, 2020 | Applications of IoT
What is IoT Energy Management? It is a process that includes planning & management of your energy consumption patterns in commercial & industrial sectors. Consider a small example. You were at your house and you left with the lights and the AC switched on....
by Jyotsna Rajaraman | Apr 22, 2020 | Development Board
What is an IoT Gateway? All data moving to or from a cloud, goes through a gateway, which can be- a hardware device or software program. An IoT gateway is a device or program that is the connection point between the cloud and controllers, sensors or smart devices....
by Anmol Punetha | Apr 22, 2020 | Python Tkinter Examples
Hello everyone! Today we are going to make a Tkinter based GUI that will be an Application Form . We will ask some details by the user and then will be saving that with a default extension of .yaml, which can be changed at the time of saving the file. Let’s go...
by Monisha Macharla | Apr 22, 2020 | Raspberry Pi
Deluge is a fully-featured cross-platform BitTorrent client. It is Free Software, licensed under the GNU GPLv3+ and adheres to free desktop standards enabling it to work across many desktop environments. Deluge contains the common features to BitTorrent clients such...
by Monisha Macharla | Apr 22, 2020 | Python Tkinter
Introduction We will create a Graphical User Interface using tkinter on python to display messageboxes from radiobuttons. To learn how to use python, you can check these tutorials. If you know python but want to learn how to use tkinter, you can check these tutorials....
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...