Let’s learn how to add a list to a set in Python.
Tag: list
How to convert list to Numpy array?
Let’s learn how to to convert list to Numpy array. We will use Numpy asarray method and a clever trick.
How to get index of item in list?
Let’s check how to get index of item in list using Python.
How to convert Numpy array to Python list?
Let’s check how to convert Numpy array to Python list.
How to replace something in a list?
Let’s see how to replace something in a list with Python.
Returning list without specific elements but not removing them
Working with a list using Python is fun.
Task for today: Return the first two list items, but don’t change the list.
Read More “Returning list without specific elements but not removing them” »
Counting maximum values in the list
Let’s play a bit with randomly generated lists.