Change Directory Python Context Manager Saturday, July 30, 2022·1 min Create a context manager in Python that changes working directory
Chunked and Whole File CRC-32 in Python Monday, July 25, 2022·2 mins Calculate CRC32 over file in Python. This works over whole or partial files, without reading the entire file into memory.