Sometimes you may need to rename file using python. Here are the steps to rename file using python.
Python
How to Print in Same Line in Python
How to Import from Another Folder in 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.
How to get length of list in Django Template
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.
How to Iterate Through List of Dictionaries in Python
Sometimes you may need to iterate through list of dictionaries. Here is how to iterate through list of dictionaries in python.
How to Connect to PostgreSQL database using Python
Sometimes you may need to connect to PostgreSQL database and send SQL queries. Here is how to do it.
Python Script to Run SQL Query
How to Sort Text File in Python
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.
How to Sort CSV File in Python
Sometimes you may need to sort contents of CSV file in python. Here is how to sort CSV file in Python.
How to Read Binary 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.