Sometimes you may need to import from parent folder in Python. Here are the steps to do so.
Python
How to Reverse/Invert Dictionary Mapping in Python
How to Sort List of Tuples by Second Element in Python
Sometimes you may need to sort list of tuples of list of lists by second element. Here is how to sort list of tuples by element at index.
How to Configure Python Flask to be Externally Visible
Sometimes you may need to configure Python flask to be publicly accessible. Here is how to configure python flask to be externally visible.
How to Get Difference Between Two Lists in 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 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 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.