
Sometimes you may need to write list to file in Python. Here are the steps to do it.
Sometimes you may need to split string with multiple delimiters in Python. Here is how you can easily do this using split() function.
Sometimes you may need to select multiple columns in Pandas Dataframe. Here are the different ways to do so.
Sometimes you may need to find local IP address in Python. Here are the steps to determine local IP address.
Sometimes you may need to fix ValueError: invalid literal for int() with base 10. Here are the steps to do so.