PinnedData Structures 101: Introduction to Data Structures and Algorithms.This will be a brief summary into getting to understand the topic. Data are values or a set of values while structure is the arrangement of things in a particular way. Therefore, data structures is the collection and grouping of data to run them effe...Jun 19, 2022·2 min read
Introduction to Data Structures and Algorithms with PythonThis is a continuation from the Introduction to Modern Python here which covers Python Installation and Development environment set up Indentation, Variables and Comments in Python. This blog is going to cover basic data structures: Lists Sets Tup...Feb 21, 2022·6 min read
Introduction to Modern PythonPython is an interpreted, high-level programming language created by Guido Van Rossum and released in 1991. Python language is mainly used in used in web development, game development, data science, artificial intelligence and machine learning. Pytho...Feb 21, 2022·3 min read