tuples in Python
In this article, we would cover tuples in Python. Just like lists, it is a sequence data type. In a…
In this article, we would cover tuples in Python. Just like lists, it is a sequence data type. In a…
In this article, we would cover tuple() method in Python. This is different from the sequence data type – tuple,…
In this article, we would cover the difference between sort() and sorted() methods in Python. sort() and sorted() are two…
In this article, we would cover how to change file ownership in Ubuntu. By default, when we create a file…
In this article, we would cover how to sort and reverse sort in Python. Perform the following operations on a…
In previous article, we have discussed – sort and reverse sort in Python. That was specifically for lists. But, when…
In this article, we would discuss various file permission combinations in Ubuntu distribution. If you want to know how to…
In this article, we would discuss how to install FBReader in Ubuntu 22.04 release. FBReader is an e-book reader. It…
In this article, we would cover how to add an element to the list in Python. Adding an element to…
In this article, we would cover how to delete an element from list in Python. As we already know, lists…