:white_check_mark:Use f-strings instead of manual string formatting
:page_with_curl:Use a context manager instead of manually closing files
:construction_worker:Use context managers instead of try-finally blocks
:no_entry_sign:Avoid using bare except clauses
:heavy_plus_sign:Understand the bitwise XOR operator (^)