by Monisha Macharla | Apr 26, 2020 | Raspberry Pi
What is SSH? The SSH protocol (also referred to as Secure Shell) is a method for secure remote login from one computer to another. It provides several alternative options for strong authentication, and it protects the communications security and integrity with strong...
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 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....