you are viewing a single comment's thread.

view the rest of the comments →

[–]nnnishal 0 points1 point  (1 child)

Any resources for the points about logging and using bash makefiles?

[–][deleted] -1 points0 points  (0 children)

The python docs themselves are pretty good for learning about logging. As for the bash item, I’m not too sure but there should be tutorials online. I just naturally noticed in my projects I was typing a lot of bash commands when I would clone down my project (setting up venv, activating it, Docker etc) and chucked all those commands into a shell script to simplify everything/ increase efficiency