DEV Community

Discussion on: What is your one piece of advice or best tip for getting better in Python programming?

Collapse
 
epogrebnyak profile image
Evgeny Pogrebnyak

Especially using pytest, I would say, and avoiding mocks as much as you can to enable learning about dependency injection. )