Octave: A Statistical Tool used in Neural Networks
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...
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...
Learn How To Use Packages And Data Structures In Scala
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
SSH is the secure shell protocol used to access the remote Linux system. It is often used by the system administrator to manage the...
Learn How To Create And Start Docker Containers
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
Logistic Regression is a very popular Machine Learning algorithm. Python is widely used for writing Machine Learning programs. In this article, we will learn...
Learn how to use Amazon EC2 Container Service with Docker
There are multiple cloud computing services available. However, we have chosen to use Amazon EC2 in this tutorial because of its popularity and the...
Learn Object Oriented Programming in Python – Inheritance
The Concept
In the last article (Object Oriented Programming in Python - Classes and Objects); we talked about the main benefits for using OOP approach...
A Go-To-Guide For API Testing Using Pytest!!
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....
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...