Status Updates From Clean Code in Python: Refac...
Clean Code in Python: Refactor your legacy code base by
Status Updates Showing 1-15 of 15
Belhor Crowley
is on page 70 of 332
Definitely better than Clean Code.
— Jul 17, 2024 02:24PM
Add a comment
Mahbubur Rahman
is on page 35 of 332
Got to know mypy, pytype, coala, black, yapf tooling.
I liked black and auto-formatting code in CI pipeline. Besides Makefile that makes more sense to have in the project. I am enjoying the chapters.
— Feb 26, 2024 02:37AM
Add a comment
I liked black and auto-formatting code in CI pipeline. Besides Makefile that makes more sense to have in the project. I am enjoying the chapters.
Mahbubur Rahman
is on page 14 of 332
“For decades of using the term programming languages, we thought that they were meant to communicate our ideas to machines so they can run our programs. We were wrong. That's not the truth, but part of the truth. The real meaning of the "language" part of "programming languages" is to communicate our ideas to other developers.”
This gave me another perspective of a programming language
— Feb 17, 2024 01:19PM
Add a comment
This gave me another perspective of a programming language
Abbas
is finished
A great book that goes beyond clean code and ventures into teaching you how to write more pythonic code as well.
— Apr 11, 2022 03:02AM
Add a comment
Eric Mesa
is 31% done
Getting back into this after Advent of Code reignited a spark in learning these things.
— Jan 11, 2021 12:24PM
Add a comment
Eric Mesa
is 27% done
Separation of concerns and acronyms to live by
— Sep 02, 2020 11:58AM
Add a comment
Eric Mesa
is 25% done
Design by Contract and Defensive Programming, although I'm not done with the exceptions part of the latter.
— Aug 19, 2020 12:33PM
Add a comment
Eric Mesa
is 21% done
Finished off with some more examples of Pythonic code and then a few gotcha anti-patterns to watch out for. My appreciation for the complexity of Python has grown a lot.
— Aug 05, 2020 10:43AM
Add a comment
Eric Mesa
is 17% done
Thanks to Trey Hunner's Python Morsels exercises, I was finally in the right head space to understand @property and creating iterators. This isn't to say that Mariano does a bad job here, it's just that having a concrete exercise helps me a lot more with these more Pythonic concepts.
— Aug 04, 2020 11:35AM
Add a comment
Eric Mesa
is 15% done
Good information on standard for underscores
— Mar 06, 2020 12:08PM
Add a comment
Eric Mesa
is 10% done
One of the better written Pakt books I've read. The early part explaining what clean code is was great! Learned about annotations. Can't wait to see how this book continues to bring my code to the next level.
— Feb 27, 2020 11:59AM
Add a comment
Eric Mesa
is 6% done
Seems like this is going to be a good compliment to Serious Python that will reinforce a lot of that learning from a slightly different point of view.
— Feb 26, 2020 12:11PM
Add a comment



