Delete an element from list in Python
In this article, we would cover how to delete an element from list in Python. As we already know, lists…
In this article, we would cover how to delete an element from list in Python. As we already know, lists…
In this article, we would discuss three Python functions – len(), min() and Max() with appropriate examples. First and foremost,…
In this article, we would discuss how to use Metacharacters in Ubuntu to our advantage. The default shell in Ubuntu…
Lists in Python – is a sequence data type. In a sequence, each element is assigned a sequence number or,…
In this article, we would discuss how to use backslash and raw strings in Python. We will start with the…
In this article, we would discuss basic command-line utilities like cd, pwd and mkdir. These three command-line utilities do make…
We can use either of the two methods mentioned below to change time zone in Ubuntu 22.04 release. These are…
In this article, we would discuss how we can easily create PATH shortcuts in BASH. BASH – Bourne Again Shell,…
In this article, we would see how to enable auto logout feature when BASH is left inactive for a certain…
In this article, we would see how to create and use alias in Ubuntu distribution. alias is basically a shell…