HPHarsh Panwarinmightyharsh.hashnode.dev·Sep 4, 2024 · 3 min readIntroduction to Python: Starting From ScratchWhat is Python? Python is a dynamic language used for developing, scripting, testing, and programming. It is a general-purpose high-level language designed by Guido van Rossum in 1991 and developed by the Python Software Foundation.It is easy to use,...00
HPHarsh Panwarinmightyharsh.hashnode.dev·Sep 4, 2024 · 1 min readMaster Data Structures and Algorithms in PythonTopics to Read Before Getting Started Datatypes and Data Structures in Python (e.g., Int, Float, List, Tuple, String, Bool, Set, Dictionary) Object-Oriented Programming concepts (e.g., Classes, Functions, Objects, Methods) Type Conversion in Pytho...00