Windows and Linux directory names need to be of certain characters. Here are the forbidden characters in Windows & Linux directory names.
How to Fix MySQL Error 1153 – Got a packet bigger than ‘max_allowed_packet’ bytes
Create Temporary Table from SELECT Query in MySQL
Sometimes you may need to create temporary table from SELECT query in MySQL. Here are the steps to do it.
How to Select Multiple Columns in Pandas Dataframe
Sometimes you may need to select multiple columns in Pandas Dataframe. Here are the different ways to do so.
How to Sort Python List By Multiple Elements
How to Remove Duplicates in Python Pandas
How to Check if String is Integer in Python
How to Shuffle List of Objects in Python
How to Find Local IP Address in Python
Sometimes you may need to find local IP address in Python. Here are the steps to determine local IP address.
How to Fix ValueError: invalid literal for int() with base 10
Sometimes you may need to fix ValueError: invalid literal for int() with base 10. Here are the steps to do so.