Think like this:
- If you are writing too much for little work, something is wrong, this is not pythonic.
Most Python code you will write is very simple and direct. Usually you don't need much work for anything simple. If you are writing too much, stop and think if there is a better way. (and this is how I learned many things in Python!)