2 posts tagged with "built-ins"

    list basics in python

    2022-11-28

     | 

    ~3 min read

     | 

    601 words

    Lists in Python are similar to arrays, though there are some idiosyncrasies to how the methods work in Python (at least relative to…

    looking up shell functions in zsh

    2022-11-28

     | 

    ~2 min read

     | 

    272 words

    I recently figured out how to write a shell function. The problem is that pretty quickly I’d forgotten which functions I’d written, or fi I…

Return to all tags