Skip to main content

Posts

Introduction to Numpy | Pandas | Matplotlib | in Python

  Introduction to Numpy | Pandas | Matplotlib | in Python Introduction If you are starting to learn Data Visualization or Data Science in particular you must have heard or trying to learn about Pandas, or Numpy, or Matplotlib. This article will serve you the very basic and informative introduction to these keeping in mind the practical essence of code. It is very important to first understand the theory first and then to understand code, and if possible try to implement it in parallel, making sure that the resources that are required are fulfilled at an earlier stage. What is Numpy Numpy is a Python package for scientific computing, adding support to linear algebra, matrices, and Fourier transform. In fact, Numpy is an abbreviation of Numerical Python. One of the premier use of Numpy is in the field of the multidimensional container of generic data. In the case of Numpy, the array here is called as ndarray. Numpy serves as a function as Reshaping arrays, or aggregation or filtering...
Recent posts

PowerShell Scripts - on Date and Time

  PowerShell Scripts - on Date and Time PowerShell - To Get System Date Command -   Get-Date  is used to get the current date. PowerShell - To Get System Time Command -   Get - Date   - DisplayHint   Time  is used to get the current system time PowerShell - To Set System Time Command -  set - date   adjust $timeToAdd is used to set time as required. PowerShell - To Set System Date Command -  Set-Date  is used to set system Date

What is the difference between PowerShell and PowerShell ISE ?

  What is the difference between PowerShell and PowerShell ISE? From the previous article on PowerShell , you have an introductory knowledge about PowerShell. Here in this article, we will find out the difference between PowerShell and PowerShell ISE. Well,  Powershell  is cross-platform task automation that includes the best features of shells that accept and returns .Net objects. It is extensible through modules, scripts, functions, and classes. It can create dynamic types through an extensible type system and has built-in support for data formats like XML, CSV, and JSON.PowerShell includes more than one hundred twenty plus command-line tools for function, which enables administrators to perform tasks on local and remote systems. It does offer a well-integrated command-line experience for the system. Whereas,  PowerShell ISE  where ISE stands for Integrated Scripting Environment, PowerShell ISE can be defined as a host for Powershell, where you can r...

What is PowerShell?

  What is PowerShell? In this article we will learn about : What is PowerShell? Features of PowerShell Applications of PowerShell What is PowerShell? Powershell is cross-platform task automation that includes the best features of shells that accept and returns .Net objects. It is extensible through modules, scripts, functions, and classes. It can create dynamic types through an extensible type system and has built-in support for data formats like XML, CSV, and JSON.PowerShell includes more than one hundred twenty plus command-line tools for function, which enables administrators to perform tasks on local and remote systems. It does offer a well-integrated command-line experience for the system. Features of PowerShell Pipelining Remote Commands Robust Command Line Supports Parameter Aliases Help System Built-in Applications of PowerShell Commands can be linked together through the pipe operators Remote systems can operate seamlessly Provides Data Support Provides Stand-alone tools...

What is Azure Health Bot ?

  What is Azure Health Bot ? What is Azure Health Bot ? Azure Health Bot is a platform build for developers in Healthcare organisation , so that health bot and health assistant can be deployed , so that process can be enhanced and reduction in cost. The service allows healthcare organisations to create health bot instance, so that they can integrate it with their system , through which patients , doctors, nurses and other representataive can interact with during need. Building an instance allows you to: Improve processes Improve services Improve outcomes Reduces cost It provides natural conversion experience. It ontains bulit in medical database, which also includes the triage protocols. Users can health bot instance to include different own scenaios. The service intelligence is powered by Azure Cognitive Service and credible world knowledge. Azure Health Bot simplifies process of creating a bot , which addresses regulatory and compliance of the industry, by: Integration with Langu...

What is Jenkins on Azure

  What is Jenkins on Azure Jenkins is one of the leading and popular open-source automation server for integrations and delivery of software projects. It provides hundreds of plugins for building, deploying, and automation of any project. Adding to the information you can also host the Jenkins deployment in Azure using Azure resources. Moreover, plugins are also available to simplify CI/CD applications on Azure.   How to Host Jenkins Server in Azure You can deploy your Jenkins in Azure using the following ways: The  Jenkins template  is available in Azure Marketplace. Tutorials on Jenkins instance on a VM. Running Kubernetes cluster running in Azure Container Service ( ACS ) Even you can monitor the deployment using  Azure Monitor Logs  System. How to deploy Code into Azure Services The Jenkins Plugins can be used to deploy applications to Azure as a part of Jenkins CI/CD pipelines and plugins are available for deploy: Azure App Service Azure App Service on...

What is Azure DataBricks

Azure DataBricks in Short Details Content to be covered Apache Spark Based Analytics Platform Apache Spark in Azure DataBricks Enterprise Security Integration with Azure Services Integration with PowerBI Introduction Microsoft Azure provides a cloud-based platform service known as Azure DataBricks which is an Apache Based Analytics Platform. It provides an interactive workspace that enables collaboration between Data Scientist, Data Engineers, and Business Analyst. Apache Spark Based Analytics Platform Spark in Azure DataBricks includes the following components: Spark SQL and Data Frame Streaming MLlib GraphX Spark Core API Apache Spark in Azure Databricks The DataBrick build on the spark provides a zero management cloud platform that includes: Fully managed Spark Clusters An interactive workspace for exploration and visualization A platform for powering Spark Based Applications. Enterprise Security Azure DataBricks provides enterprise-grade Azure Security. Integration with Azure Activ...