logoalt Hacker News

spott • 12/08/2024 • 4 replies • view on HN

Just curious: what do you use make for in python projects?


Replies

MadsRC • 12/08/2024

Not the parent, but I use it for projects (including Python projects) to run tests, code generation etc. when I can’t use mise.

ashishb • 12/08/2024

If not makefile then what do you use for a project that has Python for backend and JavaScript for frontend? Does everyone learns all the tools or do you just provide a 'make lint' that works in all codebases?

jindongz • 12/09/2024

Do what I can do in npm scripts

whilenot-dev • 12/08/2024

As a task runner. What do you use?

➕ show 2 replies