This article provides an overview of the machine learning libraries landscape and discusses the features of the PyTorch and Lightning libraries. PyTorch is a popular open-source library based on the Torch package, and it is used for all types of machine learning problems. It has a great variety of purpose-built libraries, and its basic data structure is the Tensor object. Lightning is an extension for PyTorch that reduces the amount of boilerplate code needed to utilize models.