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…
Category: Technology training
GIT
GIT Created by Linus Torvalds in 2005 Keeps track of changesEspecially text changes.Version 1, version 2, version 3 and so on.Version control system (VCS)Source code management (SCM) GIT is a distributed version control system and it is open source and…
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…