BLOG

Latest Articles

Python List Comprehension [In-Depth Tutorial]

Python list comprehension allows you to generate this same list in just one line of code. A list comprehension combines the for loop and the creation of new …

By bashiralam · 11 min read · Python

Azure Tags Examples to Organize Resources

Azure tags are name and value pairs which can be assigned to resources in order to mange said resources more efficiently within the Azure cloud.

By sahilhulage · 8 min read · Azure

Python Operators Explained in Detail with Examples

There are different Python operators. Arithmetic operators, logic operators, assignment operators, augmented operators, bitwise operators, and two special kinds …

By bashiralam · 19 min read · Python

Install MariaDB on Rocky Linux 8.4 [Step-by-Step]

In this tutorial, we will learn how to install MariaDB on Rocky Linux 8.4. You may also check the mariadb page link for the official instructions to install

By admin · 5 min read · Rocky Linux