logoalt Hacker News

spott12/08/20244 repliesview on HN

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


Replies

MadsRC12/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.

ashishb12/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?

jindongz12/09/2024

Do what I can do in npm scripts

whilenot-dev12/08/2024

As a task runner. What do you use?

show 2 replies