How to Execute a String Containing Code in Python In this quick tutorial, we'll show how to execute string John D K Apr 11, 2022 2 min read
How to Search and Replace in Excel File using Python Do you need to search and replace a list of John D K Jun 2, 2020 3 min read
How to merge multiple CSV files with Python In this guide, I'll show you several ways to merge/ John D K Jan 2, 2020 4 min read
Python convert normal JSON to JSON separated lines 3 examples If you want to convert .json to .jl (or normal John D K Jun 13, 2019 2 min read
Python: How to protect PDF file with password PyPDF2 Popular python library PyPDF2 can be used to set password John D K Dec 18, 2018 2 min read
Python 3 How to convert date to Unix timestamp You can use several Python modules to convert a string John D K Oct 5, 2018 1 min read
How to request JIRA API with Python examples Jira API is simple and powerful but you may have John D K Sep 22, 2018 2 min read
How to Transpose CSV/text File Python If you want to transpose rows to columns in python John D K Jul 30, 2018 1 min read
Python JSON tutorial for beginners Python, Python dictionaries and JSON (JavaScript Object Notation - a John D K May 5, 2018 4 min read
python extract text from image or pdf In this post: * Python extract text from image * Python OCR( John D K Mar 24, 2018 3 min read
Python convert object to JSON 3 examples In this post 3 examples how to convert Python objects John D K Feb 21, 2018 2 min read