Latest Articles
.gitignore examples to ignore files, folder & pattern
The .gitignore is a file containing a list of files or folders that allows you to command Git to pass over/ignore in the local repository while pushing commits. …
Python ceil() function Explained [Easy Examples]
the python ceil() function is a mathematical function that returns integer value greater than then argument
SQL SUBSTRING Function Explained [Beginners]
SQL mainly provides three truncate functions which are working with string. SQL Substring Function, SQL Left Function, SQL Right Function
Python floor() function Examples [Beginners]
python floor() function returns the largest integer not greater than its argument. we can apply python floor() function on integers, decimal, and negative …
Python super() function explained [Easy Examples]
The Python super() function can only be used inside the child class to call the constructor and any other parent class method. We can use the supper() function …
