Skip to main content

Recently Updated Pages

Git - Life Cycle

Git-GitLab-GitHub-BitBucket

In this chapter, we will discuss the life cycle of Git. In later chapters, we will cover the Git ...

Updated 2 years ago by Admin

Git - Environment Setup

Git-GitLab-GitHub-BitBucket

Before you can use Git, you have to install and do some basic configuration changes. Below are th...

Updated 2 years ago by Admin

Types of Cells in Jupyter Notebook

Python

The following are the three types of cells in a jupyter notebook − Code cells − As the name sugg...

Updated 2 years ago by Admin

Components of Python ML Ecosystem

Python

In this section, let us discuss some core Data Science libraries that form the components of Pyth...

Updated 2 years ago by Admin

Why Python for Data Science?

Python

Python is the fifth most important language as well as most popular language for Machine learning...

Updated 2 years ago by Admin

Using Pre-packaged Python Distribution: Anaconda

Python

Anaconda is a packaged compilation of Python which have all the libraries widely used in Data sci...

Updated 2 years ago by Admin

Installing Python

Python

For working in Python, we must first have to install it. You can perform the installation of Pyth...

Updated 2 years ago by Admin

Strengths and Weaknesses of Python

Python

Every programming language has some strengths as well as weaknesses, so does Python too. Strengt...

Updated 2 years ago by Admin

An Introduction to Python

Python

Python is a popular object-oriented programing language having the capabilities of high-level pro...

Updated 2 years ago by Admin

Docker Commands.....

Docker

Stop all container docker container stop $(docker container ls -aq) Remove all container docke...

Updated 2 years ago by Admin

To push container as a image on docker-hub

Docker

To login on Docke-Hub https://hub.docker.com/ docker login 1. Commit the required container as...

Updated 2 years ago by Admin

Reference link - https://bobcares.com/blog/docker-backup/2/

Docker Docker backup & restore

How to restore Docker containers docker load -i backup.tar backup.tar name of backup container ...

Updated 2 years ago by Admin

Docker Volume

Docker

Data volumes are directories that can store data outside Docker containers. This data can be shar...

Updated 2 years ago by Admin