Tuple is a immutable, but still we can change or append the elements to the list present in the tuples.
Example:
In this blog i am updating the different challenges faced during the data analysis using python programming in various machine learning, deep learning,natural language processing projects.
Tuple is a immutable, but still we can change or append the elements to the list present in the tuples.
Example:
The use of arrays over lists: You can write vectorised code on numpy arrays, not on lists, which is convenient to read and write, and con...