A compact personal repository focused on the Python Institute PCEP exam — clean examples, explanations, and runnable exercises.
- core syntax: variables, literals, operators, control flow
- conditions, loops, short-circuit evaluation
- lists, tuples, dicts, sets, strings
- sequence behavior and negative indexing
- functions, scope, parameters, and reusable patterns
- numeric literals, bitwise, modulus, exponentiation, octal/hexa
- defensive error handling patterns and rules
- basics and how
@works - best practices and
functools.wraps - decorators with arguments and real examples
- essential built-ins like
len,lambda, comprehensions - protocols (
__len__, iteration) and common pitfalls
- multiple assignment patterns and unpacking
- progressive practice problems
- concepts and quick-reference documents
All files are self-contained and runnable. Open, read, run.
⭐ Star this repo if you find this info useful.