May 28, 2021Mutable, Immutable… everything is object!Python is an object-oriented programming language, therefore everything is made up of objects, we are going to give a little review of some immutable and mutable objects, let’s start by defining two basic concepts:3 min read3 min read
Apr 14, 2021Everything behind the ls -la * .c command.Before we start, you should know the shell, which is where we will put our command, so we will give a brief review of this: The shell is a command interpreter that provides a user interface for accessing operating system services. …3 min read3 min read