Often you may need to measure the amount to time elapsed in running your python code. Here is how to measure elapsed time in python.
Django
Random Password Generator in Python with Source Code
Sometimes you may need to generate random password in python. Here is a random password generator in python with source code.
How to Check if String Matches Regular Expression
Sometimes you may need to check if string matches regular expression in Python. Here are the steps to do it.
How to Modify XML File in Python
Sometimes you may need to modify XML file in Python. Here are the steps to edit XML file data using Python.
Plot Graph from CSV Data Using Python Matplotlib
Sometimes you may need to visualize CSV data or plot graph using CSV data. Here are the steps to plot CSV data using matplotlib in Python.
How to Encrypt Password in Python
Sometimes you may need to encrypt password in Python. Here are the steps to encrypt string in python.
How to Call C Function in Python
How to Extract Tables from PDF in Python
Sometimes you may need to extract tables form PDF documents. Here is how to do this using tabula and camelot.