How to set up a perfect Python project
- How to set up a perfect Python project
- Ultimate Setup for Your Next Python Project
- Python Application Layouts: A Reference - lots of good thoughts
- HOW TO SET UP A PYTHON PROJECT AND DEVELOPMENT ENVIRONMENT
- Dead Simple Python: Project Structure and Imports - this has a lot of useful articles and it's great in that it's simple and explained well, which is a bonus. This has a great section on importing within your project that is very helpful.
The first two of these articles are good and say a lot of the same thing and use the same tools, so ...
How to set up a perfect Python pfoject has a lot of good advice on how to set up a Python project (and at the end, says how to create a boiler-plate project - using cookie-cutter).
It doesn't have one thing that the Ultimate Setup for Your Next Python Project article does have -- use a makefile to common-ize the commands. I like that idea, so I'll probably use the first, add the makefile and then go on!
Good stuff either way.