Daniel Cao

Daniel Cao

2 Ways to convert string to list in Python

The split method is used to split a string based on a specified delimiter. Once split, it returns the split string in a list, using this method we can convert string to list in Python. Using Split() to convert string…

2 ways to list users in Linux

There are many different ways to list all the users in Linux. In this blog post, we will discuss two of the most common methods. The first method is to use the “cat /etc/passwd” command. This command prints a list…