
Sometimes you may need to convert PDF to CSV in Python. Here are the steps to do so.
Sometimes you may need to convert PDF to Text in Python. Here are the steps to do it using PyPDF2 package.
Often you may need to split file in Python by delimiter, size, lines, columns. Here are the different ways to split file in Python.
Sometimes you may need to create nested directory in Python. Here are the steps to create nested directory in Python.
Sometimes you may need to convert CSV files to tab delimited files in Python. Here are the steps to convert CSV files to tab delimited text files.
Sometimes you may need to create cartesian product of two lists in python. Here are the steps to do it in python.
Sometimes you may need to schedule tasks in python application & services. Here are the steps to schedule task in python.