Python script: Recursively remove empty folders/directories
A Python script to recursively find and delete empty directories from a filesystem, with options for root folder handling.
A Python script to recursively find and delete empty directories from a filesystem, with options for root folder handling.
A blog post sharing two Python scripts for solving Sudoku puzzles: a clear recursive version and a shorter, obfuscated one.
A quick guide on how to fix the 'maximum recursion depth exceeded' error in Python by increasing the recursion limit.
A programmer reviews 'Learn You Some Erlang for Great Good!', praising its fun approach to teaching the functional language and its benefits.