The project basically Python basic to advance level code which there is a lot of topics in python.
-
Book 1: Effective python
- Lists and Dictionaries
- Functions
- Comprehensions and Generators
- Classes and Interfaces
-
Book 2: Crash course
- Variables and Simple Data Types
- Introducing Lists
- Working with Lists
- If Statements
- Dictionaries
- User Input and while Loops
- Functions
- Classes
- Files and Exceptions
-
Book 3: Python the hard way_2018
- Part-III