Personal solutions to Python track exercises from Exercism.
Note
While some exercises could be solved using advanced one-liners or better code, the aim here is to stay faithful to the learning objectives. In many cases, the code is intentionally written in a more explicit, step-by-step manner to prioritize clarity over cleverness.
Note
Python tests are automatically executed using pytest to ensure correctness and consistency across implementations.
- "Hello World" solution.
- "Guido's Gorgeous Lasagna" solution.
- "Ghost Gobble Arcade Game" solution.
- "Currency Exchange" solution.
- "Meltdown Mitigation" solution.
- "Black Jack" solution.
- "Little Sister's Essay" solution.
- "Little Sister's Vocabulary" solution.
- "Card Games" solution.
- "Chaitana's Colossal Coaster" solution.
- "Making the Grade" solution.
- "Tisbury Treasure Hunt" solution.
- "Inventory Management" solution.
- "Mecha Munch Management" solution.
- "Locomotive Engineer" solution.
- "Cater Waiter" solution.