I don't -- generally -- think of myself as an edge-of-the-envelope developer. I'm a tried-and-proven kind of engineer. I want stuff that's been around for years, with a long history of changes. Except. Today. Currently, I'm revising Mastering Object-Oriented Python. Second Edition. That means upgrading everything to Python 3.7 with full …
more ...In compiled languages, the build script or makefile is pretty important. Java has maven (and gradle and ant) for this job.
Python doesn't really have much for this. Mostly because it's needless.
However.
Some folks like the idea of a build script. I've been asked for suggestions.
First and foremost …
more ...