Posts in Category - Tutorials

Lists in Python

Lists in Python

A list is a built-in data structure and is a compound data type. Lists in Python are mutable and ordered sequence of elements.

Read More
Dictionaries in Python

Dictionaries in Python

A dictionary is a built-in data structure which is a mutable and unordered sequence of elements. Dictionaries in Python are indexed by keys.

Read More
String Interpolation in Python

String Interpolation in Python

String interpolation in Python can be done in a number of ways. I am going to discuss the two most commonly used methods: str.format() and f-strings.

Read More
Working with Strings in Python

Working with Strings in Python

In this Python strings tutorial, I discuss working with strings in Python and performing various Python string operations.

Read More
How to Track WPForms Form Submissions with Google Analytics

How to Track WPForms Form Submissions with Google Analytics

In this article, I'll show you how to track WPForms form submissions with Google Analytics properly so that conversion data in Google Analytics is accurate.

Read More
How to Calculate Age From Date of Birth in SQL

How to Calculate Age From Date of Birth in SQL

In this post, I demonstrate how to calculate age from date of birth in SQL. If you have records stored with date of birth, you can easily get age in years.

Read More

Search This Website

Subscribe To My Mailing List

All subscribers get latest industry news and exclusive deals & offers straight into their inbox. Joining the mailing list is 100% FREE.

Newsletter Subscription
>