2022年2月16日星期三

2022年2月10日星期四

numpy argsort( ) insert( )

numpy.where()

numpy.insert(arr, obj, values, axis=None)

numpy.argsort(a, axis=- 1, kind=None, order=None)

2022年2月9日星期三

Uninstall Homebrew on macOS

 Uninstall Homebrew on macOS

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/uninstall.sh)"