YAML Ain't a Markup Language. This is the full form of YAML. Why YAML ? YAML is a serialization language. Means that it is used to transfer the...
Creating Modules As our program grows we should split our code across multiple files. We refer to each file as a module. A module should contain...
Step 1: Install it sudo npm i -g npkill Or you can use it without installing with npx npx npkill Step 2: Go the directory where you want to scan for...
Classes All the functions in a class should have at least one parameter and by default, we call it self. self is a reference to the current object #...
This is not like pop notifications. This is more like a customized alert notification. Click here to visit the official GitHub page of this...
# ============================ # Lits # in lists every element can be of different type letters = ["a", "b", "c"] matrix = [[1,2], [3,4]] #...