TUTORIAL


techgeekbuzz
Techgeekbuzz 29 October, 2025

Top Search Engines in the World

Search engines are the platforms from which we actually connect to the internet, helping billions o…

vinaykhatri
Vinay Khatri 27 October, 2020

Python Absolute Value - Everything You Need to Know

In Python, we often deal with negative and positive numeric values. Python provides different data …

vinaykhatri
Vinay Khatri 27 October, 2020

Python Exponent

Exponential is a mathematical operation in which a number is multiplied by itself up to a certain t…

vinaykhatri
Vinay Khatri 25 October, 2020

How to Remove Duplicates from a Python List?

A Python list can contain multiple data values, and to access an individual value, we can use the c…

vinaykhatri
Vinay Khatri 25 October, 2020

How to Use sorted() and sort() in Python

There are many sorting algorithms in Computer Science, and as a Programmer and coder, you will have…

vinaykhatri
Vinay Khatri 20 October, 2020

How to Iterate Through a Dictionary in Python? [Examples]

Dictionaries are one of the most prominent and often-used Python Data structures. A Python dictiona…

vinaykhatri
Vinay Khatri 20 October, 2020

How to Substring a String in Python?

In Python, the string is a sequence of Unicode characters, represented within the single or double …

vinaykhatri
Vinay Khatri 18 October, 2020

CSS 3D Transforms

In the 2D transform tutorial, we learned how to use the transform property to make 2 effects, by ro…

vinaykhatri
Vinay Khatri 12 October, 2020

CSS Overflow

In this CSS tutorial, we will be discussing the CSS Overflow property, which is a part of Layout st…

vinaykhatri
Vinay Khatri 10 October, 2020

CSS Comments

Whether it’s a programming, markup, scripting or style sheet language everyone supports the c…

vinaykhatri
Vinay Khatri 13 September, 2020

SQL Having Clause

Like the WHERE clause, the HAVING clause in SQL is used to put a condition on a statement. In SQL, …

vinaykhatri
Vinay Khatri 13 September, 2020

SQL Views

A VIEW is an SQL statement which is used to create virtual tables, although it is just a SQL statem…