
Sometimes you may need to create a regular expression to match URL path. Here are the steps to do it.
Sometimes you may need to create a regular expression to match URL path. Here are the steps to do it.
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.
Sometimes you may need to configure Python flask to be publicly accessible. Here is how to configure python flask to be externally visible.
Sometimes you may need to import python file into your python script. Here are the different ways to do this.
Sometimes you may need to perform case insensitive string comparison in Python. Here are the steps to do so.