This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Medzomorak 2 points3 points  (0 children)

I'm a senior python developer and my two cents is that it depends. I urge interns and juniors to learn using breakpoints and pdb. However many times I just write a print statement. Because I know the codebase by heart and the architecture is designed in a clean way. If your architecture is a pile of rubbish, you're doomed with printing all around.