
Sometimes you may need to rename file using python. Here are the steps to rename file using python.
Sometimes you may need to import from another folder in Python. Here are the steps to import from sibling directory or import module from path.
Sometimes you may need to find length of list in Django Template. Here is how to get length of list in Django Template using filters.
Sometimes you may need to iterate through list of dictionaries. Here is how to iterate through list of dictionaries in python.
Sometimes you may need to connect to PostgreSQL database and send SQL queries. Here is how to do it.
Sometimes you may need to sort text file in python. Here are the steps to sort text file sort file numerically, sort file alphabetically, sort file by column in python.
Sometimes you may need to sort contents of CSV file in python. Here is how to sort CSV file in Python.
Sometimes you may need to read binary file line by line or read bytes from binary file. Here is how to read binary file in python.