Exploring Python3: Mutable, Immutable… Everything is an Object!Introduction: Python, a versatile and powerful programming language, boasts an interesting characteristic: everything is an object. In this…Feb 5Feb 5
Demystifying ls -l *.c in the ShellWhen you type ls -l *.c in your shell, the seemingly straightforward command unveils a cascade of processes behind the scenes. Let's delve…Dec 30, 2023Dec 30, 2023
Git and GitHub — IntroductionGit and GitHub are popular tools used in programming. They help you manage different versions of your code and collaborate with other…Jun 3, 2023Jun 3, 2023