Wednesday, February 13, 2019

Introduction Python Pandas

Pandas is an open-source Python Library providing high-performance data manipulation and analysis tool using its powerful data structures. The name Pandas is derived from the word Panel Data – an Econometrics from Multidimensional data. In 2008, developer Wes McKinney started...

Introduction To Python Data Science

Data science is the process of deriving knowledge and insights from a huge and diverse set of data through organizing, processing and analysing the data. It involves many different disciplines like mathematical and statistical modelling, extracting data from it source and...

Wednesday, May 30, 2018

Understanding the concept of Wireless Access Point

 Access Point (AP) is the central node in 802.11 wireless implementations. It is the interface between wired and wireless network, that all the wireless clients associate to and exchange data with.For a home environment, most often you have a router, a switch, and an...

Understanding Cloud Computing Planning

Before deploying applications to cloud, it is necessary to consider your business requirements. Following are the issues one must consider: Data Security and Privacy Requirement Budget Requirements Type of cloud - public, private or hybrid Data backup requirements Training...

A Quick Guide To Cloud Computing Architecture and Infrastructure

Cloud Computing architecture comprises of many cloud components, which are loosely coupled. We can broadly divide the cloud architecture into two parts:Front EndBack EndEach of the ends is connected through a network, usually Internet. The following diagram shows the graphical...