MHMohammed Hakkimininfohub.hashnode.dev·Sep 23, 2022 · 3 min readIt's PeerlistWho am I? I'm a person who loves to surf the internet and am willing to explore social networking sites and blogging platforms. There I found Peerlist. About Peerlist Professional platform for techies, job seekers, and recruiters where you can connec...00
MHMohammed Hakkiminpythonified.hashnode.dev·Jul 21, 2022 · 1 min readList vs Set Data StructureWhat is happening in List? Python loops through the list until it locates the value or number that reaches the list's end. It is not effective. ### Code Snippet: What is happening in Set? Python will attempt to obtain the desired value or number dir...00
MHMohammed Hakkiminpythonified.hashnode.dev·Jul 21, 2022 · 1 min readTuple Packing & UnpackingWe all know that, we can assign values to multiple variables in a single line in Python programming like below To comprehend how this works, you must first learn well about tuple data type. To create a tuple, we use a comma and it is the tuple con...00
MHMohammed Hakkimininfohub.hashnode.dev·Jul 18, 2022 · 1 min readFree Courses Access Week -DataCampDataCamp For a full week(July 18-25), DataCamp is providing free, unlimited access! Click Here: https://www.datacamp.com/freeweek Kindly make use of this opportunity00
MHMohammed Hakkimininfohub.hashnode.dev·Jul 17, 2022 · 1 min readRenaming multiple files in a single clickAt times, we would import files from a Memory card/Mobile to a PC. Example: Photos Photos will have meaningless names, numbers, and dates in particular. To rename them all in a single click follow the below steps 1) Select the first file and SHIF...00