Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Just like you, show the example of Slatkin in his book Effective Python. Must respected book for learning pythonic manners
-
@carlosjpc yes agreed. Moreover PEP8 convention shows the same method as me. Not sure what convention she's speaking of
Related Rants
Co-worker told me my code isn't up to" standard" and I don't follow "relevant convention" because I don't use a space after declaring a class/function AND inside the parentheses:
Me: class MyClass(something):
Her: class HerClass ( something ):
How do you do this personally?
rant
python
convention