Revision 10 as of 2019-07-17 19:29:53

Clear message

The topic of how to structure your project invokes lots of opinions. Generally speaking, the relatively agreed guidelines include:

The Python tutorial shows an example of a more complex layout: https://docs.python.org/3/tutorial/modules.html#packages

There are many many other places that describe a layout, not all agreeing. See packaging chapter of Dive Into Python 3 for some useful information.

Unable to edit the page? See the FrontPage for instructions.