The Pythonic way of organizing modules and packages

前端 未结 5 1549
天命终不由人
天命终不由人 2020-12-12 16:35

I come from a background where I normally create one file per class. I organize common classes under directories as well. This practice is intuitive to me and it has been pr

5条回答
  •  温柔的废话
    2020-12-12 17:00

    As a vague guideline: more than 1 class per file is the norm for python

    also, see How many Python classes should I put in one file?

提交回复
热议问题