Abdullah ShaikhModules in PythonA Python module is a file containing Python definitions and statements. A module can define functions, classes, and variables.Dec 22, 2022Dec 22, 2022
Abdullah ShaikhLinked ListsLinked list is a linear data where the elements are not stored at contiguous memory locations. The linked list is made up of nodes, each…Dec 22, 2022Dec 22, 2022
Abdullah ShaikhArrays an IntroductionI would like to introduce you to a very interesting topic named Array. Arrays are a collection of elements of similar data type. They are…Dec 20, 2022Dec 20, 2022