Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Latest commit

 

History

History
13 lines (6 loc) · 482 Bytes

README.md

File metadata and controls

13 lines (6 loc) · 482 Bytes

Python Best Practices

This repository is a selection of best practices we follow when working on Python projects.

Repository Structure

This repository is structured so that each topic (e.g. dependency management) has its own folder. Each folder contains a README.md and src folder with examples.

Creating New Topics

The master branch is protected. When creating a new topic, create a branch and when ready a pull request. The same goes for making changes to topics.