Skip to content

my-how-to/Python-basics

Repository files navigation

Python Learning Reference

A compact personal repository focused on the Python Institute PCEP exam — clean examples, explanations, and runnable exercises.


Structure

fundamentals/

  • core syntax: variables, literals, operators, control flow
  • conditions, loops, short-circuit evaluation

collections/

  • lists, tuples, dicts, sets, strings
  • sequence behavior and negative indexing

functions/

  • functions, scope, parameters, and reusable patterns

numbers/

  • numeric literals, bitwise, modulus, exponentiation, octal/hexa

exceptions/

  • defensive error handling patterns and rules

decorators/

  • basics and how @ works
  • best practices and functools.wraps
  • decorators with arguments and real examples

builtins/

  • essential built-ins like len, lambda, comprehensions
  • protocols (__len__, iteration) and common pitfalls

assignments/

  • multiple assignment patterns and unpacking

exercises/

  • progressive practice problems

docs/

  • concepts and quick-reference documents

Use

All files are self-contained and runnable. Open, read, run.

⭐ Star this repo if you find this info useful.

About

A comprehensive learning repository documenting my progress in Python

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages