Comments on: Learn Python List Data Structure – Part 1 https://www.tecmint.com/learn-python-list-data-structure/ Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks. Fri, 17 Apr 2020 08:12:09 +0000 hourly 1 By: Ievgen Sobko https://www.tecmint.com/learn-python-list-data-structure/comment-page-1/#comment-1328168 Fri, 17 Apr 2020 08:12:09 +0000 https://www.tecmint.com/?p=35920#comment-1328168 Thanks for this great info.

I have points that you might improve.

First about copy() method of the list. It is better to mention notions of a shallow and deep copy. It was hard for me a few years ago to understand why my copied object still modified even if I created a copy of it and did modifications over a copy.

And the second image that represents list indexing missing the first element pls update it.

]]>
By: karthick sudhakar https://www.tecmint.com/learn-python-list-data-structure/comment-page-1/#comment-1325897 Fri, 10 Apr 2020 13:05:52 +0000 https://www.tecmint.com/?p=35920#comment-1325897 @Mark

Thanks.. Glad you liked the tutorial..

]]>
By: mark https://www.tecmint.com/learn-python-list-data-structure/comment-page-1/#comment-1322185 Sat, 21 Mar 2020 01:45:28 +0000 https://www.tecmint.com/?p=35920#comment-1322185 Thanks for this great tutorial…

]]>