JavaScript string.normalize() Method

By Keshav J

In this tute, we will discuss the JavaScript string.normalize() method | return Unicode normalization. The JavaScript string.normalize() method is used to normalize the given strin.... Read More

JavaScript string.match() method

By Keshav J

In this tute, we will discuss the JavaScript string.match() method. The JavaScript match() is an in-built function used to search for a given string in the original string. The mat.... Read More

How to get a Variable Name as a String in Python

By Nimish Bahuguna

In this tutorial, we will learn how to get a variable name as a string in Python. We will understand this concept with the help of an example. Variables in Python Variables are any.... Read More

How to find the median of a given list in Python

By Ranjeet V

Hi everyone. In this tutorial, we are going to learn how to find the median of a given list in Python. The median of a given set of elements is the value that separates the set in .... Read More

How to use Python iter() function

By Ashwani Jaiswal

In this article, we will learn how iterator works and how you can build your own iterator using iter() function in Python. Introduction of Python Iterators iter() function is used .... Read More

Substitution Cipher in Python

By Diptam Paul

In this tutorial I will tell you about substitution cipher and how you can cipher a string in Python. Substitution Cipher in Python Let’s assume you want to send a secret let.... Read More

How to integrate PayKun Payment Gateway in WordPress

How to integrate PayKun Payment Gateway in WordPress

By Faruque Ahamed Mollick | March 12, 2020

In this article, I am going to let you know how you can integrate the PayKun payment gateway on your WordPress based site running with WooCommerce. Before I go forward, let me tell you about both the WooCommerce and PayKun in brief. WooCommerce is a free plugin for WordPress that can turn your WordPress site […] Read More

How to merge two JSON files in Python

By Avantika Singh

Hello Learners, today we are going to learn how to merge two JSON files in Python. Let’s see what do you know about JSON? JSON – JavaScript Object Notation What is a JS.... Read More

Related Posts