John D K

John D K

Compare Similarity Between Two Lists in Python

To compare similarity between two lists in Python we can

How to Check if a Number is Odd Or Even in Python in 3 ways

In this post, you can find 3 different ways to

How To find consecutive numbers in a list in Python?

To find consecutive numbers in a list in PythonWe can

How To Iterate Over Chunks of Data in Python - 3 Examples

In this short guide, I'll show you how

If else in list comprehension Python

To use if else statement with Python list comprehension we

How do you make a Counter in Python?

To count items in list or create counter in Python

How to Automatically Create Jupyter Notebooks - Python + Nbformat

In this quick tutorial, we're going to see

How to convert HTML to image in Python?

In this post, we will use several Python libraries to

How to Compare Files in Sublime Text 4

To compare files in Sublime Text 4 (ST4), we can

How to Pass, Modify and Pipe Output to Next Command in Bash

In Bash we can pipe the output of one command