
We all love Python. It’s easy to write and understand but that doesn’t give us the right to abuse a wonderful language by ignoring the rules and w...
For further actions, you may consider blocking this person and/or reporting abuse
Very useful article, I just started using Python from a very heavy OOP background
Good luck learning Python! May you become embrace your inner Pythonista.
Nice article.
In list comprehensions example, on "bad code", is missing 'value' in append() method.
Thank you for pointing that out! Fixed it :)
You said no classes, but what would you recommend for repeating arguments? Currently I am using dataclasses for that.
I never said 'no classes'. Obviously, they have their place like in your case. I said prefer functions over classes and group similar functions into modules rather than merely use a class for behavior grouping :)
Aha thanks, happy coding😉.
You too :D
This is a vast topic.. It needs much concentrations more than explained.. Thanks.. I am shocked at some point even as Intermediate pythonic programmer.. I think you must create regular series beginning to advance pythonic coding.. It will be pleasure for us.. If possible it would be highly appreciated..
Yessss really loved this article, everytime I learn a more pythonic way of doing something I feel the power surge through my bones. Likewise, every time I have to work in another language that doesn't have listcomp's or other syntax tricks that I've taken for granted I get very, very sad lol
A good refresher article for me. Good one.
Thank you :)
Thank you very much for this article! :D
Thank you for taking the time to read it :)