DEV Community

Discussion on: In Your Opinion, What Makes Code Pythonic?

Collapse
 
ezzy1337 profile image
Derek D.

I had to tackle this same question while writing a Pythonic Guide to SOLID Design (link below). The entire article might be helpful but in short.

"Above correct syntax Pythonic code follows the normally accepted conventions of the Python community, and uses the language in a way that follows the founding philosophy."

dev.to/ezzy1337/a-pythonic-guide-t...

Collapse
 
seanolad profile image
Sean

Thanks