
Sometimes you may need to write or save JSON data to file. Here is how to store JSON to file in Python.
Sometimes you may need to write or save JSON data to file. Here is how to store JSON to file in Python.
Sometimes you may need to combine multiple PDF files into single file. Here is is how to merge PDF files using Python.
Python allows you to load data into databases and run SQL queries. Here is the python script to load data in MySQL.
Sometimes you may want to create multiline string in Python. Here is how to create multiline strings with variables in Python.
Sometimes you may need to find index of item in List in Python. Here is how to get item index in Python.
Sometimes you may need to create python function with optional arguments. Here are the steps to do it.
Sometimes you may need to backup certain files & folders on your system. Here is how to automate backup in Python.
Sometimes you may need to count repeated characters in string in Python. Here is in how to do it easily using collections.
uwsgi is an application container for websites & applications. Here is how to setup uwsgi with NGINX for python.