In Python, comments are lines of code that are not executed by the interpreter. They are used to provide explanations […] Blog DevOps Python How to write comments in Python?
To write your first Python program, you will need a text editor or an Integrated Development Environment (IDE). Some popular […] Blog DevOps Python First Python Program
CRI-O is an open-source container runtime for Kubernetes that is optimized for running containers on Linux. It is designed to […] Blog DevOps Kubernetes Linux How to install CRI-O in Ubuntu2 comments
Swap space, also known as swap memory or swap partition, is a portion of a computer’s hard drive or other […] Blog DevOps Linux How to disable swap space Linux2 comments
There are many reasons to learn Python: Overall, learning Python can be a great investment in your future, as it […] Blog DevOps Python Why we should learn python?
Python is a high-level, general-purpose programming language that is widely used for web development, data science, and scientific computing. It […] Blog DevOps Python What is Python?
Git makes Developer’s life easy, we can’t even imagine how difficult Dev and Ops life can be without git. Git […] Blog DevOps Git How to squash all commits into one
A virtual environment is one of the very important tools for testing Python code without affecting the system python and […] Blog DevOps Python How to install Virtual Environment – Python