Cheetsheet for Python os module

Posted: Mar 6, 2024 ·  Updated: Oct 28, 2023 · 3 min.
Cheet sheet

Some useful commands for Python os module, especially IO operations and file system operations.

Debugging Python with pdb

Oct 27, 2023 · 2 min.
Cheet sheet

Use pdb to debug python code. Cheat sheet.