
find command finds things
Recently I learned: find is a useful command to find files in your directories. find folder1...
Tag archive

Recently I learned: find is a useful command to find files in your directories. find folder1...
TIL: f-strings support = for quick debugging in Python 3.8+ As of Python 3.8, f-strings have become...
TIL: Python's walrus operator := can simplify while loops I recently discovered Python's walrus...
TIL: Python's walrus operator := can simplify while loops In Python, the walrus operator (:=) is an...
TIL: Python Decorators Can Stack — And the Order Matters Hey fellow devs, today I learned...
TIL: You can chain comparison operators in Python like math When working with numerical...
TIL: Python's collections.Counter makes frequency counting trivial As developers, we often...
TIL: f-strings support = for quick debugging in Python 3.8+ I just learned about a fantastic feature...
TIL: f-strings Support = for Instant Debug Output in Python 3.8+ When debugging Python...
TIL: You can chain comparison operators in Python like math As developers, we often find...
TIL: Python's pathlib Makes File Paths Cross-Platform and Readable When working with file...
TIL: Python Decorators Can Stack — And the Order Matters Hey fellow devs, today I learned...