Python

Python Getting Started with Python Python language was developed by Guido Van Russom in Feb 1991. It is based on 2 programming languages i-e ABC & Modula-3. Advantages of python -- Easy to Learn -- Python is very programmer friendly…

The Curious case of Docker!!! Part-1

What DOCKER does? It carves up a computer into sealed containers that run your code.Gets the code to and from your computers.Builds these containers for you.It is also a social platform for you to find and share containers.Docker is not…

Linux: Moving Ahead 

  Linux: Moving ahead  Shell Configuration Files Calling order of Bash Configuration Files – Login Shell During a login shell, these configuration script files are called in this order: First: /etc/profile Then the order branches out, the first file that…