python-core/ ├── basic/ # Python fundamentals ├── operators/ # All operator types ├── conditions/ # Conditional statements ├── loops/ # Loop constructs ├── strings/ # String operations & algorithms ...