Sometimes you may need to set initial value and auto increment in MySQL. Here are the steps to do it.
How to Create DMARC Record for your domain
MySQL Query to Get Column Names from Table
How to Find Min & Max Values of Column in Pandas
How to Redirect Stdout & Stderr to File in Python
Sometimes you may need to redirect stdout and stderr to file in Python. Here are the steps to do it.
How to Extract Numbers from String in Python
How to Concatenate Items in List Into String in Python
Sometimes you may need to concatenate items in list into string in Python. Here are the steps to do it.
How to Create Multiline String in Python
How to Put Variable in String in Python
How to Fix ValueError: setting an array element with sequence
Sometimes you may get ValueError while using Numpy in Python. Here is how to fix ValueError:setting array element with sequence.