I passed the PECP certification with an overall score of 92%. You could check the certification here. Here is a collection of Python basics. Includes definitions of key terms, Control Flow, Data Collection, Functions and Exceptions. It can be used as a cheat sheet.
Click the corresponding dicectory and you will see the source file and explaination in README file.
- 1. Python Fundamentals
- Definitions of terms
- Print ( )
- Input ( )
- Literals
- Arithmetic Operators
- Relational Operators
- Logical operators
- Bitwise operators
- Variables
- 2. Control Flow
- Conditional statements
- While loop
- For Loop
- Break and Continue
- While-else and For-else
- Range()
- 3. Data Collection
- List
- Slice
- Tuple
- Dictionary
- 4. Functions and Exceptions
- Function
- Exceptions