PYTHON Chapters
PYTHON Chapters
Arithmetic operators
Comparison operators
Logical operators
Operator precedence
If-else statements
Nested if-else statements
Multiple elif statements
Chapter 5: Loops
For loops
While loops
Loop control statements (break, continue)
Chapter 6: Lists
Chapter 8: Dictionaries
Creating and modifying dictionaries
Accessing and modifying dictionary items
Dictionary methods
Chapter 9: Functions
Decorators
Generators
Iterators
Comprehensions
Debugging techniques
Using the debugger
Writing and running tests