\"
Statistical Tool

Octave: A Statistical Tool used in Neural Networks

2
  Octave is termed as an “open-source numerical tool which is used for programming numerical computations”. It is available under the GNU (Public License). This...
Python Snake Game

Learn How To Create A Python Snake Game Using Python IDE

Introduction - In this blog, you will learn how to create the very famous arcade game, Snake using Python. The player will be responsible to...
Data Structures

Learn How To Use Packages And Data Structures In Scala

0
Packages are units that are used to organize code. Entities that can be contained in packages include classes, traits and objects. Using packages has...
How to Secure SSH with Two Factor Authentication

How To Secure SSH With Two Factor Authentication

SSH is the secure shell protocol used to access the remote Linux system. It is often used by the system administrator to manage the...
docker-containers

Learn How To Create And Start Docker Containers

1
Virtualization technologies like Vmware and Xen enable a Linux kernel and an operating system to run atop a virtualized layer which is referred to...

Building A Logistic Regression in Python

0
Logistic Regression is a very popular Machine Learning algorithm. Python is widely used for writing Machine Learning programs. In this article, we will learn...
ec2-container-service

Learn how to use Amazon EC2 Container Service with Docker

0
There are multiple cloud computing services available. However, we have chosen to use Amazon EC2 in this tutorial because of its popularity and the...
Python Tutorial – Advanced Topics_4

Learn Object Oriented Programming in Python – Inheritance

0
The Concept In the last article (Object Oriented Programming in Python - Classes and Objects); we talked about the main benefits for using OOP approach...
Soft development isometric vector, web design process, laptop with data, programming and code writing, dark neon

A Go-To-Guide For API Testing Using Pytest!!

0
API (Application Program Interfaces) are the method to transfer data between non-compatible platforms, and hence they act as an interface between different software components....
Continuous Delivery Pipeline

A Guide To Continuous Delivery Pipeline

In today's world of innovation customers expect a steady flow of updates. They also anticipate them to be seamlessly deployed. From micro services to...