Published onOctober 7, 2023Better unit tests with pytest-mock and monkeypatchPythonSetupHow to write better Python unit tests in pytest, from basic tests to mocking with pytest-mock and monkeypatch.
Published onSeptember 22, 2023Managing Python environments with pyenv and pyenv-virtualenvPythonSetupHow to install and use different Python environments with pyenv and the plugin pyenv-virtualenv.
Published onAugust 17, 2022Object detector in SwiftUI with UIKitSwiftUIUIKitpixelBufferAdding an object detection model to a SwiftUI app with UIKit.
Published onDecember 29, 2021Deconvolutions and what to do about artifactsconvnetsDeconvolutions, transposed convolutions, fractionally strided convolutions, and what to do about artifacts generated by them.