How to set up a perfect Python project

in «tip» by Michael Beard
Tags: , , , , , ,

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.