PerryNov 2, 20184 min readPython listsA list in Python is a Data Structure, which is an ordered group of elements, created by placing all elements (items) between square...
PerryOct 25, 20182 min readShallow Copy/Deep Copy: you think you really know the difference?Those of you without a "Pythonic" way of thinking, who are confident that they know the difference between the two in Python, may say: A...