Latest Articles
Python User Input Advanced Guide [In-Depth Tutorial]
Use python input() function to ask user for input in Python. Collect integer or floating number or string as input. COllect multiple inputs in single line
Dual boot Ubuntu with Kali Linux [Step-by-Step]
Step by step instructions to dual boot Ubuntu with Kali Linux. Choose default boot menu.
git undo commit PROPERLY [5 Different Ways]
Git has provided a variety of functions to manage your working repository including git undo commits that are unwanted. They include git checkout, git clean,
.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
