Unpythonic
Something unpythonic, is something that goes against the standards used by Python devs. It’s the oposite of something pythonic
e.g. The standard name for the first arg of a method is self
not doing so would be unpythonic, but it would work.
Backlinks¶
- pythonic
- Staying in line with PEP-8 is considered to be pythonic behaviour.
It’s the opposite of unpythonic.
- Staying in line with PEP-8 is considered to be pythonic behaviour.
- Pyblish issue - dependency injection
- This feels unpythonic
The implicit nature of this makes it hard to understand and debug.
- This feels unpythonic