PROGRAMMING LANGUAGE
How to Comment in Python Code?
When we code in Python, or any other programming language, it becomes important to write code that …
How to Substring a String in Python?
In Python, the string is a sequence of Unicode characters, represented within the single or double …
How to implement a switch-case in Python
Python is well known for its easy syntax and flexible inbuilt data structures and methods. But it s…
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…
What is JavaScript Used For?
Want to know what is JavaScript used for? It is one of the most popular programming languages that …
CSS 3D Transforms
In the 2D transform tutorial, we learned how to use the transform property to make 2 effects, by ro…
CSS Overflow
In this CSS tutorial, we will be discussing the CSS Overflow property, which is a part of Layout st…
CSS Comments
Whether it’s a programming, markup, scripting or style sheet language everyone supports the c…
SQL Views
A VIEW is an SQL statement which is used to create virtual tables, although it is just a SQL statem…
SQL Having Clause
Like the WHERE clause, the HAVING clause in SQL is used to put a condition on a statement. In SQL, …
SQL Transaction
If there is a group of SQL commands performed on a database to manipulate the stored data, then all…
Pattern Programs in C - Examples with Logic and Pseudocode
If you are a novice learning C programming, you will definitely come across pattern programs. Pa…