How to organize a Python Project?

后端 未结 8 1979
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-22 16:35

I\'m new to Python and I\'m starting a mini Project, but I have some doubts on how to organize the folders in the \"Python Way\".

I\'m using PyDev in my

8条回答
  •  情话喂你
    2020-12-22 16:59

    You might want to check out the modern-package-template libary. It provides a way to setup a really nice basic layout for a project that walks you through a few questions and tries to help you get something that's able to be distributed fairly easily.

    http://pypi.python.org/pypi/modern-package-template

提交回复
热议问题