The Book, "Python Learn Easy" is simple and easy to learn. You can start learning from introduction, programming tokens, variables, Data types, lists, classes, and loops with simple example and their practice exercises for each topic. This book covered all main concepts:- History of Python- Python Features - Python Interpreter- Installation and setup of Python - Basic Syntax,Python Tokens- Operators, Membership Operators,Identity Operators - Conditional Statements- Looping Statements(for and while loops,break and continue)- pass statement and match statement- Functions , Built-in functions,Lambda Functions - Lists [ ],Tuples ( ), Dictionaries { },Sets { }- String Manipulation - OOPs Concepts & Characteristics- Inheritance- Method Overriding, Method Overloading - Polymorphism ,Operator Overloading - File Handling ,Exceptions (errors) handling