Write production-oriented Python for moving and transforming data reliably, not exploratory analyst scripts
You can write Python scripts that reliably read from and write to files, databases, and APIs, handle errors and edge cases without silently failing, and organise code into genuinely reusable, testable modules rather than one long script.
Demonstrate reliable file/database handling, API integration discipline, error-handling/idempotency judgement, and code organisation.