Sometimes you may need to call python function by string name. Here are the steps to invoke function using strings in python.
How to Save Git Username & Password
Git asks for username & password every time we push commits. Here is how to save git username & password.
How to Get Classname of Instance in Python
How to Lock File in Python
Sometimes you may need to lock files & directories in python to prevent them from modification. Here is how to locl file in python.
How to Use Boolean Variables in Shell Script
Sometimes you may need to use boolean variables in shell script. Here is how to use boolean variables in shell script.
How to Concatenate String Variables in Shell Script
How to Iterate Over Arguments in Shell Script
Often you may need to loop through arguments in shell script. In this article, we will learn how to iterate over arguments in shell script.
Bash Script That Takes Optional Arguments
Sometimes you may need to create shell script that accepts optional arguments. Here is how to create bash script that takes optional arguments.
How to Test If Variable is Number in Shell Script
Often you may need to check if a variable is a number in shell script and process it. Here is how to test if variable is number in Shell Script.
How to Check if Variable is Number in Python
Sometimes you may need to check if variable, string & object are numbers. Here is how to check if variable is number in python.