1 Introduction
This is a guide for creating Python packages for people more familiar with creating R packages. We’ll expand this over time! Things we expect to cover:
- general package layout
- documentation
- testing and mocking
- where to store package resources
- equivalences between go-to packages and patterns