Sometimes you may need to get difference between two lists in Python. Here are the steps to do it.
Python
How to Import Other Python File
Sometimes you may need to import python file into your python script. Here are the different ways to do this.
How to Remove Punctuation from String in Python
How to Do Case Insensitive String Comparison in Python
Sometimes you may need to perform case insensitive string comparison in Python. Here are the steps to do so.
How to Install Python Package Using Script
How to Iterate Over List in Chunks
Often you may need to iterate over large lists in Python. Here is how to iterate over list in chunks.
How to Create Python Dictionary from String
Sometimes you may need to create python dictionary from string. Here are the steps to convert string to dictionary.
How to Make Python Dictionary from Two Lists
How to Dynamically Create Variables in Python
Sometimes you may need to create dynamic variables in python. Here are the steps to create variable variables.
Remove Accents/Diatrics from String in Python
Sometimes you may need to remove accents and diatrics from string using python. Here are the steps to do so.